﻿/* Copyright Design3Edge */
/* http://www.design3edge.com */

* {margin: auto;padding: 0;}

body {
	font-family:"Myriad Web Pro", "Myriad Pro", Verdana, Arial;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	background-image: url(../images/login_fdo_gral.gif);
	background-repeat: repeat-x;
	background-color: #8F8F8F;
}
#main_body {
	position: relative;
	height: 500px;
	width: 498px;
	top: 100px;
}
#main_body .form_box {
	position: relative;
	height: 200px;
	width: 480px;
	padding-top: 48px;
	padding-right: 9px;
	padding-bottom: 43px;
	padding-left: 9px;
	display: block;
}
.form_box #form_box_title {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/form_title_fdo.png);
	height: 33px;
	width: 498px;
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
}
#form_box_shadow_left {
	background-image: url(../images/form_shadow_left.png);
	position: absolute;
	top: 48px;
	bottom: 43px;
	left: 0px;
	width: 9px;
}
#form_box_shadow_right {
	background-image: url(../images/form_shadow_right.png);
	position: absolute;
	top: 48px;
	bottom: 43px;
	right: 0px;
	width: 9px;
}
#form_box_shadow_buttom {
	background-image: url(../images/form_shadow_buttom.png);
	position: absolute;
	height: 43px;
	width: 498px;
	left: 0px;
	bottom: 0px;
}
#form_box_center {
	background-color: #E7E7E7;
	position: absolute;
	left: 9px;
	top: 48px;
	right: 9px;
	bottom: 43px;
	display: block;
	text-align: right;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.form_box_input {
	background-image: url(../images/form_input_fdo.gif);
	background-position: bottom;
	height: 58px;
	width: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 24px;
	font-weight: bold;
	padding-left: 18px;
	padding-right: 10px;
}
.form_box_input:focus {
	background-position: top;
}
.form_box_button {
	height: 45px;
	width: 158px;
	background-image: url(../images/login_btn_enviar.gif);
	background-position: top;
}
.form_box_button:hover {
	background-position: bottom;
}
