body, input, select, font, td {
	font-family: "proxima-nova-soft",sans-serif !important;
	color:#222;
	font-size:12px;
}
body{
	background:transparent;
}
.formstyle {
    color: #222;
}
.inputstyle {
	max-width:200px;
	color:#222
}
table {
	max-width:450px;
}
table td {
	padding:5px 5px 5px 0;
	text-align:left;
}
input.formstyle {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #007dba;
    cursor: pointer;
    font-family: arial,serif;
    font-size: 12px;
    padding: 0;
}
input[type="submit"] {
	background: #3e7bb9; /* Old browsers */
	background: -moz-linear-gradient(top, #3e7bb9 0%, #34689e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e7bb9), color-stop(100%,#34689e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e7bb9 0%,#34689e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e7bb9 0%,#34689e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e7bb9 0%,#34689e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e7bb9 0%,#34689e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e7bb9', endColorstr='#34689e',GradientType=0 ); /* IE6-9 */
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 0 15px;
	border-radius: 7px;
	-webkit-appearance: none;
	font-family: arial;
	line-height: 18px;
}
select {
	color: #000;
    font-family: arial;
    font-size: 12px;
    border: 1px solid #cacaca;
}