/*-----------------------------------------------------------------------------
www.3rdstudio.com
what-we-do.asp
-----------------------------------------------------------------------------*/

/* =Headings
-----------------------------------------------------------------------------*/

#contactUs {
	width:121px;
	height:17px;
	font-size:100%;
	position:relative;
	color:#fffffe;
	background-color:#fff;
	margin:30px 0 30px 0;
	}

#contactUs span {
	background-image:url(../img/heading-contact.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#thankYou {
	width:111px;
	height:18px;
	font-size:100%;
	position:relative;
	color:#fffffe;
	background-color:#fff;
	margin:30px 0 30px 0;
	}

#thankYou span {
	background-image:url(../img/heading-thankYou.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#officeInfo {
	width:85px;
	height:14px;
	font-size:100%;
	position:relative;
	color:#fffffe;
	background-color:#fff;
	margin:25px 0 5px 0;
	}

#officeInfo span {
	background-image:url(../img/heading-officeInfo.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

#contactForm {
	width:108px;
	height:13px;
	font-size:100%;
	position:relative;
	color:#fffffe;
	background-color:#fff;
	margin:25px 0 5px 0;
	}

#contactForm span {
	background-image:url(../img/heading-contactForm.gif);
	background-repeat:no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}

/* =Content
-----------------------------------------------------------------------------*/

form {
	margin:0;
	padding:0;
	}

fieldset {
	margin:0;
	padding:0;
	border:0;
	}

#inputWrap {
	width:350px;
	text-align:right;
	}
	
#inputWrap p {
	text-align:right;
	margin:6px 0;
	}
	
.contactFloat {
	float:right;
	}
	
input, textarea {
	color:#355b8e;
	background-color:#ffffff;
	border:1px solid #cccccc;
	padding:2px;
	font-size:11px;
	}

#submit {
	border:none;
	}