@charset "UTF-8";
/* CSS Document */


*
{
	font-family:Arial, Helvetica, sans-serif;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#ffffff;
}

/*---------ESTRUCTURA PRINCIPAL----------*/

.wrapper {
	width:800px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#366;*/
	}
	
.header {
	background-image: url(http://img.en25.com/Web/LiebertCorporation/h_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 95px;
	width:800px;
	margin-top: 15px;
	float:left;
}

.logo {
	background-image:url(http://img.en25.com/Web/LiebertCorporation/logo_Network_Power.gif);
	background-repeat:no-repeat;
	margin-top:0px;
	width:134px;
	height:72px;
	float:left;
	}
	
/*--------CUERPO DE LA PAGINA Y BANNER PRINCIPAL---------*/

.main {
	width:800px;
	height:640px;
	float:left;
	}

.gbb_banner {
	width:800px;
	height:160px;
	float:left;
}

.space_banner{
	height:20px;
	width:800px;
	float:left;
}

.submit {
	height:30px;
	width:460px;
	float:left;
	padding-left:340px;
	}

/*-------------VIDEO, TEXTO y FORMA-----------*/
	
.text {
	width:760px;
	height:120px;
	/*background-color:#F9F;*/
	float:left;
	font-size:13px;
	font-weight:normal;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	}
	

	
/*------------DOTS------------*/

.dots {
	height: 20px;
	width:980px;
	float:left;
	/*background-color:#0C9;*/
	}

.space_dots {
	height:20px;
	width:50px;
	/*background-color:#CF0;*/
	float:left;
	}
	
.dots_image{
	height:20px;
	width:880px;
	background-image:url(http://img.en25.com/Web/LiebertCorporation/h_line.gif);
	float:left;
	}
	
/*---------------FORM--------------*/


.form_general {
	width:800px;
	height:265px;
	float:left;
	}
	
.space_left {
	width:20px;
	height:220px;
	float:left;
	}
	
.space_left2 {
	background-image: url(http://img.en25.com/Web/LiebertCorporation/v_line.gif);
	background-repeat: repeat-y;
	background-position: center;
	width:20px;
	height:200px;
	float:left;
	margin-bottom:20px;
	}

.form_left {
	width:140px;
	height:220px;
	float:left;
	}
	
.form_right {
	width:230px;
	height:220px;
	float:left;
	}
	
.names {
	width:140px;
	height:20px;
	float:left;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	}
	
.fields {
	width:230px;
	height:25px;
	float:left;
	font-size:13px;
	font-weight:normal;
	}
	
.comments_fields {
	width:230px;
	height:50px;
	float:left;
	font-size:13px;
	font-weight:normal;
	}
	

/*----------FOOTER Styles--------*/


.footer {
	background-image: url(http://img.en25.com/Web/LiebertCorporation/h_line.gif);
	background-repeat: repeat-x;
	width:800px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	float:left;
	}

.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-align: right;
	padding-top: 15px;
}
.footer_linksstatic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: bold;
	color: #999;
	text-align: right;
}
.footer_links:hover {
	color: #f7941d;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
}

