form#contact_form {
	display:block;
	width:400px;
	float:right;
	border:1px solid #cccccc;
	padding:5px;
	margin-top:-70px;
}
form#contact_form label {
	display:block;
	float:left;
	width:145px;
	text-align:right;
	margin-right:5px;
	clear:left;
	margin-bottom:2px;
}
form#contact_form input, form#contact_form select {
	display:block;
	float:left;
	width:240px;
	clear:right;
	margin-bottom:2px;
}
form#contact_form input#captcha {
	width:75px;
	clear:none;
	margin-right:2px;	
}
form#contact_form input#con_send {
	clear:both;
	width:100px;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
form#contact_form textarea {
	display:block;
	width:240px;
	height:100px;
	clear:right;
}
form#contact_form span {
	font-size:10px;	
}

div#con_msg {
	width:100%;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#c00;
	font-weight:bold;
}

div#con_ty {
	width:100%;
	clear:both;
	font-size:20px;
	font-weight:bold;
	text-align:center;	
}