@charset "utf-8";
/* CSS Document */

a{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#161616;
	position:absolute;
	bottom:30px;
	right:40px;
}

a:hover{
	color:#fff;
}

.logo{
	position:absolute;
	top:130px;
	left:0px;
}

#general{
	margin:0px auto;
	width:508px;
	position:relative;
}

#contenido{
	background:url(../images/loginbox_bg.png) no-repeat;
	width:448px;
	height:212px;
	padding:60px 30px 0px 30px;
	position:absolute;
	top:180px;
	left:0px;
}

#login {
	margin:0px;
	padding:0px;
}

label{
	margin:0px 10px 0px 0px;
	font-weight:bold;
	width:150px;
	text-align:right;
	float:left;
	line-height:36px;
	color:#161616;
}

input{
	margin:0px;
	padding:0px;
	color:#fff;
	width:200px;
	height:36px;
	line-height:36px;
	background:none;
	border:none;
}

.input{
	margin:0px 0px 10px 0px;
	padding:0px 10px;
	width:200px;
	height:36px;
	background:url(../images/login_inp.gif) left top no-repeat;
	float:left;
}

.submit{
	margin:0px 0px 0px 160px;
	width:73px;
	height:30px;
	background:url(../images/submit.png) left top no-repeat;
	cursor:pointer;
	display:block;
}

.submit:hover{
	background-position:0px -30px;
}

p{
	width:100%;
	font-weight:bold;
	text-align:center;
	display:block;
}

.error, .ok{
	margin:10px auto;
	width:70%;
	text-align:left;
	font-weight:bold;
	padding:2px 5px;
	background:#F99;
	border:#600 solid 1px;
	line-height:18px;
}

.ok{
	background-color:#3FC;
	border-color:#090;
	color:#000;
}