@charset "UTF-8";
/* Styles for www.neonflare.co.uk/contact_us */

div#workspace
{
	background-image:url(../images/backgrounds/grey-backdrop.png);
}

a#menuContactUs
{
	color:white;
	background-color:rgb(176,79,175);
}

div#mainContent
{
	padding:45px 70px 0px 70px;
	font-size:12px;
	line-height:15px;
}

.textField
{
	border:none;
	height:23px;
	width:252px;
	background-image:url(../images/backgrounds/text-field.gif);
	background-repeat:no-repeat;
	padding:2px 10px;
	margin-top:2px;
}

div#textHolder
{
	background-image:url(../images/backgrounds/text-box.gif);
	background-repeat:no-repeat;
	height:102px;
	width:356px;
}

.textBox
{
	border:none;
	height:88px;
	width:338px;
	resize:none;
	background-color:transparent;
	margin:6px 8px;
}

div#contact_details
{
	float:right;
	width:200px;
	height:350px;
	padding-left:20px;
	border-left:2px solid #CC33CC;
	font-size:14px;
	line-height:18px;
}