body, input, select, font, td {
	font-size: 16px;
	line-height: normal;
	font-family: "Myriad Regular","PT Sans Regular",Helvetica,Arial,Sans-serif;
	color: #75787b;
}
body {
	background:transparent;
	margin:0;
}
table {
	width:100%;
	border-spacing:0px;
}
table td {
	padding:10px;
	text-align:left;
}

table tr:first-child + tr td {
	background-color:#F9F9F9;
}

table table tr:first-child + tr td {
	background-color:transparent;
}

table td:first-child {
    width: 20%;
	white-space:nowrap;
}

table table td:first-child {
    width: auto;
	padding-left:0;
}

input[type="text"],
input.inputstyle {
	width: 160px;
	border:0 none;
	background-color: #f0eeef;
	padding: 10px;
	margin-bottom: 8px;
}
input[type="radio"] {
	
}
select {
	margin-right:5px;
}
input[type="submit"],
input.formstyle {
	background-color: #f7b600;
	border:0 none;
	outline: none;
	color: #fff;
	padding: 10px 15px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: inline-block;
	cursor:pointer;
}