#primary form span.required {
	color:#F00;
	}

#primary form {
	}
	
#primary form p {
	clear:left;
	}

#primary form .hidden {
	display:none;
	}

#primary form label {
	width:150px;
	float:left;
	display:block;
	clear:left;
	font-size:12px;
	margin:10px 0;
	font-weight:bold;
	}
	
#primary form label.error {
	margin:0 0 0 150px;
	clear:both;
	width:350px;
	color:#F00;
	font-style:italic;
	position:relative;
	top:-10px;
	}
	
#primary #instructor-application .textarea .error, #primary  #instructor-application .checkbox .error {
	margin:0;
	top:0;
	}

#primary form input.text {
	width:200px;
	margin:10px 0;
	}
	
#primary form input.error, #primary form textarea.error {
	border:1px solid #F00;
	}
	
#primary form h4 {
	clear:left;
	font-size:0.8em;
	}
	
#primary form label.noFloat {
	width:auto;
	float:none;
	}
	
#primary form textarea {
	width:360px;
	height:215px;
	margin:10px 0;
	}
	
#primary #instructor-application p.textarea{
	padding:10px 0 0 0;
	margin-top:10x;
}
	
#primary form label.wide {
	width:510px;
	float:none;
	clear:both;
	}
	
#primary form textarea.wide {
	width:510px;
	height:215px;
	margin:10px 0;
	clear:both;
	}
	
#primary form .checkbox label {
	clear:none;
	float:none;
	width:auto;
	font-weight:bold;
	padding:0;
	display:inline;
	}
	
#primary form .checkbox input{
	float:none;
	margin:0;
	clear:none;
	width:auto;
	position:relative;

	}
	
#primary form .checkbox label.error {
	top:0;
	margin-left:5px;
	}
	
#primary form ul.checkbox, #primary form ul.checkbox li {
	list-style:none;
	margin-left:0;
	padding-left:0;
	}
	
#primary form p.radioset {
	clear:none;
	}
	
#primary form select{
	width:200px;
	margin:10px 0;
	}
	
#primary form .leftCol {
	display:block;
	float:left;
	width:250px;
	}
	
#primary form .rightCol {
	display:block;
	float:right;
	width:250px;
	}
	
#primary form .submit {
	margin-left:150px;
	}
	
#primary form .submit.wide {
	margin-left:0;
	}
	
#primary form .uploader {
	margin:0 0 15px 0;
	padding:0 5px 15px 15px;
	border:1px solid #CCC;
	}
	
#primary form .uploader label {
	font-weight:bold;
	}
	
#primary form .uploader label.error {
	margin:5px 0 0 0;
	padding:0 0 10px 0;
	font-weight:normal;
	}
	
/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 10px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../gfx/calendar.png) no-repeat; 
}

a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


#primary #terms label {
	clear:none;
	margin:0;
	float:none;
	width:auto;
	}
	
#primary #terms input {
	float:left;
	display:inline;
	margin:0 5px 5px 0;
	}
	
#primary #terms {
	width:550px;
	position:relative;
	}
	
#primary #terms label.error {
	position:absolute;
	top:-25px;
	width:500px;
	}
	
form .row {
	border-bottom:1px solid #DDD;
	}

#terms_conditions {
	border:1px solid #999;
	padding:10px;
	margin:5px 0;
	}
	
input.captcha {
	position:relative;
	bottom:5px;
	}
	
#primary #comment_form textarea {
	width:520px;
	height:125px;
	}


#login {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
	}
