/*****************************************************************************************
Author: Jose Perezchica
		Techgua.com - An Ocean of Services
Name: pricing.css
Description: Controls the Pricing Information and Look
Date: 7/10/08
/*****************************************************************************************/

#news
{
	height: 730px;

}

#form_box {
	float: left;
	width: 500px;
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
	height: 575px;
}

#form_box div {
	height: 28px;
	padding: 0.5em 0.5em;
}

#notes
{
 	margin-top:10px;
}

div.hr {
	border-bottom: 3px solid #e2e2e1;
	border: 0px solid red;
	margin-bottom: 7px;
	width: 500px;
	float:none;
	position: relative;
	margin-top: 140px;
}
 
#header_image
{
	background-image: url(../images/techgua_header_precios.gif);
}


