/*reset*/
@charset "utf-8";


/*-------------------- mailform --------------------*/

 fieldset {padding:20px 0px 50px 0px;margin-left:0px;border:none;}

 label {
		float:left;
 		width:100%;
 		padding:10px;
 		color:#fff;
 		background-color:#ae9678;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		margin:50px 0px 0px 0px;}

 input{
		padding:5px;
		background:#fff;
		border:1;
		margin:30px 0px 0px 20px;}

 textarea{
		height:100px;
		padding:5px;
		color:#4d4d4d;
		background:#fff;
		border:1;
		margin:30px 0px 0px 20px;}

 select{
		padding:5px;
		background:#024a8e;
		font-size:12px;
		line-height:20px;
		margin-bottom:20px;
		border:0;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;}

 input.submit{
		width:100px;
		height:40px;
		color:#fff;
		background:#024a8e;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;}

 input.submit:hover{
		color:#fff;
		background:#477fb3;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-khtml-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;}