#modelApplication {
	width: 800px;
	margin: 30px auto 10px;
	color: #e0e0e0;
}
#modelApplication ul {
	margin: 5px 0 10px -35px;
}
#modelApplication ul li {
	list-style-type: none;
}
#modelApplication em {
	color: #f00;
}
#modelApplication .formArea {
	margin-bottom: 20px;
	border: 5px solid rgba(102,204,255,0.2);
	background-color: rgba(0,0,0,0.7);
}
#modelApplication .oldie .formArea {
	background: url(/images_v2/bgWrapper.png) left top repeat;
	border: 5px solid #2f5869;
}
legend {
	padding: 5px 20px;
	background-color: rgba(0,0,0,0.7);
	border: 5px solid rgba(102,204,255,0.2);
	font-size: 20px;
	color: #fff;
}
.oldie legend {
	border: 5px solid #2f5869;
}
.oldie legend {
	background: url(/images_v2/bgWrapper.png) left top repeat;
}
#modelApplication label {
	margin: 10px -4px 0 0;
}
dd {
	margin-left: 0;
}
#modelApplication input[type="text"] {
	width: 300px;
	height: 20px;
	line-height: 20px;
	font-size: 17px;
	padding: 5px 10px;
	margin-top: 5px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	background-color: #4e4e4e;
	color: #e0e0e0;
}
select {
	font-size: 14px;
	padding: 5px 10px;
	border: 1px solid #000;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #2d2d2d;
	color: #e0e0e0;
	background-color: #4e4e4e;
	color: #e0e0e0;
}
textarea {
	width: 700px;
	height: 150px;
	margin-top: 5px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	font-size: 17px;
	background-color: #4e4e4e;
	color: #e0e0e0;
	padding: 5px 10px;
}
#submit_buttons {
	text-align: center;
}
#modelApplication button[type="submit"] {
	margin: 20px auto;
	font-size: 25px;
}
.ethnicity label {
	font-size: 11px
}
.ui-state-active {
	z-index: 1;
}
label.error {
	padding-left: 10px;
	padding-right: 10px;
}
#picError {
	display: none;
}
.show {
	display: block;
	color: #f00;
	font-weight: bold;
}