﻿.acaoPrimariaIframe {
	text-decoration: none;
	border: 1px solid #0080C1;
	border-radius: 3px;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-shadow: 1px 1px rgba(0, 123, 183, 0.75);
	background-image: url(../imagem/fundoBotaoBusca.png);
	background-repeat: repeat-x;
	background-color: #0180C1;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	display: inline-block;
	/*
	IE7 hack
	Faz com que IE7 ative hasLayout e o inline block funcione
	como estamos usando temas não é possível separar num arquivo que só vá ser lido pelo IE7
	*/
	zoom: 1; *display: inline;
}

.buscaArea {
	float: left;
	width: 418px;
	min-height: 30px;
	padding-left: 15px;
    margin-right:10px;
}

.logoMenor {
    float: right;
    margin-top: 50px;
    width:76px;
}

.divBoxEGPVirtual {
    float: left;
}

.iframeLogin span {
    font-family: Yanone, Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: normal;
	color: #004C78;
	clear: both;
    margin-right:10px;
}

.iframeLogin input{
    margin-bottom: 2px;
    margin-right: 5px;
    line-height: 30px !important;
    min-height: 30px !important;
}

.formsTopo {
   float: left;
   width:961px;
   margin-top: 20px;
}

.boxBuscaArea {
    float: right;
    display:block;
}

.formsTopo .boxBuscaArea a.acaoPrimaria {
    margin-top: 5px !important;
}
