/* used for form positioning in contact.php */

.contact_form {
	color: #F00;
	background-color:#CCCCCC;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
}
/* two styles below are applied to text in the textedit boxes in the form in the left sidebar */
.unsub_outfocus {
	font-style: italic;
	color: #999;
}
.unsub_infocus {
	font-style: normal;
	color: #000;
}
.checker_red {
	font-style: italic;
	color: red;
}
.contact_para_text {
	font-size: small;	
}
.input_width {
	width: 330px;
}

.caption_width {
	width: 250px;
}
.join_number {
	position: absolute;
	top: -6px;
	left: -50px;
}

.join_num_qu {
	position: absolute;
	top: 2px;
	left: -60px;
}

.join_title {
	position: relative;
	margin-left: 60px;
	z-index: 0;
}

.join_question {
	position: relative;
	margin-left: 60px;
	z-index: 0;
}

.red_box {
	border: 4px solid #F00;
	padding: 10px;
	float: left;
	font-size: small;
	margin-left: 100px;
	margin-top: 10px;
	margin-bottom: 15px;
}

