﻿.ajuda
{
	position:fixed;
	left:0px;

}
input[type='text']:hover
{
  background-color: #F5FFFA;
}
input[type='password']:hover
{
  background-color: #F5FFFA;
}
input[type='text']:focus
{ 
/*background-color:#F5FFFA;*/
 border: 1px solid #4195fc; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #4195fc;
       -moz-box-shadow: 0px 0px 4px #4195fc;
            box-shadow: 0px 0px 4px #4195fc; /* some variation of blue for the shadow */

}
input[type='password']:focus {
    /*background-color:#F5FFFA;*/
 border: 1px solid #4195fc; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #4195fc;
       -moz-box-shadow: 0px 0px 4px #4195fc;
            box-shadow: 0px 0px 4px #4195fc; /* some variation of blue for the shadow */
}

select:focus
{ 
/*background-color:#F5FFFA;*/
 border: 1px solid #4195fc; /* some kind of blue border */

    /* other CSS styles */

    /* round the corners */
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;


    /* make it glow! */
    -webkit-box-shadow: 0px 0px 4px #4195fc;
       -moz-box-shadow: 0px 0px 4px #4195fc;
            box-shadow: 0px 0px 4px #4195fc; /* some variation of blue for the shadow */

}
	.textoformulario
{
	font-family: Arial, Verdana;
	font-size:14px;
	color:#444444;
	/*padding-left:10px;*/
	clear:both;
	text-align:justify;
}

.tituloAjuda {
    color: #0D87CA;
    font-family: Arial,Helvetica,Verdana;
    font-size: 24px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
.subtituloAjuda {
    color: #215084;
    font-family: Arial,Verdana;
    font-size: 18px;
	padding-left:10px;
	clear:both;
	text-align:justify;
}