@charset "utf-8";

/*--------------------------------------
	Style Name : About-Us Style Sheet

	content
		main-content
		sub-content
--------------------------------------*/


/*	Forms
--------------------------------------*/


.form-wrapper {
	width: 600px;
	margin-top: 5px;
}

.form {
	padding: 0 20px;
}

.form h2 {
	font-size: 12px;
}

#primary div.section div.form-wrapper div.form p {
	margin-top: 10px;
	font-size: 12px;
	color:#222222;
}

.form .section {
	margin-top: 20px;
	margin-bottom:20px;
	zoom: 1;
}

.form .border {
	padding-top: 20px;
	/*border-top: 1px solid #cccccc;*/
}

.form .error {
	color: #c71821;
	font-size: 12px;
}

.form .label {
	float: left;
	width: 200px;
	font-size: 12px;
}

.form .field {
	float: left;
	display: inline;
	width: 300px;
	margin-left: 20px;
}

.form .field input {
	font-size: 12px;
	padding:6px 2px 2px 2px;
	color:#222222;
	width: 300px;
	height: 24px;
}

.form .field textarea {
	font-size: 12px;
	width: 300px;
	height: 80px;
}

.form .button {
	margin-top: 20px;
	margin-bottom:20px;
	text-align: center;
}

.form .button input {
	font-size: 12px;
}

.special {
	width:5px;
	display: none;
	visibility: hidden;
}

.clearer {
	clear: both;
	line-height: 0px;
	height: 0;
	font-size: 0;
}
