@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	background:#FFFFFF;
}
div#login{
	width:280px;
	margin:50px auto;	
	background:#E8E8E8;
}
div.top{
	height:9px;
	background:url(imagenes/square-top-left.gif) left no-repeat #E8E8E8;
	display:block;
	font-size:6px;
}
div.top-in{
	float:right;
	width:7px;
	height:9px;
	background:url(imagenes/square-right-top.gif) right no-repeat;
	font-size:6px;
}
div.center{
	display:block;
	background: #E8E8E8 url(imagenes/login.jpg) no-repeat;
	background-position:15px;
	height:auto;
	clear:both;
	font-family:Trebuchet MS, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:25px;
	vertical-align:middle;
}
div.bottom{
	height:9px;
	background:url(imagenes/square-bottom-left.gif) left no-repeat #E8E8E8;
	display:block;
	font-size:6px;
}
div.bottom-in{
	float:right;
	width:7px;
	height:9px;
	background:url(imagenes/square-right-bottom.gif) right no-repeat;
	font-size:6px;
}
div.column-left, div.column-right{
	float:right;
	width:150px;
}
div.cloumn-left{
	text-align:right;
	margin-right:10px;
}
div.clear{
	clear:both;
}
p{
	margin:2px;
}
input{
	font-family:Trebuchet MS, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}