/* @override http://localhost/quizSymfony_svn2/web/css/forms.css */

label {
	font-size:14px;
	font-weight:light;
	/*float: left;*/
	text-align: left;
	margin-right: 10px;
	padding: 0 0 0px 5px;
	display: inline-block;
	
}

input[type=text], input[type=password], textarea, select {
	font-size:16px;
	border: 1px solid;
	border-color:lightgrey;
	font-family: "Helvetica Neue Light", Helvetica, Arial, sans-serif;
	padding:4px 0 0 4px;
	height: 30px;
	width: 99%;
	margin: 2px 0 2px 0;
	/*margin: 0 0px 6px 0;*/
}
input.timeInput{
	width: 40px;
	margin: 0;
}

textarea{
	height: 120px;
	/*no IE defaultScrollbars*/
	overflow: auto;
}
input[type=submit]{
	font-size: 12px;
}
input[type=checkbox]{
	font-size: 12px;
	width: ;
}
select {
  color: #000000;
  /*background-color: #b6c8da;*/
  padding: 2px;
  border: 1px solid #bdbdbd;
  width: 300px;
  }
  
input:focus, textarea:focus, select:focus{
	background-color: #f9f3ea;	
	border-color:#003300;
}

textarea.hintInput{
	width:500px;
	height:100px;
	line-height: 140%;

}

select.correct{
	width:100px;
}
	
.formError{
	background-color:lightyellow;
	color:darkred;
}	
.message{
	background-color:lightyellow;
	padding: 10px;
}
.newQuestionLabel{
	color:#668900;
	font-weight: bold;
	font-size:16px;
}

input.question, input.answer{ 
	
	height: 30px;
}

input.submitRegister{
	border:none;
	background:url(../images/button.gif);
	display:block;
	color:#99CC00;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;	}


input.saveQuestion{
	width:250px;
	height: 40px;
	padding:2px;
	background-color:#003300;
	color: white;
}

.formRow{
	padding: 5px 0 5px 0 ;
	width: 100%;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #f3f2de;
}
.formColumn{
	float: left;
	width: 50%;
}
.formColumn-inner{
	overflow: hidden;
	/*padding: 10px;*/
}
.button {
	/* Sliding right image */    
	background: transparent url('../images/css/buttonRight.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 23px;
	/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 10px;
	padding-right: 10px;
	cursor: pointer;
	/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES*/
}
input.submitBtn {
	/* Background left image */ 
	background: transparent url('../images/css/buttonLeft.png') no-repeat;
	display: block;
	height: 23px;
	line-height: 14px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 25px 6px 0px;
	padding: 5px;
	text-indent:15px;
	border: none;
	margin: 0;
	cursor: pointer;
}
.button:hover, input.submitBtn:hover {
	color: #dca231;
}



ul.message{
	list-style-type: none;
	margin: 5px 0 10px 0;
}
ul.message li{
	margin: 0 0 1px 0;
	color: #fb5121;
}





/* @group a.button */

a.button{
	/* Sliding right image */    
	background: transparent url('../images/css/buttonRight.png') no-repeat scroll top right;
	display: block;
	float: left;
	height: 23px;
	/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 15px;
	/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES*/
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	/*font-weight: bold;*/
}

a.button span{
	/* Background left image */ 
	background: transparent url('../images/css/buttonLeft.png') no-repeat;
	display: block;
	line-height: 22px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0px 6px 0px;
	text-indent:15px;
	border: none;
}
a.button span.alert {
	/* Background left image */ 
	background: transparent url('../images/css/buttonLeft_alert.png') no-repeat;
	display: block;
	line-height: 22px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0px 6px 0px;
	text-indent:30px;
}
a.button span.confirm,a.button span.add {
	/* Background left image */ 
	background: transparent url('../images/css/buttonLeft_confirm.png') no-repeat;
	display: block;
	line-height: 22px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0px 6px 0px;
	text-indent:30px;
}
a.button span.save {
	/* Background left image */ 
	background: transparent url('../images/css/buttonLeft_save.png') no-repeat;
	display: block;
	line-height: 22px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0px 6px 0px;
	text-indent:30px;
}
a.button span.submit {
	/* Background left image */ 
	background: transparent url('../images/css/buttonLeft_submit.png') no-repeat;
	display: block;
	line-height: 22px;
	/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 1px 0px 6px 0px;
	text-indent:30px;
}
a.button:hover span {
	text-decoration: underline;
}
a:hover.button{
	color: #FF9900;
}

/* @end */
