@charset "UTF-8";
/* CSS Document */

form  {
	margin:0 auto;
	width:100%;
	
	padding-top:5%;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-right: 10%;
	
}
textarea {
	height:100%;
	
}
	
input, textarea {
    width:100%;
    height:10%;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;

    border:none;
    margin-top:20px;
    cursor:pointer;
	z-index:7
}

	#submit:hover {
	    opacity:.9;
	}



