#popUpSurvey
{
	border: #f37712 solid thick;
	width: 322px;
	height: 209px;
	font-family: Arial, Helvetica, sans-serif;
	z-index:100;
	position:fixed;
	background: #ffffff;
	display: none;
}

#headerSurvey
{
	border-bottom: #f37712 solid thick;
	height: 43px;
	padding: 5px 10px 5px 10px;
}

#popUpSurvey h3
{
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

#popUpBodySurvey
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}

#headerCopySurvey
{
	float:left;
}

#closeSurvey
{
	float:right;
	text-indent: -9999px;
	display: block;
	background-image: url('/Images/survey2010/close.gif');
	width: 55px;
	height: 43px;
}

#closeSurvey a{
	width: 55px;
	height: 43px;
	display: block;
}


#buttonsSurvey
{
	width: 225px;
	margin-left: auto;
	margin-right: auto;
}

#surveyBtnSurvey
{
	float:left;
	width: 131px;
	height: 29px;
	text-indent: -9999px;
	display: block;
	background-image: url('/Images/survey2010/surveyBtn.gif');
}

#surveyBtnSurvey a{
	width: 131px;
	height: 29px;
	display: block;
}

#noThanksBtnSurvey
{
	float:right;
	width: 92px;
	height: 29px;
	text-indent: -9999px;
	display: block;
	background-image: url('/Images/survey2010/noThanksBtn.gif');
}

#noThanksBtnSurvey a{
	width: 92px;
	height: 29px;
	display: block;
}

#backgroundPopupSurvey{
	position:fixed;
	opacity: .80;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:99;
	display: none;
}


.pop_header {
	height: 45px;
	background: #F37712;
}

.pop_header img {
	margin-top: 15px;
}

.pop_indent1 {
	background: #F37712;
	margin: 20px 0px 10px 20px;
	width: 420px;
}

.pop_indent {
	width: 380px;
	margin: 0px 20px 0px 20px; 
	padding: 20px;
	background: #efefef;
}

* html div.pop_indent {
	width: 380px;
	margin: 0px 0px 0px 20px; 
	padding: 20px;	
}

.problem_textarea {
	width: 380px;
	height: 100px;
	margin: 8px 0 0 0;
	padding: 1px 4px;
}

* html .problem_textarea {
	float: right;
	width: 380px;
	margin-right: 0px;
}

input.friend_name, input.friend_email, input.friend_name2, input.friend_email2, 
input.problem_name, input.problem_email {
	padding: 1px 4px;
	width: 100%;
	margin: 1px 0 1px 0;
	float:right;
}

.pop_labels label {
	padding: 3px 0 3px 0;
	line-height: 20px
}

* html div.pop_labels label {
	line-height: 22px;
}

div.pop_labels {
	float: left; 
	width: 155px;
}

div.pop_input {
	float: right; 
	width: 225px;
} 

.butt_pad {
 	padding: 1px 4px;
}

.clear1 {
	 clear: both;
	 height: 20px;
}

div.form_errors {
	padding: 20px;
	margin-bottom: 20px;
	color: #ffffff;
}

div.form_errors a 
{
    color: #ffffff;
}

div.form_errors p {
	font-weight: bold;
	margin-bottom: 10px;
}

div.form_errors ul {
	list-style-type: none;
}

div.form_errors li {
	background: url(/images/mini_white_forward.gif) no-repeat left 2px;
	margin-left: 8px;
	padding-left: 8px;
}

div.form_errors li span {
	font-weight: bold;
}

