/******************** RIGHT COLUMN ********************/

#smallRightColumn {
	float: right;
	margin: 10px 0 15px 0;
	color: #000;
	width: 140px;
}

/******************** CONTENT ********************/

#content {
	float: left;
	margin: 10px 0 0 8px;
	width: 860px;
	color: #010101;
}

#content p {
	color: #010101;
	padding: 0 10px 0 10px;
}

/******************** CONTACT ********************/

#content p.send {
	width: 730px;
	padding: 0 0;
	font-size: 10px;
	line-height: 12px;
	margin: 0 0;
}

#content form {
	margin: 20px 0 10px;
	color: #010101;
}

span.required {
	color: #f00;
	font-size: 10px;
}

label {
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	margin-top: 8px;
}

input {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 220px;
	height: 17px;
	background: url(../images/txtBg.jpg) top left repeat-x;
	border: 1px solid #9c9d9f;
}

input.checkbox {
	float: left;
	margin-bottom: 6px;
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	width: auto;
	height: 25px;
	background: none;
	border: none;
	margin-right: 10px;
}

textarea {
	float: left;
	margin-top: 6px;
	margin-bottom: 15px;
	width: 600px;
	height: 191px;
	background: url(../images/txtareaBg.jpg) top left repeat-x;
	border: 1px solid #9c9d9f;
}


