/* CSS Document */
@import url('/css/style.css'); 
@import url('/css/style_current.css');

#feedback {
margin-bottom:20px;
font-size:12px;
margin:0 0 0 5px;
}

.feedback_headtext { color: #EEE; font-size:11px; font-weight:bold; }

#feedback TABLE {
font-size:12px;
}

#feedback .quations_head {
color:#EEE;
font-weight:bold;
}

#feedback .quations_norm {
margin:5px 10px 10px 20px;
}

#feedback .answer_head {
color:#5379b8;
font-weight:bold;
}

#feedback INPUT {
background:#ededed; border:1px solid #14517b; width:280px; text-align:left;}

#feedback SELECT {
background:#ededed; border:1px solid #14517b; width:280px; text-align:left;}

#feedback TEXTAREA {
background:#ededed; border:1px solid #14517b; width:430px; }

#feedback INPUT .image {
border: solid 1px #5379b8; width:43px;
}

#feedback .warning1{ 
size:11px; 
font-style:italic;
color: #FF3300;
}

.columnContainer .contact_text{ 
font-size:12px; 
color:#555;
margin:10px 0 30px 50px; line-height:1.5;
}


.columnContainer .modal_error{ 
size:11px; 
color:#FFFFFF;
margin:10px 0 0 15px; text-align:left;
}

.columnContainer .modal_error_title{ 
font-size:12px; 
color:#FFFFFF;
margin:10px 0 0 0px; 
text-align:center; 
font-weight:bold;
}


.columnContainer .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;
}
.columnContainer .modalDialog_contentDiv_error a{
		color:#FFF;
}

.columnContainer .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;
}

.columnContainer .modal_warning{ 
size:12px; 
color:#333333;
margin:10px 0 0px 10px;
font-weight:bold;
}

.columnContainer .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;
}

.columnContainer .modal_success{ 
size:12px; 
color:#333333;
margin:10px 0 0px 10px;
font-weight:bold;
}


.columnContainer .modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}

.columnContainer .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 */
}

.columnContainer .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 */	
}

#feedback .butSend{ width:150px; text-align:center; background:#904107; border:1px solid #4b2204; color:#fefde8; font-weight:bold;}
