@charset "UTF-8";
/* CSS Document */


.form {
	background-color: #EFF3F6;
	border: 1px solid #C5D0D7;
	float: left;
	width: 95%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 4%;
}
.form ul {
	display: block;
	width: 270px;
	float: right;
}
#mainContent .form li{
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: none;
	margin: 0px;
}
.form li label {
	font-size: 11px;
	color: #002439;
	text-transform: uppercase;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}
.iss {
	background-image: url(../images/inst_skills_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

