@charset "ISO-8859-1";

#form {
	padding-left: 50px;
	padding-right: 50px;
}



.form-field-title {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	color: #999999;
	/*font-weight: bold;*/
	width:230px;
	height:30px;
}
.required-field-title {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:20px;
	color: #f26522;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	/*font-weight: bold;*/
	width:230px;
	height:30px;
}
.required-field-title_bigger {
	float:left;
	display:inline;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
	margin-bottom: 20px;
	color: #f26522;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	/*font-weight: bold;*/
	width:230px;
	height:60px;
}

.orange {
	color:#f26522;
}


input {
	border: solid 1px #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #f8f8f8;
	line-height: 18px;
	height:30px;
	width:230px;
}
textarea {
	background-color: #f8f8f8;
	border: solid 1px #e1e1e1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
	width: 480px;
	height: 60px;
}

#submit_button {
	text-align:center;
	/*margin-top: 30px; Used <div id="submit_padding" instead as this is not working in ie PC)
	/*font-weight: bolder;
	font-size: 12px;
	background-color: #E8006F;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: thin solid #CCCCCC;
	width: 150px;
	height: 30px;*/
}

#submit_button input {
	border: none;
	background: url('images/buttons/submit_70.jpg') no-repeat top left;
	width: 169px; /* 169 + 1 px = 170*/
	height: 58px;/* 58 + 1 px = 59*/
	cursor: pointer; /* hand-shaped cursor */
  	cursor: hand; /* for IE 5.x */
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-color: #f8f8f8;
	line-height: 18px;
	height:30px;
	width:230px;*/
}

#submit_button input:hover {
	background: url('images/buttons/submit_over_70.jpg') no-repeat top left;	
}


#submit_padding {
	height: 30px;
}
