.column { float: left; }
.row { clear: both; }
.tenth { width: 10%; }
.quarter { width: 25%; }
.third { width: 33.3333%; }
.half { width: 50%; }
.twothird { width: 66.6666%; }
.threequad { width: 75%; }
.ninth { width: 90%; }
.full { width: 100%; }


/*form { padding-right: 50px; }*/

fieldset { border: none; }

label {
	display: block;
	text-align: right;
	padding: 0.05em 0.1em;
	padding-right: 8px;
}

.checkbox label {
	text-align: left;
}

input.text, textarea {
	width: 100%;
	border: 1px solid #C0C0C0;
	padding: 0.05em 0.1em;
	margin-bottom: 3px;
}

input.checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	position: relative;
	line-height: 13px;
	vertical-align: middle;
	border: 1px solid #C0C0C0;
}

.threequad label {
	display: inline;
	text-align: left;
}

.errors {
	color: #00A7E3;
	margin-bottom: 1em;
}

.form em,
.interesse { padding-left: 19px; }

#content form .invalid,
#content form .required { border: 1px solid #00A7E3; }

select {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FCFCFC none repeat scroll 0 0;
border:1px solid #C0C0C0 !important;
-x-system-font:none;
color:inherit;
font-family:inherit;
font-size:inherit;
font-size-adjust:inherit;
font-stretch:inherit;
font-style:inherit;
font-variant:inherit;
font-weight:inherit;
line-height:inherit;
width: 50%;
}

.submit {
color: #00A7E3;
background-color:#fff;
border:1px solid #C0C0C0;
cursor:pointer;
float:right;
font-weight:bolder;
margin-left: 8px;
}

