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

/*-------------------- mailform --------------------*/
 fieldset {padding: 2em 0;border:none}

 label {
		float:left;
 		width:15%;
 		margin:22px 10px 0px 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:#ee7299;
		font-size:12px;
		line-height:13px;
		margin-top:20px;margin-bottom:5px;
		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:60%;
		padding:5px;
		font-size:12px;
		color:#fff;
		background:#ee7299;
		line-height:1em;
		margin-top: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{
		width:60%;
		padding:5px;
		color:#fff;
		background:#ee7299;
		font-size:12px;
		line-height:20px;
		margin-top: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:#fff;
		background:#ee7299;
		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{
		background:#ffd9e5;
		-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;}

 span{
	display: inline-block;
	width:260px;}


/*---------------------------------------------------------------------------------------*/
