/* --------------------------------------------------------------------------- */
/*  Copyright 2009 by Object dynamiX AG                                        */
/*                                                                             */
/*  Beschreibung: Beinhaltet alle allgemeinen Formatierungen für Eingabefelder */
/*                (Buttons, Checkboxen, Testbox, OptionBox etc)                */
/* --------------------------------------------------------------------------- */


input, textarea{
	padding: 2px 5px 0px 5px;
}

input[type="submit"], input[type="button"]{
	background: url('../images/btnBg.png') repeat-x;
	height: 19px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 128px;
	cursor: pointer;
}

input[type="radio"]{
	border: 0px none;
}

input, textarea, select{
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #A5ACB2;
	margin-bottom:1px;
}



.oxCheckBox{
}

.oxCheckBox input{
  border: none;
}

.oxCheckBox label{
}


.oxText input {
	width: 200px;
	/*height: 14px;*/
	height: 15px;
	margin-bottom: 1px;
}

.oxNumeric input {
	height: 15px;
	/*margin-bottom: 2px;*/
}


.oxDate .oxText input{
	width: 148px;
	text-align: right;
	margin-right: 3px;
}

.oxDate input[type="image"]{
	margin-bottom: -5px;
	margin-left: -6px;
}

.oxHTMLEditor{
	width: 100%;
}

textarea {
	height: 150px;
	width: 300px;
}

select{
	font-size: 11px;
	border: 1px solid #A5ACB2;
	height: 19px;
	width: 202px;
	padding-top: 1px;
	/*margin-bottom: 2px;*/
}

.oxControl_ValidateError{
	background: #ffcccc;
}

.oxPanel_HeaderText{
	 background: #F4F4F4 none repeat scroll 0 0;
    margin:0;
    padding:0;
	 padding-left:5px;
	 border-bottom: 1px solid #cccccc ;
	 font-weight: bold;
}