@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}img{border:none;}
html, body {
	height: 100%;
}
.fleft{
	float:left;
}
.cleart{
	clear:both;
	float:left;
}
.clearb{
	clear:both;
	float:left;
	height:0;
}


/* default form stuff */
label, input, select, textarea{
	float:left;
}input, select, textarea{
	float:left;
	background-color:#f4e4cd;
	border:1px solid #d2c3ab;
	padding:2px;
	color:#443422;
}
.form{
	width:490px;
	float:left;
	padding-top:10px;
}
.form label{
	clear:both;
	width:160px;
	margin-top:5px;
	padding-bottom:5px;
}
.form label_lg{
	clear:both;
	font-size:25px;
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	color:#372819;
	font-weight:normal;
	margin-top:5px;
	padding-bottom:5px;
}
.form input, .form select, .form textarea{
	width:224px;
	margin-top:6px;
}.form textarea{
	width:384px;
}
.form textarea{
	height:120px;
}
.checkbox_container input{
	width:auto;
	background-color:#FFFFFF;
	border:none;
}
.textarea{
	width:100%;
	clear:both;
	float:left;
}
.textarea input, .textarea select, .textarea label{
	padding:0;
	margin:0;
	float:none;
	clear:none;
	width:auto;
}
#form_submit{
	width:auto;
	padding:0;
	margin-left:160px;
	padding:4px 15px 4px 15px;
	text-decoration:none;
	color:#37291a;
	font-weight:bold;

	clear:both;
}.error{
	clear:both;
	width:182px;
	margin-left:162px;
	display:none;
	padding:3px;
	border-top:none;
	font-size:11px;
}




.contact_form{
	float:left; clear:both;
	width:330px;
	padding-right:10px;
	border-right:1px solid #CFBEA3;
}.contact_form input, .contact_form select, .contact_form textarea{
	width:164px;
	margin-top:6px;
}.contact_form textarea{
	width:324px;
}

.contact_numbers_col{
	float:left;
	width:150px;
	padding-top:10px;
	padding-left:10px;
	line-height:15px;
	font-size: 11px;
}

.rarity_check_group .group_title{
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4c3a29;
	font-weight:normal;
	width:100%;
	padding-top:15px;
}
.rarity_check_group label{
	clear:none;
	padding-left:4px;
	width:180px;
}
.rarity_check_group input{
	clear:both;
}

.rarity_check_group .checkbox_container{
	float:left;
	width:49%;
}

.checkbox_container .checkbox_text{
	clear:none;
	margin-left:5px;
	background-color:#f4e4cd;
	border:1px solid #d2c3ab;
	padding:2px;
	color:#F5E4C5;
}



