@charset "utf-8";
body {
padding:0;
margin:0;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
background: #003145 url(imgs/bg.gif) repeat-x top left;
color:#fff;
}
a {
color: #fff;
text-decoration: none;
}
a img {
border: none;
}
p {
padding:0;
margin:0;
}
#wrapper {
width: 900px;
margin: 20px auto 20px auto;
border: 7px solid #004b6a;
padding: 20px;
}
#header {
height: 115px;
}
#logo {
float:left;
}
#menu {
float: left;
margin-left:30px;
margin-top: 45px;
}
#menu a {
padding-left:14px;
padding-right: 14px;
padding-bottom: 7px;
border-bottom: 4px solid #004b6a;
color: #fff;
}
#menu a:hover {
border-bottom: 4px solid #31a1b9;
}
#content {
margin-top: 15px;
}
.afi {
color: #31a1b9;
font-style:italic;
}
.obs {
color: #FF0000
}
#upload {
border: 4px solid #00405b;
width: 99%;
margin-top: 20px;
}
.inner_upload {
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
.SI-FILES-STYLIZED label.cabinet
{
	width: 116px;
	height: 42px;
	background: url(btn-choose-file.gif) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.SI-FILES-STYLIZED label.cabinet1
{
	width: 86px;
	height: 41px;
	background: url(btn-choose-file1.gif) 0 0 no-repeat;

	display: block;
	overflow: hidden;
	cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet1 input.file1
{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#footer {
margin-top:20px;
text-align: center;
width: 100%;
}
input {
border: 1px solid #309fb8;
background: #1378a2 url(imgs/ha.gif) repeat-x;
color: #fff;
}
#google {
width: 100%;
text-align: center;
margin-top: 20px;
}