@charset "utf-8";
/* CSS Document */

.search-box{
	border:0px;
	display:inline;
	float:left;
	padding-left:2px;
	padding-top:2px;
	width:150px;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#3b1d1f;
	font-size:11px;
	height:17px;
}

form p {
	clear:left;
	margin:0;
	padding:5px 0 0;
}

label {
	display:inline;
	float:left;
	width:110px;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#3b1d1f;	
}

.text-box{
	border:1px solid #3b1d1f;
	display:inline;
	float:left;
	padding-left:2px;
	padding-top:2px;
	width:150px;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#3b1d1f;
	font-size:11px;
	height:17px;
}

.dropdown{
	border:1px solid #3b1d1f;
	display:inline;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#3b1d1f;
	font-size:11px;
	height:17px;
}

.formerror {
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#f6851f;
	font-size:16px;
	line-height:17px;	
}

.text-area{
	border:1px solid #3b1d1f;
	display:inline;
	float:left;
	padding-left:2px;
	padding-top:2px;
	width:150px;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	color:#3b1d1f;
	font-size:11px;
	height:60px;
}

#joinus-form {
	margin:0;
	padding:0;
	margin-top:10px;
	float:left;
	display:inline;
	width:195px;
}
	.successText-include {
		color:#000;
		font-family:Georgia, "Times New Roman", Times, serif !important;
		font-size:10px;
		margin-top:67px;
		margin-left:34px;
		width:120px;
		background-color:#FFF;
	}

	#joinus-form-form input.text {
		margin-top:67px;
		margin-left:34px;
		width:94px;
	}
	
	#joinus-form-form span.errorSpan{
		font-size:9px;
		color:red;
		width:2px;
		height:2px;
	}