body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width: 651px;
    /*background:#ddd;
    padding:10px;
    border:2px solid #eee;*/
}

div#feedback_flow {
	width: 651px;
	position: relative;
}

div.feedback_top {
	width: 651px;
	height: 74px;
	background: url(img/feedback_top.gif) top left no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.fb_top_rel {
	width: 651px;
	height: 74px;
	position: relative;
	background: url(img/feedback_dots.gif) bottom left repeat-x;
}

div.fb_close {
	position: absolute;
	top: 10px;
	left: 578px;
	width: 80px;	
}

div.fb_close a {
	display: block;
	width: 60px;
	height: 17px;
	padding-top: 2px;
	background: url(img/feedback_close.gif) top right no-repeat;
	color: #666666;
	text-decoration: none;
}

div.fb_close a:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	background: url(img/feedback_close_over.gif) top right no-repeat;
}

div.fb_text {
	position: absolute;
	top: 36px;
	left: 21px;
	width: 600px;	
}

div.feedback_mid {
	width: 651px;
	background: #FFFFFF;
}

div.feedback_mid_fix {
	width: 651px;
	background: url(img/feedback_bgr.gif) top center no-repeat;
}

div.feedback_mid_white {
	width: 613px;
	clear: both;
	margin-left: 20px;
	border-bottom: 1px solid #f8f8f8;
	border-top: 1px solid #fafafa;
	background: #FFFFFF;
}

.fb_table {
	margin: 20px; 
}

div.dots_clear {
	width: 651px;
	height: 3px;
	clear: both;
	margin-top: 6px;
	background: url(img/feedback_dots.gif) bottom left repeat-x;
}

div.clear {
	width: 651px;
	height: 7px;
	clear: both;
}

div.feedback_bott {
	width: 651px;
	height: 64px;
	background: url(img/feedback_bott.gif) bottom left no-repeat;
	text-align: right;
}

div.feedback_bott a {
	display: block;
	margin-top: 8px;
	margin-right: 20px;
	padding-top: 8px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	width: 80px;
	height: 32px;
	text-align: right;
	float: right;
	background: url(img/feedback_submit.gif) top left no-repeat;
}

div.feedback_bott a:hover {
	background: url(img/feedback_submit_over.gif) top left no-repeat;
	text-decoration: underline;
}

/*#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}*/

#error_msg {
	background: #fff;
	padding: 3px 0px 0px 0px;
	text-indent: 20px;
}

#error_msg span {
	margin-left: 22px;
}

#success_msg {
	width: 651px;
	height: 330px;
	position: absolute;
	top: 50px;
	left: 0px;
	background: #fff url(img/success_dot_bgr.gif) no-repeat;
} 

#success_msg p {
	font-size: 16px;
	font-weight: bold;
	margin: 80px 0px 0px 0px;
	padding-bottom: 0px;
	text-align: center;
}

#success_msg p.normal {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding-bottom: 0px;
	text-align: center;
}
