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


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

 fieldset {padding:20px 0px 50px 0px;margin-left:200px;border:none;}
 label {float:left; width:15%; margin-right:10px; margin-left:100px;text-align:right; line-height:22px;color:#fff;}

 label {
		float:left;
 		width:15%;
 		margin-right:10px;margin-left:100px;
 		text-align:right;line-height:22px;
		-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{
		width:60%;
		padding:5px;
		color:#fff;
		background:#024a8e;
		font-size:12px;
		line-height:13px;
		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;}

 textarea{
		width:40%;
		padding:5px;
		font-size:12px;
		color:#fff;
		background:#024a8e;
		line-height:1em;
		height:100px;
		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;}

 select{
		padding:5px;
		color:#fff;
		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:30px;
		color:#008000;
		background:#fff;
		line-height:30px;
		padding:0;
		cursor:pointer
		-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:#008000;
		-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;}