@import 'common.css';

/* --------------------------------------- */

body {
	background:url(../img/bg_header.jpg) no-repeat top #fff;
}
#atendimento {
	background:url("/resources/img/icon_atendimento.gif") no-repeat;
	margin: 0px auto;
	width: 210px;
	height: 24px;
}
#atendimento span {
    color: #8F8F8F;
    font-family: verdana;
    font-size: 11px;
    margin-left: 30px;
}
#footer{
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
    border-top:1px solid #6294ad;
    padding:40px 0;
	margin-top:10px;	
	float:left;
	width:100%;
}
#footer #logo-sgi {
	margin:0 auto;
	height:80px;
	background: url(../img/logo_sgi.png) no-repeat 50% 50% ;	
}

#main {
	width:490px;
	height:370px;
	margin:0px auto;
}
#lateral-e {
	height:100%;
	width:12px;
	display:inline;
	float:left;
	margin-right:20px;
	background:url("../img/box_left.gif") no-repeat right center #fff;
}
#box {
	display:inline;
	float:left;
	background:#EFEFEF;
	border:1px solid #9f9f9f;
	padding:10px;
	margin-top:10px;
}
#logo-siriema {
	border:1px solid #9f9f9f;
	width:400px;
	height:130px;
}
#texto-login {
	margin:10px 0;
	border:1px solid #9f9f9f;
	background:#FFFFFF;
	padding:8px;
	text-indent:8px;
	font-size:12px;
}
#lateral-d {
	height:100%;
	width:12px;
	display:inline;
	float:left;
	margin-left:20px;
	background:url("../img/box_right.gif") no-repeat left center #fff;
}

form fieldset ul {
	list-style:none;
}
form fieldset ul li {
	clear:left;
	padding:4px 0;
	margin:0;
}
form fieldset ul li label {
    color:#666666;
    display:block;
    float:left;
    font-weight:bold;
    line-height:1;
    margin:6px 10px 0 0;
    text-align:right;
    width:150px;
}
form fieldset ul li input {
    width:160px;
}
select, input {
	border:1px solid #9f9f9f;
	padding:4px;
	font-size:12px;
	margin:0;
}

a.button {
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #f7f7f7 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

    border:1px solid #9F9F9F;
    border-radius:6px 6px 6px 6px;
    box-shadow:0 1px 0 0 #FFFFFF inset;
    display:inline-block;
    padding:4px 16px;
    cursor:pointer;
    color:#666666;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:1px 1px 0 #FFFFFF;
}
a.button:active {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(top,  #cccccc 0%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
    padding:5px 16px 3px;
}

div#links {
	text-align:center;
	letter-spacing:1px;
	margin:10px 0;
}
div#links a {
	padding:2px 10px;
	text-decoration:none;
	text-transform:uppercase;
	cursor:pointer;
	color:#3E7C3E;
	font-size:9px;
	font-weight:bold;
	border-right:1px solid;
}
div#links a.last {
	border:none;
}
div#links a:hover {
	text-decoration:underline;
}
#paddingB {
	height:30px;
	width:100%;
}