form {
	margin:0;
	padding:0;
}


form  select {
	color:#545454;
	border:1px solid #2ca4d8;
	padding:2px;
	padding-left:6px;
	font-size:14px;
	font-family: Georgia;
	border:none;
}

form  select option {
	border:none;
}
form input {
	color:#545454;
	border:1px solid #2ca4d8;
	padding:2px;
	font-size:14px;
	font-family:Georgia;
	}
form textarea {
	color:#545454;
	border:1px solid #2ca4d8;
	padding:2px;
	font-size:11px;
	font-family:Georgia;
}

form .submits {
	margin:10px;
	text-align:right;

	}

form .inputError {
	clear:both;
	color:red;
}
.survey form  input.submit {
	font-size:14px;
	font-family:"Tahoma";
    text-transform: capitalize;

	padding: 2px 2px;
	background:none;
	border:none;
	color:#000;
	font-weight:bold;
	cursor:pointer;
    border-bottom: 1px solid #000;
    border-right:1px solid #000;
}
