/* -------------------------------------------------------------------
Filename : locationss.css
Title : Primary CSS file for location page
Author : Aloundeth Panekham
URL : http://www.laopkservices.com
License : Copyright 2007, , All Rights Reserved.
Description : This base style sheet provides basic styling for XHTML elements for the location page.
----------------------------------------------------------------------- */

/************************/
/* CSS for =Main Content */
/************************/

#content-map {
	position:	absolute;
	width:	240px;
	
}

#content-map p {
	text-indent: 0;
}

#content-location {
	position:	absolute;
	width:	214px;
	margin-left:	250px;
}

#content-location-text {
	width:	214px;
	position: absolute;
	background: url(../images/n.png) no-repeat top left;
}

form#contact_form {
	text-align: left;
	width:	165px;
	height:	217px;
	margin: 0 auto;
}

form#contact_form label {
	padding-right: .5em;
	width:	6.5em;
	line-height: 1.5em;
}

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

form#contact_form input[type=image] {
	float: right;
}

form#contact_form textarea {
	margin: 0 0 .8em 0;
	width: 160px;
	height: 60px;
}
