html {background-color: #fff;}

body {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

.generalcontent {
	width: 497px;
	/*margin: 0 0 0 -386px;*/
	padding: 0;
	position: absolute;
}
/*Aca empieza el codigo del form*/
.register {
	width: 497px;
	background-color: #fff;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.formheader {
	height: 31px;
	padding: 0 0 0 14px;
	background: url(http://www.mecanico-liquido.com/img/bck_header.jpg) repeat-x;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	color: #747474;
}

.leftside {
	width: 228px;
	padding: 0 0 16px 13px;
	float: left;
	border-right: 1px solid #ccc;
}

.block {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #747474;
}

.text {
	width: 207px;
	height: 16px;
	margin: 8px 0 0 0;
	padding: 0;
	border: 1px solid #a8a8a8;
	font-size: 12px;
	background-color: #fff;
	color: #666;
}

.check {
	margin: 5px 0 1px 0;
	height: 13px;
	width: 13px;
}

.button	{
	width: 44px;
	height: 19px;
	margin: 5px 0 0 0;
	border: 1px solid #ccc;
	font-size: 11px;
	background-color: #eee;
	color: #666;
}

.block a {
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

.block a:hover {text-decoration: underline; color: #333;}

.block img	{
	width: 95px;
	height: 30px;
	margin: 8px 0 0 0;
}

.short {
	width: 104px;
	margin: 0 0 10px 4px;
}

.rightside {
	width: 193px;
	height: 139px;
	margin: 10px 0 0 0;
	padding: 76px 0 0 18px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #747474;
}

.registerbutton {
	width: 150px;
	height: 38px;
	margin: 31px 0 0 13px;
	display: block;
	line-height: 38px;
	text-align: center;
	color: #504e4f;
	background-image: url(http://www.mecanico-liquido.com/img/bck_button.jpg);
	background-position: 0px 0px;
}

.registerbutton:hover {
	color: #888;
	background-position: 0px -38px;
}
