/* CSS Document */
* {
margin:0;
padding:0;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/bg.jpg);
}

#contenedor {
	clear: both;
	float: none;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	height: auto;
}

/*navegacion*/
#menutab 
{
	height:33px;
	margin:0;
	border:0;
	background-image: url(../img/bmid_097.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 780px;
	clear: both;
 
	width: 780px;
}
 
#menutab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menutab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#menutab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	background-color: #000000;
	background-image: url(../img/bright_097.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menutab a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:33px;
	background-image: url(../img/bleft_097.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 13px;
	padding-bottom: 0;
	padding-left: 13px;
	width: auto;
}
#menutab a:hover,#menutab li.item_active a 
{
	background-position:right bottom;
 
}
#menutab a:hover span,#menutab li.item_active a span 
{
	background-position:left bottom;
	color:#333333;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}


#submenutab 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left:10px;
}
 
#submenutab li 
{
	list-style-image: url(../img/vineta.gif);
}
#submenutab a 
{
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
}
#submenutab a span 
{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003399;
}

#submenutab a:hover span,#submenutab li.item_active a span 
{
	color:#003399;
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
}

/*fin navegacion*/
/*contenidos*/

#columna_izq {
	float: left;
	width: 540px;
	padding: 19px;
}
#columna_izq .tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0948B1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 4px;
}
#contenido {
	float: left;
	width: 540px;
}
#txt {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.categoria {
	background-image: url(../img/bg_cat.jpg);
	background-position: top;
	float: left;
	height: 25px;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A6A6A;
	padding-top: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.preguntas {
	background-image: url(../img/bg_faqs.jpg);
	background-position: top;
	float: left;
	height: 25px;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A6A6A;
	padding-top: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*fin fuentes*/
.convenio {
	background-image: url(../img/bg_conv.jpg);
	background-position: top;
	float: left;
	height: 25px;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A6A6A;
	padding-top: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}


#doc {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A1C0E9;
	float: left;
	width: 540px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#doc ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	list-style-position: outside;
	list-style-image: url(../img/ico_doc.gif);
}
#doc span {
	list-style-position: inside;
	list-style-image: url(../img/ico_subir.gif);
	text-align: right;
	display: block;
	background-image: url(../img/ico_subir.gif);
	background-repeat: no-repeat;
	background-position: 500px bottom;
}



#txt img {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#not {
	text-align: justify;
	float: left;
	width: 46%;
	margin: 10px;
}
#not img {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}




#columna_der {
	float: left;
	width: 195px;
}
#caja1 {
	background-color: #CDDEF3;
	float: left;
	width: 193px;
	margin-top: 8px;
	background-image: url(../img/top1_cel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #1160C6;
}
#caja2 {
	background-color: #E3EDf8;
	float: left;
	width: 193px;
	margin-top: 8px;
	background-image: url(../img/top2_cel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #0439A5;
}
#caja3 {
	background-color: #F2F6Fc;
	float: left;
	width: 193px;
	margin-top: 8px;
	background-image: url(../img/top3_cel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #000066;
}
#caja4 {
	background-color: #F1F1F1;
	float: left;
	width: 193px;
	margin-top: 8px;
	background-image: url(../img/top1_gris.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #666666;
}
.caja-tit{
	height: 25px;
	float: left;
	width: 163px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: normal;
}

.caja_cont {
	width: 173px;
	float: left;
	padding: 10px;
}
.caja_cont ul {
	margin: 0px;
	padding-left: 20px;
}
/*fin contenido*/
/*Pie de pagina*/
#bottom {
	background-image: url(../img/bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: both;
	float: none;
	padding-top: 55px;
}

/*Fin pie de pagina*/

/*Fuentes*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a.link:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	text-decoration: underline;
	font-size: 12px;
}
a.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
	font-size: 12px;
}
a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0099FF;
	text-decoration: underline;
	font-size: 12px;
}
a.link-bl:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
a.link-bl:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
}
a.link-bl:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	font-size: 12px;
}
.azul {
	color: #2870CC;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
 

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

/* CSS DE SALVADOR */

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0948B1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 4px;
	clear: both;
	margin-bottom: 15px;
}
h3{
	background-image: url(../img/bg_cat.jpg);
	background-position: top;
 
	height: 25px;
 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A6A6A;
	padding-top: 12px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a1c0e9;
	clear:both;
	margin-bottom: 10px;
	}
h4{
font-size: 16px;
font-weight: bold;
}
.programa * {
border: 0;
margin: 0;
padding: 0;
}
.programa {
margin: 5px auto;
border: 1px #BBB solid;
background-color: #fefefe;
padding: 10px;
width: 90%;
}
.programat{
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 95%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}

.programat td{
border-bottom: 1px dotted #6699CC;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;
}

