form{
	font-size:14px;
	color:#666666;
	width:100%;
}
form ul{
	height:auto;
	display:block;
	float:left;
}
form ul li
{
	margin-bottom:10px;
	overflow:hidden;
}

input[type='text'], input[type='password'], input[type='number'], select{
	width: 220px;
    height: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
}

input [type='file']{
cursor: pointer;
font-size: 100px;
height: 100%;
filter: alpha(opacity=1);
-moz-opacity: 0.01;
opacity: 0.01;
position: absolute;
right: 0;
top: 0;
}


.assistencia .button {
	background: #79130e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
	padding: 4px 18px;
	text-transform: uppercase;
}

.form_acesso textarea{
    height: 120px;
    max-height: 120px;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

.form_acesso input, select, textarea{
    width: 460px;
}



.form_ input[type='password']{
    padding-left: 10px;
}

.form_sac textarea{
    height: 332px;
    resize: none;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
}

.form_sac input, select, textarea{
    width: 460px;
}

.form textarea{
    height: 120px;
    max-height: 120px;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

.form input, select, textarea{
    width: 460px;
}

.formulario input[type='text'], .formulario  textarea{
	width:100%;
	font-size:14px;
	padding:0;
	color:#636363;
	background:#fff;
	line-height:31px;
	border:0;
}

input[type='text']{
	text-indent:10px;
	/*height:32px;*/
}


/*####### formulario resposta solicitaÃ§Ã£o */
.form_sol textarea{
    height: 120px;
    max-height: 120px;
    min-height: 120px;
    overflow: auto;
    min-width: 500px;
    max-width: 500px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

/*### fim do formulario */

.formulario input[type='text']{
	width:728px;
	text-indent:10px;
	height:31px;
	border:solid 1px #ddd;
}

.formulario input#ddd,
.formulario input#ddd_cel
{
	width:80px;
	margin-right:10px;
}
.formulario input#telefone,
.formulario input#celular
{
	width:636px;
}


.formulario textarea{
	width:708px;
	min-width:708px;
	max-width:708px;
	padding:10px;
	height:60px;
	border:solid 1px #ddd;
	font-family:"swis721_btroman",Arial,Helvetica,sans-serif;
	line-height:20px;
	text-indent:0;
}
.formulario label{
	display:none;
}

.form_{
    margin: 25px auto auto 35px;
    }

.form_acesso label{
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
}

.form_sac label{
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}

.form label{
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}
    
.form_ label{
	display:block;
    margin: 10px auto 5px auto;
}

.form_ button{
    width: 67px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

.form_ button:hover{
    background-color: #2a98c5;
}


.form_acesso button{
    width: 90px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
}

.form_acesso button:hover{
    background-color: #2a98c5;
}

.form_sac button{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
}

.form_sac button:hover{
    background-color: #2a98c5;
}





.form_ input[type='submit']{
    width: 67px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    cursor: pointer;
}

.form_ input[type='submit']:hover{
    background-color: #2a98c5;
}


.form_acesso input[type='submit']{
    width: 90px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    cursor: pointer;
}

.form_acesso input[type='submit']:hover{
    background-color: #2a98c5;
}

.form_sac input[type='submit']{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
    cursor: pointer;
}

.form_sac input[type='submit']:hover{
    background-color: #2a98c5;
}
.esqueceu_senha {
    height: 44px;
    margin-top: 15px;
    margin-left: 10px;
    line-height: 40px;
    padding: 0 15px;
}


.form_sol #file-falso{
    width: 500px;
    margin-bottom: 10px;
}

.form_sol button{
    background: #007cb2;
    color: #fff;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    display: table-caption;
    margin-top: 50px;
    display: block;
}

.form_sol .file button{
    width: 70px;
    height: 35px;
    background: #007cb2;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    display: inline-block;
    margin-top: 0px;
}

.form_sol button:hover{
    background: #2a98c5;
}



.form_sol #file-falso{
    width: 500px;
    margin-bottom: 10px;
}

.form_sol input[type='submit']{
    background: #007cb2;
    color: #fff;
    width: 100px;
    height: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    display: table-caption;
    margin-top: 50px;
    display: block;
    border: none;
    cursor: pointer;
}

.form_sol .file input[type='submit']{
    width: 70px;
    height: 35px;
    background: #007cb2;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    display: inline-block;
    margin-top: 0px;
}

.form_sol input[type='submit']:hover{
    background: #2a98c5;
}


.esqueceu_senha  a{
    fnt-size: 14px;
    text-decoration: underline;
    color: #999999;
    transition: color 0.5;
    -webkit-transition: color 0.5s;
}

.esqueceu_senha a:hover{
    color: #007cb2;
}

input[type="checkbox"]{
	height:15px;
	width:18px !important;
	margin-bottom:0;
}
button
{
	border:none;
}

.formulario button{
	background:url(../media/img/bt_acao.jpg) repeat-x;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	color:#0095da;
	border:none;
	height:32px;
	line-height:32px;
	padding:0 15px;
	margin-top:10px;
}
.formulario button:hover{
	background-position:0 -64px;
	color:#fff;
}

button.botao_lupa {	width:45px; height:35px; text-indent:-9999px; background:url(../media/img/bt_ok_busca.png) no-repeat; border:0;	}
button.botao_lupa:hover {	background-position:0 -40px;	}


.texto_forms
{
	color:#002561;
	background:url(../media/img/bg_linha_empreend.png) no-repeat 50% 100%;
	padding-bottom:50px;
	font-size:16px;
}
.texto_forms strong
{
	font-family:"swis721_btbold",Arial,Helvetica,sans-serif;
}

.resposta_form
{    
	color: #D0191F;
    display: none;
    float: left;
    font-size: 14px;
    margin: 20px 0 0;
    position: relative;
    width: 100%;
}

/*.obg
{
	float:right;
	line-height:32px;
	margin-right:0px;
	font-size:12px;
}*/

.obg
{
	float: left;
    margin: 40px 0 0 20px;
}

.forms_barracom .form_barracom
{
	/* padding-top:120px; */
	margin-bottom:20px;
	float:left;
	display:none;
}

.forms_barracom input[type="text"]
{
	width:458px;
}
.forms_barracom form ul.col1,
.forms_barracom form ul.col2
{
	width:460px;
	overflow:hidden;
}
.forms_barracom form ul.col1
{
	margin-right:20px;
}

.forms_barracom .formulario textarea
{
	width:438px;
	max-width:438px;
	min-width:438px;
}
.forms_barracom #barra_contato .formulario textarea,
.forms_barracom #barra_ligamos .formulario textarea
{
	height:85px;
	min-height:85px;
	max-height:85px;
}
.forms_barracom #barra_indique .formulario textarea
{
	height:85px;
	min-height:85px;
	max-height:85px;
}

.forms_barracom .formulario input#telefone,
.forms_barracom .formulario input#celular
{
	width:366px;
}


/*FORMULÁRIO SKINS ============================*/

	.skin {
        background-position: top right;
       /* width: 100%;*/
        height: 35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;        
	
        -moz-border-radius: 5px;
        background-image: url('../media/img/form_select.png');  
        background-repeat: no-repeat;
}
	/*
	.skin_botao {
		width:186px;
		height:18px;
		border:none;
		text-align: left;
		text-indent:-9999px;
		overflow:hidden;
		float:right;
		background-image:url(../img/botoes.png);
		background-repeat:no-repeat;
		cursor: pointer;
	}*/
	
	/*select*/
    
   
	
    
	.styleCombobox {
	  /* background-position:top right; */
	  /* margin: 10px auto auto auto; */
      
      background-color: #fff;
	  background-position: 108px center; 
     /* width: 100%;*/  
	  height: 35px; 
      border-radius: 5px;
      border: 1px solid #cccccc;
      -webkit-border-radius: 5px;
}
	.styleCombobox select{
		/*width: 461px;*/
        width: 100%;
		height:35px;
		margin-bottom:0;
	}

    .meus-dados .styleCombobox, .informacoes-financeiras .styleCombobox{
        width:145px;
        background-position: 112px 3px;
    }
    
    .informacoes-financeiras input[type='submit']{
	    width: 70px;
	    height: 44px;
	    background-color: #007cb2;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		font-size:14px;
	    color: #fff;
		border:none;
		line-height:32px;
		padding:0 15px;
	    float: left;
	    margin-left: 15px;
	    margin-top: -3px;
	    transition: background-color 0.5s;
	    -webkit-transition: background-color 0.5s;  
	    cursor: pointer;
	}   
    
    .acompanhamento .styleCombobox{
        width: 460px;
        margin-bottom:10px;
        background-position: 427px 3px;
    }
    
    .assistencia .styleCombobox{
        width: 460px;
        background-position: 425px 2px;
    }
    

	.styleCombobox span.skin {
	  display:block;
      background: none;
	  background-position: 1px 0px;
	  line-height: 35px;
	  position: absolute;
	  text-indent: 10px;
	  border-radius: 5px;
	
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  color: #666666;
	  font-size: 15px;
	  font-family: Source Sans pro;
	  height: 35px;
}
	#busca_barra .styleCombobox span.skin {
	  display:block;
	  background-position:-482px -247px;
	  line-height:32px;
	  position:absolute;
	  font-size:12px;
	  text-indent:10px;
	}
	
	.comboboxFocus {
	  background-position:top right;
	}
	
	.style_radio {
		width:20px;
		height:20px;
   		background-position: -37px -1px;
		margin-top: 10px;
		display:inline-block;
		margin-right:10px;
        opacity: 1;
	}
   

	.style_checkbox {
	   background-position:0px -500px;
	   float:left;
       margin: auto;
	}

	.input_checkboxChecked {
	   background-position:-80px -500px;
	}
    
    .assistencia .style_checkbox{
        margin-left: 12px;
        width:25px;
        height: 20px;
	    background-position: -123px -2px;
    }
    
    .assistencia #tabs_container div {
        margin-right: 0px;
    }
    
    .assistencia .input_checkboxChecked{        
	    background-position: -89px -3px;
    }
	
	.input_radioChecked {
	   background-position: -59px -1px;
	}

