form {
	margin: 0px;
}

input, select, textarea, .bg-input
{
	color: #3e3e3e; 
	background-color: #ffffff;
	height: 38px;
	font-size: 11px; 
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: #dfdfdf;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
/*    text-transform: uppercase;*/
    padding: 0px 10px 0px 14px;
}

select
{
	padding-right: 0px;
	height: 31px;
	line-height: 31px;
}

textarea 
{
	padding: 15px 10px 10px 14px;
	height: 130px;
    resize: vertical;
}

.submit {
	background: none;
	background-color: #33db6a;
	height: 40px;
	line-height: 40px;
	border-width: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
	
    display: inline-block;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}
a.submit {
	/*display: block;
	text-decoration: none;*/
}
.submit:hover {
	background-color: #3e3e3e;
    color: #ffffff;
}
.submit .ico-send {
	background-position: -165px -53px;
	width: 19px;
	height: 14px;
	margin-right: 7px;
	float: none;
	vertical-align: middle;
	margin-top: -1px;
}
