input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#016f86;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
	font-weight: bold;
}
label.chosen {
	color:#333;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	z-index:5;
	position:absolute;
	width:14px;
	height:14px;
	cursor:pointer;
}
.checkboxAreaUnchecked {
	background:url(images/checkbox.gif) no-repeat left top;
}
.checkboxAreaChecked {
	background:url(images/checkbox.gif) no-repeat left bottom;
}

/*Text inputs*/
.textinput {
	width:275px;
	height:15px;
	background-color:#FFFFFF;
	padding:4px;
	background-image:url(../images/imput.jpg);
	background-repeat: repeat-x;
	border: 1px solid #b1b1b1;

}
.chico{
	width:100px;
	height:15px;
	background-color:#F5F5F5;
	padding:4px;
	float: left;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:315px;
	height:125px;
	background-color:#FFFFFF;
	border:1px solid #b1b1b1;
	padding:4px 8px;
	background-repeat: repeat-x;
	background-image: url(../img/imput.jpg);
}
.textareaHovered {
	background-position:left bottom;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
color:#F7F7F7;
	width:69px;
	height:26px;
	font-weight:bold;
	padding:2px 5px;
	background:url(../images/button.png) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
.atras{
	color:#F7F7F7;
	cursor:pointer;
	border:none;
	margin-right: 10px;
	width:69px;
	height:26px;
	margin-left: 825px;

}