.pcontenedor {
background-color: white;
border: 0;
}

.tablaf {
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px solid #D1D1D1;
border-collapse: collapse;
border-spacing: 0px;
margin-top: 0px;
}

.tablaf th{
border-bottom: 1px solid #CCC;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 11px;
color: #555;
background-color: #EAEAEA;
text-align: center;
padding: 2px;
}

.tablaf td{
border-bottom: 1px dotted #ccc;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: white;
text-align: left;
padding-left: 3px;
}

.editar {
	text-indent: -9200px;
	display: block;
	border: 0;
	background-image:url(../img/icon_edit.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.clave {
	text-indent: -9200px;
	display: block;
	border: 0;
	background-image:url(../img/clave.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.eliminar {
	text-indent: -9200px;
	display: block;
	border: 0;
	background-image:url(../img/delete.gif);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
.agregar {
	text-indent: -9200px;
	display: block;
	border: 0;
	background-image:url(../img/agregar.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 41px;
}

.divleft{
 
	float:left;
	width: 40%;
}
.divright{
	float: right;
	width: 45%;
	border: 1px dotted #ccc;
	padding: 10px;
 
}
h4{
color: #5d92d8;	
}
h5{
font-size: 14px;

}
#pipe{
	margin-top: 5px;
	width: 100%;
}
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 0 15px;
	border-left: 1px solid #006699;
	list-style: none;
	display: inline;
	}

.separa{
border-bottom:1px #ccc;
margin: 20px 0 30px 0;
}
#familia{
display: none;
padding: 20px;
}
 
 
.tabset_tabs	{
	margin:0;
	list-style-type:none;
	position:relative;
	z-index:2;
	white-space:nowrap;
	padding-top: 15px;
	padding-left: 2px;
	padding-right: 0;
	padding-bottom: 0;
	clear: both;
	width: 770px;
 }
.tabset_tabs li	{
	margin: 0;
	padding:0;
	width: 190px;
	display:block;
	float: left;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7C5EB;

}
.tabset_tabs a	{
	display: block;
	color:#fff ! important;
	text-decoration:none;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana;
	background-image: url(../img/pestania_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;

	
	}
.tabset_tabs a:hover	{
	color:#333333 ! important;
}
.tabset_tabs a.active	{
	color: #0948B1 ! important;
	cursor:default;
	padding: 5px;
	background-image: url(../img/pestania.gif);
	background-repeat: no-repeat;
	background-position: right top;
  }

.tabset_tabs li.firstchild a	{  border-left-width:1px }

.tabset_content	{
	background-color:white;
	position:relative;
	z-index:1;
	display:none;
	margin-top: 15px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
.tabset_label	{ display:none }

.tabset_content_active	{ padding-top: 30px; display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
.compo{
	background: #CBDBF2 url(../img/bg_celeste.jpg) repeat-x;
	margin-top: 30px;
	margin-left: -20px;
	margin-right: -20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A7C5EB;
	
	
}
#abrircompo  {
	margin-top: -21px;
	margin-right: 5px;
	display: block;
	text-indent: -9000px;
 	width: 224px;
	padding-bottom:30px;
	background: url(../img/btn_familia.gif) no-repeat;
	float: right;
}

caption {
	color: #0948b1;
background: #cbdbf2 url(../img/bg_gris.jpg) repeat-x;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
}

.util {
	padding:0;
	text-align: right;
	margin: 0;
}
.util a{
	border: 0;
	padding: 0px;
	margin: 0px;
}


.navegacion {
	background-color: #F1F3F5;
	height: 54px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding-top: 1px;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

.detalle {
	font-size: 11px;
	width: 450px;
	float: left;
	height: 40px;
	padding-left: 10px;
	padding-top: 14px;
}
.botones {
	width: 215px;
	float: right;
	padding-right: 2px;
}
.btn {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 215px;
}

.btn li{
	list-style: none;
	margin: 0;
	text-indent: -9999px;
	padding: 0;
	width: 52px;
	float: right;
}
 
.imprimir a{
background-image: url(../img/btn_print.png);
background-repeat: no-repeat;
height: 50px;
width: 50px;
display: block;
}
.imprimir a:hover{
background-image: url(../img/btn_print_over.png);
}
.guardar{
		width: 50px;
	height: 50px;

}

.guardar a{
background-image: url(../layout/img/btn_guardar.png);
background-repeat: no-repeat;
height: 50px;
width: 50px;
display: block;
}

.guardar a:hover{
background-image: url(../layout/img/btn_guardar_over.png);
}

.hr{
margin: 10px 0;
}

.listado ul{
padding-top: 10px;
}
.listado li{
margin: 4px 10px;
}

.asterisco{
margin: 20px 10px;
font-style: italic;
font-size: 9px;
}
.verde{
color: green;
background-color: #eeffee;
}
.crojo{
color: red;
background-color: #ffdddd;
}
.pais td{
font-size: 14px;
border-top: 1px solid #000;
background-color: #efefef;
}


<!--
.textLeft {
text-align:left;
}

table.report1 {
width:300px;
	border: #000 2px solid;
	background-color:#fff ;
}
table.report1 th {
	border: #000 2px solid;
	background-color:#fff ;
}
table.report1 td {
	border: #000 2px solid;
	background-color:#fff ;
}

table.report2 {
	width:300px;
	border: #000 2px solid;
	background-color:#E9EFEF ;
}
table.report2 th {
	border: #000 2px solid;
	background-color:#E9EFEF ;
}
table.report2 td {
	border: #000 2px solid;
	background-color:#E9EFEF ;
}
table.report3 {
	width:300px;
	border: #000 2px solid;
	background-color:#F2EEEC;
}
table.report3 th {
	border: #000 2px solid;
	background-color:#F2EEEC ;
}
table.report3 td {
	border: #000 2px solid;
	background-color:#F2EEEC ;
}
table.report4 {
	width:300px;
	border: #000 2px solid;
	background-color:#FFF5EA;
}
table.report4 th {
	border: #000 2px solid;
	background-color:#FFF5EA ;
}
table.report4 td {
	border: #000 2px solid;
	background-color:#FFF5EA ;
}
table.reportProm {
	width:300px;
	border: #000 2px solid;
	background-color:#D5F7D7;
}
table.reportProm th {
	border: #000 2px solid;
	background-color:#D5F7D7 ;
}
table.reportProm td {
	border: #000 2px solid;
	background-color:#D5F7D7 ;
}

.Excel {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.divScroll{
width:700px;
overflow:scroll;
margin: 10px auto;
scrollbar-arrow-color: #003366;
scrollbar-base-color: #003366;
scrollbar-dark-shadow-color: #003366;
scrollbar-track-color: white;
scrollbar-face-color: #fff;
scrollbar-shadow-color: #003366;
scrollbar-highlight-color: white;
}



.botonBuscar{
background: transparent url(../img/buscar.gif) no-repeat;
width: 80px;
height: 23px;
border: 0;
cursor: hand;
}
.botonLimpiar{
background: transparent url(../img/limpiar.gif) no-repeat;
width: 80px;
height: 23px;
border: 0;
cursor: hand;
}
.botonGrabar{
background: transparent url(../img/Grabar.gif) no-repeat;
width: 80px;
height: 23px;
border: 0;
cursor: hand;
}
.botonCerrar{
background: transparent url(../img/Cerrar.gif) no-repeat;
width: 80px;
height: 23px;
border: 0;
cursor: hand;
}
.botonAgregar{
background: transparent url(../img/Agregar.gif) no-repeat;
width: 80px;
height: 23px;
border: 0;
cursor: hand;
}
.botonEntrar{
background: transparent url(../img/Entrar.gif) no-repeat;
width: 80px;
height: 23px;
border: 0;
cursor: hand;
}
.tabla_scroll{
	overflow:scroll;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}

-->
/* Form styles */
div.form-container {
	margin: 10px;
	padding: 5px;
	background-color: #FFF;
	border: #EEE 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: 1px solid #669;
	background-color: #E9E7F2;
}
div.errors p {
	margin: 0;
	color: #CC0000;
}


div.form-container form p { margin: 0; }
div.form-container form p.note {
	margin-left: 150px;
	color: #666;
	font-weight: bold;
}
input {
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	border: 1px solid #CCC;
}
div.form-container form fieldset {
	padding: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
div.form-container form legend {
	font-weight: bold;
	color: #666;
	font-size: 16px;
}
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label {
	margin-right: 10px;
	padding-right: 10px;
	width: 235px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	color:#666;
	
}
div.form-container label.error, 
div.form-container span.error {
	color: #C00;
	border: 1px dotted #666666;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
div.form-container label em {
	position: absolute;
	right: -5px;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {
	background-color: #E9E7F2;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #999;
}
div.form-container div.controlset label, 
div.form-container div.controlset input {
	display: inline;
	float: none;
}
.form-container form fieldset .controlset .label2 {
	width: 260px;
	display: block;
	text-align: right;
	margin-right: 10px;
	padding-right: 10px;
	clear: both;
}

div.form-container div.controlset label.controlset {
	display: block;
	float: left;
	clear: both;
}
div.form-container div.controlset div {
	float: left;
	width: auto;
	clear: both;
}
div.form-container div.buttonrow { margin-left: 180px; }
.form-container form fieldset .controlset2 {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.form-container form fieldset .controlset2 label {
	width: 10px;
	float: left;
}
.form-container form fieldset .controlset2 input {
	float: left;
}

