@charset "UTF-8";

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
/* CSS Document */

#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
label {
	width: 200px;
	display: inline-block;
	text-align: left;
}
#req {
	font-size: xx-small;
	font-style: italic;
}
.info {
	vertical-align: bottom;
}
input[type~="text"] {
width:200px;
height: 20px;

}

.orange-button {
    background-color: #ea8028;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    margin: 15px 0 50px 20px;
    padding: 9px 13px;
    text-decoration: none;
    text-transform: uppercase;
}