.button1{
	background: url('../images/bg-login-topo.gif') repeat-x 0 center;
	border: none;
	cursor: pointer;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #f6e1b2;
	padding: 7px 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 4px #C93;
	-moz-box-shadow: 0 0 4px #C93;
	-webkit-box-shadow: 0 0 4px #C93;
}
.button1:hover{
	color: #F90;
}
.button2{
	background: url('../images/bg-login-topo-pb.gif') repeat-x 0 center;
	border: none;
	cursor: pointer;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 0 #EEE;
	padding: 7px 20px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0 0 4px #333;
	-moz-box-shadow: 0 0 4px #333;
	-webkit-box-shadow: 0 0 4px #333;
}
.button2:hover{
	color: #C93;
}

#icones{
	margin-top: 10px;
}
.icone{
	float: left; 
	height: 70px;
	margin-bottom: 10px;
	width: 240px;
}
.icone span.imagem{
	border: none;
	background-image: url('../images/icones.png');
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 34px;
	margin-right: 5px;
	width: 26px;
}

/* IMAGES ICONES AQUI */


#icone_1{background-position:-26px 0;}
#icone_2{background-position:-30px 0}
#icone_3{background-position:0px 0}
#icone_4{background-position:-156px 0}
#icone_5{background-position:-130px 0}
#icone_6{background-position:-152px 0}


.icone h3, .icone p{
	background: none;
	color: #666;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	height: auto !important;
	line-height: 14px;
	margin-top: 0;
	padding: 0;
	text-align: left !important;
	width: auto !important;
}
.icone h3{
	border: none;
	color: #F90;
	float: none;
	line-height: 27px;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
.icone p{
	border: none;
	width: 78% !important;
	font-weight: normal !important;
	text-indent: 0;
	margin: 0;
	padding: 0
}

.social-icons{
	display: block;
	margin: 5px auto 5px;
	width: 120px;
}
.social-icons ul{
	display: block;
	list-style-type: none;
}
.social-icons ul li{
	float: left;
	margin: 0 10px 0 0;
}
.social-icons ul li a{
	display: block;
	height: 24px;
	overflow: hidden;
	position: relative;
	text-indent: -9999em;
	width: 20px;
}
.social-icons ul li a.facebook{
	background: url("../images/logo-facebook.png") no-repeat 0 0;
}
.social-icons ul li a.twitter{
	background: url("../images/logo-twitter.gif") no-repeat 0 0;
}
.social-icons ul li a.youtube{
	background: url("../images/logo-youtube.png") no-repeat 0 0;
}

.cupom{
	border: solid 1px #dedede;
	background: url("../images/bg.png") repeat-x 0 0;
	clear: left;
	margin: 0 auto;
	padding: 5px 15px 10px;
	width: 290px;
	
	box-shadow: 1px 1px 5px #999;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
}
.cupom span{
	border-bottom: solid 1px #DEDEDE;
	display: block;
	height: 39px;
	text-align: center;
}
.cupom h2{
	background: none;
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-align: left;
}
.cupom p{
	background: none;
	color: #333;
	display: block;
	float: none !important; 
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
.cupom a{
	display: block;
	font-size: 11px;
	margin: 3px 10px 0 auto;
	padding: 3px;
	text-decoration: none !important;
	width: 125px
}