a {
color: #ffffff;
}
body.popup-form {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #000000;
text-align: center;
font: 11px verdana,arial,sans-serif; 
color: #ffffff;
}

body.popup-form #wrapper {
width:630px;
margin-left: auto; 
margin-right: auto;  
}

body.popup-form #container {
width:630px; 
margin-top: 0px; 
margin-left: auto; 
margin-right: auto;  
text-align: left;
position: relative;
overflow: hidden;
}

body.popup-form #content {
padding-top: 30px;
float:left; 
width:630px;
}

form {
	width: 630px;
}
#contact-form {
	position: relative;
}

#reasons.padded {
	padding: 5px;
}

textarea {
width: 300px;
height: 56px;
border: 1px solid white;
}

textarea.textarea2 {
width: 300px;
height: 140px;
border: 1px solid white;
}

input.field {
width: 300px;
height: 16px;
border: 1px solid white;
}

input.field2 {
width: 300px;
height: 32px;
border: 1px solid white;
}

input.field3 {
width: 130px;
height: 16px;
border: 1px solid white;
}

select {
width: 300px;
border: 1px solid white;
font: 10px verdana,arial,sans-serif; 
}

select.select2 {
width: 150px;
border: 1px solid white;
font: 10px verdana,arial,sans-serif; 
}

#content #email_col1 {
width:310px;
float:left;
}

#content #email_col1 .left{
width:150px;
float:left;
}

#content #email_col1 .right{
width:140px;
float: right;
}

#content #email_col2 {
width:310px;
float:right;  
}

#content #email_col2 .left{
width:200px;
float:left;
}

#content #email_col2 .right{
width:110px;
padding-right: 10px;
float: right;
text-align: right;
}

#content #email_col2 .blurb-right {
	padding-right: 10px;
}
#content #email_col2 .blurb-right input {
float: right;
margin-left: 1em;
}
#content .form-row {
	clear: both;
}

#lock{
	background: #000;
	width: 640px;
	padding: 165px 0 165px 0;
	position: absolute;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	top: 0;
	left: -9999px;
	z-index: 5;
	filter: alpha(opacity=90); /* ie */
	-moz-opacity: .97; /* mozilla */
	opacity: .97;
}
#lock.on {
	left: 0;
}
#lock_cookie {
	background: #000;
	width: 640px;
	padding: 165px 0 165px 0;
	position: absolute;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	top: 0;
	left: -9999px;
	z-index: 5;
	filter: alpha(opacity=90); /* ie */
	-moz-opacity: .97; /* mozilla */
	opacity: .97;
}
#lock_cookie.cookie {
	left: 0;
	text-align: left;
}
#lock_cookie.off {
	left: -9999px;
}


#success {
	background: #000;
	width: 640px;
	padding: 135px 0;
	position: absolute;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	top: 0;
	left: -9999px;
	z-index: 5;
	font-weight: bold;
}
#success a {
	font-weight: normal;
	color: #fff;
}
#success.on {
left: 0;
}