body{
	background: url('imgs/bg.gif') repeat;
	text-align: center;
	margin-top: 150px;
}
h1{
	font-family: Arial;
	font-weight: bold;
	font-size: 35px;
	color: #61ABD3;
	padding-top: 20px;
	margin-bottom: 20px;
}
:focus{
	outline: 0;
}
#box_login{
	display: block;
	position: relative;
	width: 210px;
	height: 250px;
	background: #fefefe;
	border: 1px solid #dedede;
	border-radius: 1px;
	padding: 10px 0;
	margin: auto;
}
#box_login::before, #box_login::after{
	content:"";
	position: absolute;
	width: 210px;
	height: 250px;
	background: #fefefe;
	border: 1px solid #dedede;
	border-radius: 1px;
	padding: 10px 0;
	box-shadow: 0 0 5px rgba(100,100,100,0.1);
	transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	top: 0;
	left: 0;
	z-index: -1;
}
#box_login::after{
	transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	box-shadow: 0 0 18px rgba(100,100,100,0.1);
}
#box_login form input{
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
#box_login form input[type=text], #box_login form input[type=password]{
	width: 170px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
	padding: 8px 10px;
	border: 1px solid #dedede;
	border-radius: 2px;
	box-shadow: inset 0 2px 5px rgba(100,100,100,0.1);
}
#box_login form input[type=text]{
	background: url('imgs/user_9x12.png') 170px 9px no-repeat;

}#box_login form input[type=password]{
	background: url('imgs/key_fill_12x12.png') 170px 9px no-repeat;
}
#box_login form input[type=text]:focus, #box_login form input[type=password]:focus{
	border: 1px solid #61ABD3;
}
#box_login form input[type=submit]{
	width: 192px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #ffffff;
	color: #bbbbbb;
	padding: 8px 10px;
	border: 1px solid #dedede;
	border-radius: 2px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	cursor: pointer;
}
#box_login form input[type=submit]:hover{
	border: 1px solid #aaaaaa;
	color: #61ABD3;
}
#box_login form input[type=submit]:active{
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	background: linear-gradient(top,  #e5e5e5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	text-shadow: 0 -1px 0 #ffffff;
}
#box_login form a{
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	color: #61ABD3;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dashed #61ABD3;
}
#box_login form a:hover{
	border-bottom: 0;
}
#aro{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url('imgs/bg.gif');
	border: 1px solid #dddddd;
	border-radius: 8px;
	top: 5px;
	left: 96px;
}
#gancho{
	display: block;
	width: 8px;
	height: 32px;
	background: #fefefe;
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-top: -22px;
	margin-left: 3px;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(left,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(left,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(left,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(left,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=1 );
}
/* by OscarWeb ***************/
#by{
	width: 430px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ababab;
	text-shadow: 0 1px 1px #efefef;
	margin: auto;
	margin-top: 10px;
}
#by a{
	text-decoration: none;
	color: #ababab;
}
#by a:hover{
	color: #404040;
}