.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 {
	display:block;
	margin:0 0 5px 0;
	padding:5px;
}
.control legend {
	background:#ffffff;
	font-size:1.1em;
	font-weight:bold;
	padding:0px 3px;
}
.control, .label {
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

.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;
}

/*  styles */
button,
input.button { 
	margin: 0;
	padding: 2px 3px; 
	background: #677386;
	background-position: 0px -600px; 
	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;
}




/* 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;
}


/*----------  TIG custom additions ----------*/
input.text {
	
/*	background-color: #FF0000;*/
	
}

span.label, span.checkboxlabel, .checkboxlabel {
	color: #677284;
}

.checkboxlabel {
	margin-right: 8px;
}

input[type=text] {

}

/*   ---- just a little list of input types you can style, for you edification.  each of these will work -----
input[type=text]         style textbox
input[type=password]     style ???
textarea                 style text area
select                   style drop menu

*/


/*------ checkboxes are a twit -----*/
checkbox {
	/*border: 1px solid #677284;
	color: #677284;      does nothing*/
}

 input[type=button] {
	/*border: 1px solid #677284;   does nothing */
}

/*--------*/

input[type=text],input[type=password],textarea, select {
	border: 1px solid #677284;
	width: 200px;
	height: 18px;
	font-size: 12px;
	font-style: italic;
	color: #677284;
	padding: 1px;
	padding-top: 2px;
	padding-left: 4px;
	padding: 0px;
	margin: 0px;
}
input.textbox {
	border: 1px solid #677284;
	width: 200px;
	height: 18px;
	font-size: 12px;
	font-style: italic;
	color: #677284;
	padding: 1px;
	padding-top: 2px;
	padding-left: 4px;
	padding: 0px;
	margin: 0px;
}


textarea {
	height: 48px;
}

.label {    /*------------- resizes the labels ------------*/
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}