@charset "utf-8";
/* CSS Document */
/*@import 'lib/reset.css';*/

form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.875em;
	color: #fff;/*#969696;*/
	background: #98a4bf;/*#7A8399;*/
    }
	fieldset {
		border: none;
	}
	label {
		color: #fcfcfc;
		padding: 4px;

	}
label {
    display: block;
    float: left;

    margin: 0.5em 0;
    width: 15%;
}
input, textarea {
    margin: 0.5em 0;
    background: #ebebeb;
	border: 2px solid #ebebeb;
    width: 50%;
	padding: 4px;

}
textarea {
    width: 70%;
}
input:focus, input:hover, textarea:focus, textarea:hover {
    background: #fcfcfc;
	border: 2px solid #7A8399;
}
input[type="submit"] {
    margin-left: 15.5%;
    margin-right: 15.5%;
    clear: both;
    
    height: 30px;
    width: 250px;
    background: #556ca6;
    text-transformation: uppercase;
    color: #fff;
    cursor: pointer;
    border: 2px solid #556ca6;
}
input[type="submit"]:hover {
	background: #fcfcfc;
	border: 2px solid #556ca6;
	color: #556ca6;

