div#c_form_container {
	width: 100%;
	text-align: center;
}

div#c_form {
	text-align:left;
	width:570px;
	margin:0px auto;
	overflow-x: hidden;
}

div#c_form div {
	margin-bottom: 12px;
}

div#c_form input {
	width: 564px;
}

div#c_form textarea {
	width: 564px;
	height: 226px;
}

#button {
	width: 358px; height: 49px;
	margin: 10px auto;
}

div#c_form #submit,div#c_form #reset {
	float: left;
	width: 152px; height: 49px;
	padding: 0px;
	border-width: 0px;
	text-indent: -16383px;
	background: url("../img/footer/f_form_bt.jpg") no-repeat scroll 0px 0px;
	margin-left: 13px;
	margin-right: 14px;
}
div#c_form #reset { background-position: -169px 0px;}
div#c_form #submit { background-position: 0px 0px;}
div#c_form :active#reset { background-position: -169px -49px;}
div#c_form :active#submit { background-position: 0px -49px;}
div#c_form :hover#reset { background-position: -169px -49px;}
div#c_form :hover#submit { background-position: 0px -49px;}

div#c_form2 {
	text-align:left;
	width:570px;
	margin:0px auto;
	overflow-x: hidden;
}

div#c_form2 #submit,div#c_form2 #reset {
	float: left;
	width: 152px; height: 49px;
	padding: 0px;
	border-width: 0px;
	text-indent: -16383px;
	background: url("../img/footer/f_form_check_bt.jpg") no-repeat scroll 0px 0px;
	margin-left: 13px;
	margin-right: 14px;
}

div#c_form2 #reset { background-position: -169px 0px;}
div#c_form2 #submit { background-position: 0px 0px;}
div#c_form2 :active#reset { background-position: -169px -49px;}
div#c_form2 :active#submit { background-position: 0px -49px;}
div#c_form2 :hover#reset { background-position: -169px -49px;}
div#c_form2 :hover#submit { background-position: 0px -49px;}


p {
	margin: 0px; padding: 0px;
	line-height: 160%;
}

div#topbar_left {
	margin-bottom: 36px;
}

span.red_pad0 {
	padding: 0px;
	color: red;
}