/* home css file */

#flash-frame {
	margin-top:15px;
}

#home-boxes {
	clear:both;
	margin:0; padding:20px 0 0 0;
	height:290px;
}

.home-box {

	width:200px; height:270px;
	background:#edeff2;

}

.home-box p {
	margin:5px 5px 0 10px;
}

.home-box img {
	margin:10px 0 0 10px;
}

.img-frame-left {
	margin:0 0 0 10px; padding:6px;
	float:left;
	background:url(../images/all/boxes.gif) repeat;
}
.img-frame-right {
	margin:0 10px 0 10px; padding:6px;
	float:right;
	background:url(../images/all/boxes.gif) repeat;
}

* html .img-frame-left {
	margin:0 5px 0 5px;
}

.hfix {
	margin:6px 0 0 0; padding:0;
	clear:both;
}

#home-rframe {
	width:300px;
}
#liveSupport {
	margin:15px 0 0 10px; padding:6px;
	float:left;
	background:url(../images/all/boxes.gif) repeat;
}

* html #liveSupport {
	margin:15px 0 0 5px;
}

a.veja-aqui {
	display:block;
	background:#edeff2 url(../images/misc/veja-aqui.gif) top right no-repeat;
	width:95%; height:10px;
}
a.veja-aqui span {
	display:none;
}

#profile {
	margin:22px 0 0 10px; padding:6px;
	float:left;
	background:url(../images/all/bg_perfil.png) repeat;
	width:295px; height:240px;
}
#certificados {
	margin:22px 0 0 10px; padding:6px;
	float:left;
	background:url(../images/all/bg_certificados.png) repeat;
	width:673px; height:192px;
}
* html #banners {
	margin:22px 0 0 5px; padding:6px 6px 6px 6px;
}

#parceiros-label {
	position:absolute;
	right:30px; top:490px;
	color:#ccc;
	padding:0 0 20px 0;
}

/* form */

#login-form {
	margin-top:0px;
}

#login-form fieldset {
	width:208px; padding:10px 4px 16px 7px;
}

* html #login-form fieldset {
	padding:10px 5px 12px 7px;
}

#login-form fieldset input {
	width:200px;
}
#login-form input.btn {
	width:70px;
}