.styleFileDisabled {
   background-position:right -720px;
}

.styleFileDisabled span.skin {
	background-position:-477px -87px;
}

.styleFile, .styleFile span.skin {
	width:385px;
	height:32px;
}
.styleFile input {
	width: auto;
	margin: 0px;
}



.login .login{
    background-color: #e2e2e2;
    padding-bottom: 25px;
    border: 3pt;
    border-color: #000;
    border-radius: 5px;
    margin-left: 320px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.esq{
    background-color: #e2e2e2;
    height: 320px;
    border: 3pt;
    border-color: #000;
    border-radius: 5px;
    margin-left: 320px;
    margin-top: 50px;
    margin-bottom: 30px;

}
/**### pesquisa de satisfacao do cliente ###*/
.op_btn{
    margin-left: 375px;
    margin-top: 74px;
}

.op_btn button{
    font-family: Source Sans pro;
    background-color: #007cb2;
    color: #fff;
    width: 140px;
    height: 44px;
}

.satisfacao  label{
    font-size: 18px;
    font-weight: 500;
    padding-left: 5px;
}

.satisfacao input[type='submit']{
	width: 120px;
}

.satisfacao textarea{
    width: 780px;
    height: 80px;
    resize: none;
    padding: 5px;
}

.assistencia textarea{
    width: 450px;
    height: 120px;
    resize: none;
    padding: 5px;    
}

.satisfacao .opcoes label{    
    font-size: 14px;
    background-color: #e2e2e2;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.satisfacao .style_radio {
		margin-top: 0px;
		margin-right: 0px;
}
    
.op_ultimo_label{
    border-bottom: 1px solid #e2e2e2;
}


/*####################*/

#file {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: -1;
}

