/* CSS Document */
@import url('/style.css'); 


#feedback {
margin-bottom:30px;
font-size:12px;
}

#feedback TABLE {
font-size:12px;
}

#feedback INPUT {
border: #8ca9d3 solid 1px;
height: 19px;
}

#feedback .quations_head {
color:#c50a00;
font-weight:bold;
}

#feedback .quations_norm {
margin:5px 10px 10px 20px;
}

#feedback .answer_head {
color:#5379b8;
font-weight:bold;
}

#feedback INPUT {
border: solid 1px #5379b8; width:430px;
}

#feedback TEXTAREA {
border: solid 1px #5379b8; width:430px;
}

#feedback INPUT .image {
border: solid 1px #5379b8; width:43px;
}

#feedback .warning1{ 
size:11px; 
font-style:italic;
color:#a30217;
}

.modal_error{ 
size:11px; 
color:#FFFFFF;
margin:10px 0 0 10px;
}

.modal_error_title{ 
font-size:13px; 
color:#FFFFFF;
margin:10px 0 0 0px; 
text-align:center; 
font-weight:bold;
}


.modalDialog_contentDiv_error{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#C80116;	/* White background color for the message */
		color:#FFF;
		font-size:11px;
}
.modalDialog_contentDiv_error a{
		color:#FFF;
}

.modalDialog_contentDiv_warning{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#FCF8C8;	/* White background color for the message */
		color:#333333;
		font-size:12px;
}

.modal_warning{ 
size:12px; 
color:#333333;
margin:10px 0 0px 10px;
font-weight:bold;
}

.modalDialog_contentDiv_success{
		border:3px solid #FFF;	
		padding:2px;
		z-index:100;/* Always needed	*/
		position:absolute;	/* Always needed	*/
		background-color:#EAF0FC;	/* White background color for the message */
		color:#333333;
		font-size:12px;
}

.modal_success{ 
size:12px; 
color:#333333;
margin:10px 0 0px 10px;
font-weight:bold;
}


.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}

.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}

.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}