@charset "UTF-8";
#careerForm {
	padding: 0px;
	width: 533px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
label {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #56544B;
	padding-top: 5px;
}
input {
	float: left;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #34322C;
}
textarea {
	float: left;
	clear: both;
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #34322C;
}
#yemail, #yname, #femail, #fname, #comments {
	width: 340px;
	border: 1px solid #bbb;
	height: 16px;
	background: #eee;
	background-image: url(../images/fieldBack.gif);
	background-repeat: repeat-x;
}
#name, #email, #phone_no, #attachment {
	width: 530px;
	border: 1px solid #bbb;
	height: 16px;
	background-color: #eee;
	background-image: url(../images/fieldBack.gif);
	background-repeat: repeat-x;
}
#message {
	width: 530px;
	border: 1px solid #bbb;
	height: 90px;
	background-color: #eee;
	background-image: url(../images/fieldBack.gif);
	background-repeat: repeat-x;
}
#send {
	margin-top: 1em;
}
