@charset "utf-8";
.applicationForm .fieldTd{
	vertical-align: top;
	padding: 10px;
}
.applicationForm .fieldTd input, .applicationForm .fieldTd textarea, .applicationForm .fieldTd select {
	width: 100%;
	margin-top: 4px;
	font-family: "Trebuchet MS", Tahoma;
	color: #333333;
	font-size: 10px;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #616161;
	border-right-color: #1A1A1A;
	border-bottom-color: #000000;
	border-left-color: #444444;
}
.applicationForm .fieldTd #sex {
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
