/*
CSS for  feedback form 
Created By :Jijo Joseph
Created Date:22-04-2010
Code Review By: Ramesh
*/

.feedbackForm, .feedbackFormResult{
	margin:0px;
	padding:12px 43px 8px 43px;
	#padding:8px 43px 4px 43px;
	border:1px solid #cccccc;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
}
.feedbackFormResult{
	padding:110px 50px 125px 54px;
	#padding:110px 50px 125px 54px;
}
.mandatorySign {
	color:#ff0000;
}
.formRow {
	clear:both;
	padding:0px 0px 8px 0px;
}
.feedbackForm input {
	width:200px;
	height:17px;
	border:1px solid #098AAA;
}
.feedbackForm textarea {
	width:200px;
	height:80px;
	border:1px solid #098AAA;
}
.feedbackForm .feedbackSubmit, .feedbackSubmit {
	padding:0px;
	height:26px;
	width:99px;
	cursor:pointer;
	background:url(../images/feedbackButton.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#446475;
	border:none;
}
#errorDiv {
	color:#ff0000;
	height:17px;
	padding-top:5px;
}
.buttonContainer {
	text-align:left;
}
.resultMessage {
	padding: 20px 5px 20px 5px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

/* New css*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:19;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:384px;
	z-index:20;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

.x-dlg-hd-left {
	background:transparent url(../images/hd-sprite_flex.gif) no-repeat scroll 0 -41px;
	margin:0;
	padding-left:3px;
	width:313px;
}
.x-dlg-hd-right {
	background:transparent url(../images/hd-sprite_flex.gif) no-repeat scroll right 0;
	padding-right:3px;
}


.x-dlg-hd {
	background:transparent url(../images/hd-sprite_flex.gif) repeat-x scroll 0 -82px;
	color:#FFFFFF;
	font-family:"sans serif",tahoma,verdana,helvetica;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	overflow:hidden;
	padding:5px;
	white-space:nowrap;
}

.x-dlg-toolbox {
	background:transparent none repeat scroll 0 0;
	cursor:default;
	height:15px;
	float:right;
	width:40px;
	z-index:6;
}

.x-dlg-close {
	background-image:url(../images/close_flat.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	font-size:1px;
	height:15px;
	line-height:1px;
	margin:0 0 0 2px;
	padding:0;
	visibility:inherit;
	width:15px;
}

.x-dlg-dlg-body {
	background:white url() repeat scroll 0 0;
	border-color:#C1CCD0;
	border-style:none solid solid;
	border-width:0 3px 3px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	z-index:1;
	height:318px;
	width:290px;
}
.feedbackTitle {
	float:left;
	width:245px;
	text-align:center;
}
#mainDiv {
	float:left;
}
