/* CSS Document */


div.form-holder {
	background-color:#efefef;
	padding:0px 0px 5px 0px;
	margin:0px;
	border:0px;
}


div.form-header {
	background-color:#dddddd;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding:8px;
	border-bottom:1px solid #cdcdcd;
}


.button {
	background-color:#f9790e;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	font-size:11px;
	padding:4px;
	width:120px;
}

input {
	float:left;
	border:1px solid #4d8596;
	background-color: #FFF;
	font-size:12px;
	width:180px;
	margin-left:25px;
}

select {
	float:left;
	border:1px solid #4d8596;
	font-size:12px;
	width:183px;
	margin-left:25px;
}


input.checkbox {
	width:16px;
	border:0px;
	margin-right:10px;
	background-color: #efefef;
}


textarea {
	font-size:12px;
	border:1px solid #4d8596;
	width:180px;
	height:100px;
	padding:1px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

label {
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#000000;
	padding:0px 10px 0px 0px;
	width:100px;
}

#char-count {
	float:none;
	clear:both;
	color: red;
	padding:2px 0px 10px 0px;
	height:25px;
	font-size:1px;
	text-align:right;
}



label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;	
	
}

label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;

}

#formtip { 
    display:none; 
    background:transparent url(../images/black_arrow.png); 
    font-size:11px; 
    height:96px; 
    width:170px; 
    padding:16px 20px; 
    color:#fff;     
}



div.clear {
	clear:both;
	float:none;
	height:15px;
}


#contact-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 30px;
	margin:10px 0px 5px 0px;
}


#contact-wrapper input {
	float:left;
	border:1px solid #4d8596;
	background-color: #FFF;
	font-size:12px;
	width:180px;
	margin-left:0px;
}

#contact-wrapper select {
	float:left;
	border:1px solid #4d8596;
	font-size:12px;
	width:183px;
	margin-left:0px;
}

#donate-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 30px;
	margin:10px 0px 5px 0px;
}


#register-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 30px;
	margin:10px 0px 5px 0px;
}

#register-wrapper div.success {
	float:left;
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;
	width:50px;

}
img.help-icon {
	float:left;
	border:1px solid #4d8596;
	margin-right:5px;
	cursor: help;
}

#register-wrapper div.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	width:250px;
}
#register-wrapper label {
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#000000;
	padding:0px 10px 0px 0px;
	width:160px;	
}

#contact-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;	
	height:20px;

}
#contact-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;
	width:100px;
}

#contact-wrapper label {
	display:block;
	float:left;
	line-height:20px;
	font-weight:bold;
	height:20px;
	font-size:12px;
	color:#000000;
	padding:0px 10px 0px 0px;
	width:100px;	
}
#newsletter-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 30px;
	margin:10px 0px 5px 0px;
}

#newsletter-wrapper .title {
	font-size: 12px;
	color:#4d8596;
	font-weight:bold;
}


#newsletter-wrapper label.error {
	float:left;
	font-size:11px;
	color:#FF0000;
	padding-left:20px;
	background-image:url(../images/field-error.png);
	background-repeat:no-repeat;
	background-position:left center;
	margin-left:4px;
	font-style:italic;	
	height:20px;
	font-weight:normal;	
	width:200px;
}

#newsletter-wrapper label.success {
	font-size:11px;
	color:#999999;
	padding-left:20px;
	background-image:url(../images/field-ok.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:2px;
	margin-left:4px;	
	height:20px;

}

.multiple-q {
	float:none;
	height:18px;
	font-weight:bold;
	margin:20px 0px 20px 0px;
	padding:20px 0px 0px 30px;
	border-top:1px solid #d3d3d3;
}


input.checkbox {
	width:15px;
	border:0px;
	background-color:#efefef;
	margin-right:5px;
}
#login-wrapper p {
	clear:both;
	float:none;
	height:20px;
	padding:0px 10px 0px 10px;
	margin:15px 0px 0px 0px;
}

#login-wrapper a {
	color: #4d4d4d;
	text-decoration:none;
}

#login-wrapper a:hover {
	text-decoration:underline;
}