#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;
	margin:10px 0;
	}
	
#primary form label.error {
	margin:0 0 0 150px;
	clear:both;
	width:350px;
	color:#F00;
	font-style:italic;
	position:relative;
	top:-10px;
	}

#primary form input.text {
	width:200px;
	margin:10px 0;
	}
	
#primary form input.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:450px;
	height:125px;
	margin:10px 0;
	}
	
#primary form label.wide {
	width:450px;
	float:none;
	clear:both;
	}
	
#primary form textarea.wide {
	width:450px;
	height:215px;
	margin:10px 0;
	clear:both;
	}
	
#primary form label.option {
	clear:none;
	float:none;
	width:auto;
	font-weight:normal;
	padding:0;
	display:inline;
	
	}
	
#primary form .checkbox input{
	float:none;
	margin:0;
	clear:none;
	width:auto;
	position:relative;

	}
	
#primary form p.radioset {
	clear:none;
	}
	
#primary form select{
	width:200px;
	margin:10px 0;
	}
	
#primary form select.small {
	width:70px;
	}
	
#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 0 20px;
	}
	
/* 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;
	left:20px;
	}
	
#primary .cat_menu {
	width:200px;
	float:left;
	clear:none;
	margin-right:15px;
	}
	
#primary p.repeat {
	clear:both;
	margin-top:10px;
	}