.login {
	background: url(../gfx/user.gif) no-repeat 95% 1em;
	}
.contact {
	background: url(../gfx/email2.gif) no-repeat 95% 1em;
	}
fieldset div {
	margin: 0.3em 0;
	clear: both;
	float: left;
	width: 600px;
	}
fieldset .bg-bb, .bg-bb  {
	background: url(../../img/bg_blackberry.jpg) left top no-repeat;
	height: 320px;
	}
.margin-form {
	margin: 1em;
	width: 690px;
	float: left;
	font: 90% arial, sans-serif;
	}
label { /*label fields*/
	float: left;
	width: 58%;
	line-height: 18px;
	text-align: right;
	margin-right: 1em;
	}
legend { /*titulos de caja*/
	color: #B81921;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: 1em;
	}
fieldset { /*category form*/
	border: 1px solid #DDD;
	padding: 0 0.5em 0.5em;
	display: block;
	clear: both;
	margin-bottom: 2em;
	}
legend span {
	width: 50%;
	text-align: right;
	}
.select {
	padding: 0.15em;
	width: 18em;
	float: left;
	border: 1px solid #ddd;
	background: #FAFAFA;
	font: bold 0.95em arial, sans-serif;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	}
.select-cedula { /*select to cedula*/
	padding: 0.15em;
	width: 7em;
	float: left;
	border: 1px solid #ddd;
	background: #FAFAFA;
	font: bold 0.95em arial, sans-serif;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	}
.input, input {
	padding: 0.15em;
	width: 18em;
	border: 1px solid #ddd;
	background: #FAFAFA;
	float:left;
	font: bold 0.95em arial, sans-serif;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	}
.input-cedula { /*textfield to cedula*/
	padding: 0.15em;
	width: 10em;
	border: 1px solid #ddd;
	background: #FAFAFA;
	float: left;
	margin-left: 1em;
	font: bold 0.95em arial, sans-serif;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	}
.input:hover, .input:focus {
	border-color: #C5C5C5;
	background: #F6F6F6;
	} 
input:hover, input:focus {
	border-color: #C5C5C5;
	background: #F6F6F6;
	}
input.default {
	color: #BBB;
	}
.date input {
	background-image: url(../gfx/calendar-small.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	}
.date fieldset label {
	float: none;
	display: block;
	text-align: left;
	width: auto;
	}
.date fieldset div {
	float: left;
	clear: none;
	margin-right: 0.2em;
	}
.radio, .date {
	position: relative;
	}
.radio fieldset, .date fieldset {
	border: none;
	width: auto;
	padding: 1px 0 0 11em;
	}
.radio legend, .date legend {
	font-size: 1em;
	color: #000;
	}
.radio legend span, .date legend span {
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 10em;
	display: block;
	}
.radio label, .radio input {
	vertical-align: middle;
	display: inline;
	float: none;
	width: auto;
	background: none;
	border: none;
	}
.radio div {
	float: left;
	white-space: nowrap;
	clear: none;
	}
.email {
	width:14em;
	}
#submit-go {
	margin-top: 1em;
	width: 69px;
	height: 26px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	background: url(../gfx/submit-button.gif) no-repeat 0 0;
	display: block;
	cursor: pointer !important;
	cursor: hand;
	}
#submit-go:hover {
	background-position: 0 -26px;
	}
.float-left {
	float: left;
	}
.float-right {
	float: right;
	}
.no-border-table, .no-border-table td, .no-border-table tr {
	border: 1px solid #FFF;
	}
