@charset "utf-8";
/* CSS Document */
/************************************************************************
CONTACT FORM
*************************************************************************/

.new-account{
	background:url(../images/user_female.png) no-repeat 0 5px;
	padding-left:60px;
	height:55px;
	}
	
	
	
	.linkreg{
	font-family: Arial, Helvetica, Verdana, san-serif;
	top:0px;
	font-size:18px;
	text-decoration:none;
	color:#333333;

}

.linkreg a{
	color:#333333;
	margin-right:0px; /*spacing between each menu link*/
	text-decoration: none;
	/*bottom border is 3px*/
}

.linkreg a:hover{
	color:#333;
}

.linkreg a.selected, .linkreg a.visited{
	
	color:#333;
	
	}

/************************************************************************
-) FORM ELEMENTS
*************************************************************************/
.fieldset{
border:none;
padding: 0;
margin:0;
}

.text_input1, textarea1, select{
color:#304d5d;
border-color:#CCC;
border-width: 1px;
border-style: solid;
font-family: Arial, Helevtica, Verdana, san-serif;
font-size: 12px;
padding:2px;
}

/*searchform*/
#searchform1{
float:right;
position: relative;
}

#searchsubmit1{
border:medium none;
cursor:pointer;
display:block;
height:35px;
outline:none;
padding:0;
position:absolute;
right:-8px;
text-indent:-9999px;
top:4px;
width:35px;
z-index: 2;
}

#s1{
border: none;
width:200px;
padding:5px 30px 5px 10px;
color:#ccc;
position: relative;
top:10px;
}


/*Contact Form*/
fieldset1{
border:none;
}

.ajax_form1 .text_area1{
padding:5px;
width:340px;
}

.ajax_form1 .text_input1{
width:200px;
margin-right:10px;
}


.ajax_form1 .text_area2{
padding:10px;
width:400px;
}

.ajax_form1 .text_input2{
width:340px;
margin-right:10px;
}

.text_input2, textarea2, select{
color:#304d5d;
border-color:#CCC;
border-width: 1px;
border-style: solid;
font-family: Arial, Helevtica, Verdana, san-serif;
font-size: 12px;
padding:5px;
}

input{
color:#333;
border-color:#CCC;
border-width: 1px;
border-style: solid;
font-family: Arial, Helevtica, Verdana, san-serif;
font-size: 13px;
padding:5px;
}

input[type=radio] {
background-color: transparent;
color:#304d5d;
padding:5px;
border-color:transparent;
border-width: 0px;
border-style: none;
padding-top:5px;

}
input[type=button] {

}
input[type=submit] {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:28px;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-left:15px;
	padding-right:15px;
}

input[type=reset] {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	height:28px;
	font-size:12px;
	-moz-border-radius: 4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding-left:15px;
	padding-right:15px;
}

input[type=checkbox] {
	background:none;
	border: none;
	color:#FFFFFF;
	cursor:pointer;
	height:28px;
	font-size:12px;

}

.ajax_form1 h3{
border:none;
}

.ajax_form1 p{
padding: 0 0 3px 0;
}

.ajax_form1 label{
font-size: 11px;
font-weight: bold;
}

.button_user {
	background:none repeat scroll 0 0 #333333;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;

	height:28px;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
}

.new_record{
	background:url(../images/user_female.png) no-repeat;
	padding-left:65px;
	height:55px;

	}
	
.voltar{
	background: url(../images/arrow_left.png) no-repeat 10px 5px ;
	vertical-align:middle;
	height:30px;
	padding-right:25px;
	padding-left:35px;
	width:100px;	
	text-decoration:none;
	font-size:15px;
	}
	
	.rounded{
-moz-border-radius: 4px;
-webkit-border-radius:4px;
border-radius:4px;
}

.userloged{
	font-size:13px;
	color:#fff; 
	height:30px;
	padding-left:5px; 
	font-size:11px;
	background:#333333; 
	padding-top:15px;
	}
	
	
.gear{
	font-size:18px;
	padding-left:15px;
	padding-bottom:15px;
	text-decoration:none;
	
	
	}
	
.link_gear{
	margin-right:30px;
	font-family: Arial, Helvetica, Verdana, san-serif;
	top:0px;
	font-size:12px;
	text-decoration:none;
	font-size:20px;
	padding-left:15px;
	padding-bottom:15px;


}

.link_gear a{
	color:#333333;
	margin-right:0px; /*spacing between each menu link*/
	text-decoration: none;
	/*bottom border is 3px*/
}

.link_gear a:hover{
	color:#333;
}

.link_gear a.selected, .link_gear a.visited{	
	color:#333;
	}
