/*-------------------------------------------------------------------------
 Clic 2007
---------------------------------------------------------------------------
 File: forms.css

 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 CSS style for html forms
 Estilos generales para los formularios utilizados
--------------------------------------------------------------------------*/

.textoPequeno{	font-size:10px; }
.admin {
	width:550px;
	/*border:1px solid;*/
}

.admin label, .view label{
		display:block;
		width:150px;
		float:left;
		text-align:right;
		padding-right:2px;
}

.view label { font-weight:bold;}

table#days{
	width:98%;
}

table#days label
{
	width:80px;
}

table#days select
{
	width:80px;
}


table#days td{
	padding:4px;
	width:30%;
}
.formItem {
	padding-top:1px;
	padding-bottom:1px;
	clear:both;

}

.formItem input, .formItem textarea {
 width:270px;
}

.formItem input.radio, .formItem  input.checkbox, input.checkbox{	
	width:auto;
}


.converter .formItem input{
	width:100px;
}
.formItem select {
	width:150px;
}

.submit{
		text-align:center;
		padding-top:2px;	
}


/* Formularios de contacto */
 .forma{
	width:400px;
}

.atencion{
	color:#990000;
	font-weight:bold;
}

#PostAvailabilityPostItemId {width:325px}
