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

 *{padding:0; margin:0;}


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

 label {
		float:left;
 		width:200px;
 		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:2%;
		padding:5px;
		color:#fff;
		background:#ee7299;
		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:55%;
		padding:5px;
		font-size:12px;
		color:#fff;
		background:#ee7299;
		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:#ee7299;
		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:#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:310px ;}