#div-file {
    position: relative;
}
#div-file div {
    position: absolute;
    top: 0;
    left: 0;
}
#file {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
    position: relative;
    left: -3px;
    z-index: 2;
    cursor: pointer;
}

.form_assist table{
    margin-bottom: 10px;
}





/****########## dialog*/

.ui-widget-overlay.custom-overlay{
    background-color: black;
    background-image: none;
    opacity: 0.7;
    z-index: 900;
    height: 100%;
    width: 100%;
    position: fixed;
}

.ui-dialog{
    position: fixed;
    top: 25%;
    left: 107px;
    display: block;
    padding: 10px;
    z-index: 99999999;
    border-radius: 5px;
    background-color: #fff;
}

.ui-dialog-title{
    font-size: 24px;
    color: #666666;
    padding: 25px 15px;
}

.ui-dialog-content{
    font-size: 14px;
    color: #999999;
    height: 45px;
    padding: 15px;
}
.ui-dialog-buttonset{
    padding: 10px;
    padding-top: 50px;
}

.ui-dialog-buttonset button{
    margin-right: 10px;
}

.ui-button{
    width: 64px;
    height: 44px;
    max-height: 28px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #999999;
    color: #fff;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
}

.ui-button:hover{
    max-height: 44px;
    background-color: #007cb2;
}

