/* -------------------------------------------------------------------
Filename : contactcss.css
Title : Primary CSS file for EBIT Consultancy Website
Author : Aloundeth Panekham
URL : http://www.laopkservices.com
License : Copyright 2007, , All Rights Reserved.
Description : This base style sheet imports other style sheets and provides basic styling for XHTML elements for the EBIT Consultancy website.
----------------------------------------------------------------------- */

/*************************/
/*import initial setup file*/
/*************************/

@import url("reset.css");
@import url("base.css");

/************************/
/*CSS for entire website*/
/************************/

#left-box {
	width: 248px;
	margin: 0 auto auto 6px;
	background: #FFFFFF;
	float: left;
	overflow: visible;
	z-index: 10;
}

#banner-wrapper {
	width: 550px;
	margin: 0;
}

#content-wrapper {
	width: 550px;
	margin: 0;
}

#main-text {
	width: 506px;
}

form#contact_form {
	text-align: left;
	width:	205px;
	height:	217px;
}

form#contact_form label {
	line-height: 1.5em;
}

form#contact_form input[type=text] {
	margin: 0 0 .8em 0;
	width: 200px;
	color:	#666666;
	font-family:	 Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
}

form#contact_form input[type=image] {
	float: right;
}
form#contact_form textarea {
	margin: 0 0 .8em 0;
	width: 200px;
	height: 60px;
	color:	#666666;
	font-family:	 Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
}

form#cv_form {
	text-align: left;
	width:	205px;
}

form#cv_form label {
	line-height: 1.5em;
}

form#cv_form select {
	margin: 0 0 .8em 0;
}

form#cv_form input[type=text] {
	margin: 0 0 .8em 0;
	width: 200px;
}

form#cv_form input[type=image] {
	float: right;
}
form#cv_form textarea {
	margin: 0 0 .8em 0;
	width: 200px;
	height: 60px;
}

