/* Documento padr�o para FORMS */


body {
	font: 62.5%/1 "trebuchet ms", Verdana, sans-serif; /*tirar para n dar conflito co a outra folha de estilo */
}

h2.cadastroTitulo{
 color: #000000
}
.clear {
  clear: both;
}

form {
  font-size: 1.5em;
  width: 40em;
}


/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border: 0px;
	/*background: transparent url(../images/bkgForm.jpg) repeat-x top left;*/
        
}

/* legend styling */
legend {
	font-weight: bold;
	color: #336699;
	font-size: 17px;
        margin-bottom: 6px;
}

form p {
  position: relative;
	width: 100%;
}

/* style para  labels */
label {
	float: left;
	width: 10em;
	font-size: 14px;
}

#remember-me label {
  width: 4em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	font-style:italic;
	color:#760000;
}

/* style error messages */
.feedback {
        width: 10px;
        font: normal 10px verdana, sans-serif; 
        right: 0;
	font-weight: bold;
	color:#760000;
         /*position: absolute;*/
	/*margin-left: 2px;*/
	/*left: auto;*/
        /*padding-left: 50px;*/
        /*background: url(../images/error.png) no-repeat left top;*/	/*padding-left: 50px;*/
        /*background: url(../images/error.png) no-repeat left top;*/

}

.feedbackpositivo {
        width: 60%;
        font: normal 10px verdana, sans-serif; 
	position: absolute;
	margin-left: 11em;
	left: 350px;
        right: 0;
	font-weight: bold;
	color:#485f23;
	padding-left: 50px;
        /*background: url(../images/error.png) no-repeat left top;*/
}

.feedbacknegativo {
        width: 60%;
        font: normal 10px verdana, sans-serif; 
	position: absolute;
	margin-left: 11em;
	left: 350px;
        right: 0;
	font-weight: bold;
        color:#5f2323;
	padding-left: 50px;
        /*background: url(../images/error.png) no-repeat left top;*/
}
/* :KLUDGE: Explicitly set the width for IE6- */

* html .feedback{
  width: 20em;
}

input {
  height: 15px;
}

input:hover {
    background-color: #fbffdf;
}

input[type="text"], textarea {
	border: 1px solid #336699;
	padding: 2px;
	font: normal 11px verdana, sans-serif;
	
/*
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
*/
}

input.radio, input.submit {
  width: auto;
  height: auto;
}

input.checkbox{
    width: 5px;
}
/* style form elements on focus 
input:focus, textarea:focus {
	background: #ffc;
}*/

input.radio {
	float: left;
	margin-right: 1em;
}

textarea {
	width: 245px;
	height: 100px;
	padding: 2px;
	font: normal 11px verdana, sans-serif;
}
select{
	padding: 2px;
	font: normal 11px verdana, sans-serif;	
}

/* Date of Birth form styling */

#monthOfBirthLabel, #yearOfBirthLabel {
	text-indent: -1000em;
	width: 0;
}

#dateOfBirth {
	width: 3em;
	margin-right: 0.5em;
}

#monthOfBirth {
	width: 10em;
	margin-right: 0.5em;
}

#yearOfBirth {
	width: 5em;
}

/* Color form styling */
#favoriteColor {
  margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#favoriteColor h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#favoriteColor div {
	width: 8em;
	float: left;
}

#favoriteColor label {
	/*width: 3em;*/
	float: none;
	display: inline;
}


/** AQUI VCS V�O ALTERAR O ESPA�O ENTRE OS INPUTS.. : MAIS compacto. **/


#favoriteColor p {
	margin: 0.3em 0;
}

