
.form{
	background: white;
	border: solid 1px #999;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	padding:15px;
	margin:0px 0px 0px 10px;
	width:100%;
	float:left;
}

.form input[type="text"], .form input[type="email"], .form input[type="tel"]{
	border:solid 1px #999;
	padding:0 0 0 5px	;
	min-height:30px;
	float:left;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	width: 98%;
	height:20px;
	font-size: 1.1em;
}

.form select{
	border:solid 1px #999;;
	padding:4px 0px 3px 0px;
	float:left;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	width: 96%;
	min-height:32px;
	font-size: 1.1em;
}

.form input[type="submit"]{
	background: rgba(245,155,19,1);
	background: -moz-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,155,19,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59b13', endColorstr='#ff920a', GradientType=0 );
	font-family: 'Raleway', Arial, sans-serif;
	color:white;
	text-shadow:1px 1px #333;
	clear:both;
	font-size: 1.1em;
	padding:8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	cursor: pointer;
}

.form input[type="reset"]{
	background: rgba(245,155,19,1);
	background: -moz-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,155,19,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(245,155,19,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f59b13', endColorstr='#ff920a', GradientType=0 );
	font-family: 'Raleway', Arial, sans-serif;
	color:white;
	text-shadow:1px 1px #333;
	clear:both;
	font-size: 1.1em;
	padding:8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid white;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
	cursor: pointer;
}

.form textarea{
	width:96%;
	padding: 2%;
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border:solid 1px #999;
}

.form label{
	color:#666;
	font-size: 0.8em;
	text-transform: uppercase;
	padding: 5px 0px 2px 0px;
	display: block;
}

.form h4{
	color: #333;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:1.1em;
}

.form small{
	color:#666;
}

.form hr{
	margin: 5px 0px 10px 0px;
	padding: 0px
}

.form .alert{
	color:#990000;
	font-size:0.8em;
	font-weight: bold;
	padding: 8px;
}

.ints ul{
	float:left;
	width:45%;
	margin:0px 0px 0px 3%;
	padding:0px;
	list-style-type: none;
}

.ints li{
	padding:0px 0px 0px 15px;
	margin:0px 0px 5px 0px;
	text-align: left;
}

.ints input[type="checkbox"] {
    display:none;
}

.ints input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

.ints input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}