.form_header h1 {
	margin:0;
}
.form_header p {
	font-style:italic;
	border-left:3px solid #53708e;
	padding:0 0 0 10px;
	margin:10px 0 10px 10px;
}
.form_header p .managemodules {
	font-family:"Trebuchet MS";
	padding:3px 0 2px 15px;
	background:url(../../images/icons/admin/managemodules.png) no-repeat 0 50%;
}
#moduleControl {
	width:43%;
	float:left;
	margin-right:20px;
}


/* control (wrapers for input and other form fields) and label styles */

.control {
	margin:0 0 5px 0;
	padding:5px;
	width: 600px;
	font-weight: normal;
	color: #666;
	display: block;

}
.control legend {
	background:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	padding:0px 3px;
}
.label {
	display: block;
	font-weight: normal;
	text-transform:uppercase;
	font-weight: bold;
}

.control .checkboxlabel {
	font-family:"Trebuchet MS";
	color:#444444;
	font-weight:bold;
	margin-left:5px;
}
.control.flipped .checkbox {
	margin-left:5px;
}
.control.flipped .checkboxlabel {
	margin-left:0px;
}
.control .label a {
	font-family:"Trebuchet MS";
	color:#883333;
}

/* input styles */
button,
input.button { 
	margin: 0;
	padding: 2px 3px; 
	background: #A0AD77;
	margin-right:3px;
	font-weight:normal;
	color:#FFF;
}

input.radiobutton {
	float:left;
	margin-right:5px;
}

.button,
input.text,
select.select,
.textarea {
	border:1px solid #555;
	
}

input.text,
.textarea {
	padding:3px;
}
input.textarea {
	width: 100%;
	display: block;
	
}
.textbox {
	color: #a0aD78;
}




/* Specific to Add Module page */
#contentsourcecontrol label{
	margin-bottom:5px;
	display:block;
}

.radiobuttoncontrol {
	float:left;
	margin-right:5px;
}

/* yui calendar control */

#calinput{
	float:left;
	clear:left;
}
#calinput .text{
	width:60px;
	float:left;
	margin-top:3px;
}
#calinput .button{
	margin-top:3px;
	margin-left:2px;
	height:21px;
	width:108px;
	float:left;
}
.yuitime {
	margin-top:3px;
}
.yuitime .text {
	margin-right:2px;
}

.formwrap {
	background: #f4f5ef;
	margin: 5px;
}





