.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%;
}
#source_table td {
    border:0;
    padding:2px;
}
/* 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;
	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;
}

/* input styles */
button,
input.button {
	margin: 0;
	padding: 2px 3px;
	background-image: url(../../../foremtheme/images/boletin/send.gif);
	background-repeat: no-repeat;
	margin-right:3px;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	min-width: 90px;
	height:24px;
	border:0;
}
button,
input.button:hover {
	margin: 0;
	padding: 2px 3px;
	background-image: url(../../../foremtheme/images/boletin/send-hover.gif);
	background-repeat: no-repeat;
	margin-right:3px;
	font-weight:bold;
	cursor:pointer;
	color: #000000;
	width: 90px;
	height:24px;
	border:0;
}
input.resetbutton {
	margin: 0;
	padding: 0px 0px;
	background-image: url(../../../foremtheme/images/boletin/boton_rojo_on.jpg);
	background-repeat: no-repeat;
	margin-right:0px;
	cursor:pointer;
	color:#fff;
	min-width: 141px;
	height:24px;
	border:0;
}
input.resetbutton:hover {
	margin: 0;
	padding: 0px 0px;
	background-image: url(../../../foremtheme/images/boletin/boton_rojo_off.jpg);
	background-repeat: no-repeat;
	margin-right:0px;
	cursor:pointer;
	color:#000;
	min-width: 141px;
	height:24px;
	border:0;
}

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

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

input.text,
.textarea {
	padding:3px;
}

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








