/* Form */
body {
	background:#FFF;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding:0px 0px 10px 0px;
	margin:0px;
}
h2.contact {
	margin-top:90px;
}
#form1 {
	float:left;
	width:480px;
	height:550px;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
}
fieldset {
	border:none;
}
input {
	display:block;
	margin-bottom:10px;
	width:190px;
}
.check {
	width:auto;
	float:left;
}
.check_id {
	margin:15px 0 0 0;
	padding:10px 0 0 10px;
}
.check_border_wrap {
	float:left;
	height:auto;
	width:480px;
	margin:15px 0px 20px 0px;
	padding:10px 0px;
}
.check_column_wrap {
	width:150px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}
.check_wrap {
	height:auto;
	width:150px;
	float:left;
	text-align:left;
}
textarea {
	display:block;
}
label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
}
.col_wrap {
	float:left;
	width:480px;
	margin:10px 0 0 0;
	
}
.col {
	width:210px;
	height:auto;
	float:left;
	margin:0 10px 0 0;
}
#Query {
	float:left;
	width:440px;
}
#submit {
	margin-right:40px;
	width:100px;
	float:right;
}
/*-- Form Error --*/

h1 {
	font-size:1em;
}
p {
	font-size:0.8em;
	padding-top:5px;
	color:#666666;
}
#message_wrap {
	width:450px;
	height:480px;
	padding:10px 10px 10px 40px;
	background:#FFF;
}
