/***************************************
Application:		Yturria Sistema Azul	
Filename:		resources/css/forms.css
Description:		Archivo css para enlistar los estilos referentes a los textos de la aplicación
Author:			pnarvaez
Last Modifcation by:	rmejia

Revisions
Author		Date				Changes Made
pnarvaez	09:03 a.m. 22/01/2010		Creación	
****************************************/
img.fondo {	 
	height:100%;
	position:absolute;
	width:100%;
	z-index:-50;
	top:0;
	left:0;
}
.rounded_box_bottom {
	background:transparent url(../img/login_box_bottom.png) repeat-x scroll left bottom;
	height:9px;
	border:none;		
}

.rounded_box_top_left {
	background:transparent url(../img/login_box_top_left.png) no-repeat scroll left top;
}

.rounded_box_top_left, .rounded_box_top_left div, .rounded_box_top_right, .rounded_box_top_right div, .rounded_box_bottom_left, .rounded_box_bottom_left div, .rounded_box_bottom_right, .rounded_box_bottom_right div {
	height:9px;
	width:9px;
}
.rounded_box_top_left {
	background:transparent url(../img/login_box_top_left.png) no-repeat;
	border:none !important;
}
.rounded_box_top {
	background:transparent url(../img/login_box_top.png) repeat-x;
	height:9px;
	border:none;
}
.rounded_box_top_right {
	background:transparent url(../img/login_box_top_right.png) no-repeat;
	border:none;
}
.rounded_box_right {
	background:transparent url(../img/login_box_right.png) repeat-y ; 	    
    width:9px;
}
.rounded_box_bottom_right {
	background:transparent url(../img/login_box_bottom_right.png) no-repeat;
	border:none;
}
.rounded_box_bottom {
	background:transparent url(../img/login_box_bottom.png) repeat-x;
	height:9px;
	border:none;
}
.rounded_box_bottom_left {
	background:transparent url(../img/login_box_bottom_left.png) no-repeat;
	border:none;
}
.rounded_box_left {
	background:transparent url(../img/login_box_left.png) repeat-y;
	width:9px;
	border:none;
}

#login_form_center {
	background:transparent url(/login/png/login_field_wrapper.png) no-repeat;
	height:70px;
}

.fondo_forma {  
	background: transparent url(../img/fondo_forma.png) no-repeat; 
	z-index: -45;
}

div.sexy {   
    margin-right:8px !important;
}

 