.ui-button-text{
    font-family: Source Sans Pro;
    font-size: 14px;
}

.ui-dialog-titlebar-close{
    float: right;
    height: 34px;
    max-height: 34px;
    width: 40px;
    background-color: #e2e2e2;
    color: #666666;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
}

.ui-dialog-titlebar-close:hover{
    background-color: #efefef;
    max-height: 34px;
}


/*################## FORMs MEUS DADOS */
.form_dadosProp textarea{
    height: 110px;
    resize: none;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

.form_dadosProp input, select, textarea{
    width: 460px;
}

.form_dadosProp label{
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}


.form_dadosProp button{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
}

.form_dadosProp button:hover{
    background-color: #2a98c5;
}

.form_dadosProp input[type='submit']{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
    cursor: pointer;
}

.form_dadosProp input[type='submit']:hover{
    background-color: #2a98c5;
}

.form_dadosCobra textarea{
    height: 110px;
    resize: none;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

.form_dadosCobra input, select, textarea{
    width: 460px;
}

.form_dadosCobra label{
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}


.form_dadosCobra button{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
}

.form_dadosCobra button:hover{
    background-color: #2a98c5;
}

.form_dadosCobra input[type='submit']{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
    cursor: pointer;
}

.form_dadosCobra input[type='submit']:hover{
    background-color: #2a98c5;
}

.form_senha textarea{
    height: 110px;
    resize: none;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

.form_senha input, select, textarea{
    width: 460px;
}

.form_senha label{
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}


.form_senha button{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
}

.form_senha button:hover{
    background-color: #2a98c5;
}

.form_senha input[type='submit']{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
    cursor: pointer;
}

.form_senha input[type='submit']:hover{
    background-color: #2a98c5;
}

/*############## FORMULARIO ASSISTENCIA */
.form_assist textarea{
    height: 110px;
    resize: none;
    overflow: auto;
    max-width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #cccccc;
    background: #fff;
    padding-left: 5px;
    color: #666666;
    font-size: 14px;
    font-family: Source Sans pro;
    
}

.form_assist input, select, textarea{
    width: 460px;
}

.form_assist input[type="checkbox"]{
    width: 50px;
}

.form_assist label{
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
}


.form_assist button{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
}

.form_assist button:hover{
    background-color: #2a98c5;
}

.form_assist input[type='submit']{
    width: 70px;
    height: 44px;
    background-color: #007cb2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
    color: #fff;
	border:none;
	line-height:32px;
	padding:0 15px;
	margin-top:15px;
    float: left;
    margin-top: 30px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;  
    cursor: pointer;
}

.form_assist input[type='submit']:hover{
    background-color: #2a98c5;
}

.form_assist .file button{
    padding: 0px;
    margin-top: 0px;
    width: 65px;
    float: right;   
    background-color: #007cb2;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 38px;
    transition: background-color 0.5s;
}

.form_assit .file button:hover{
    background-color: #2a98c5;
}