@charset "UTF-8";
/* General purpose styles for www.themisers.co.uk */

div#workspace
{
	background-image:url(../images/backgrounds/adam-at-hammond.jpg);
}

.textField
{
	border:1px solid black;
	height:20px;
	width:250px;
	color:rgb(18,13,20);
	background-color:rgb(228,222,206);
	padding:2px 10px;
	margin-top:2px;
	font:13px "Courier New", Courier, monospace;
}
 
.textBox
{
	border:1px solid black;
	height:80px;
	width:400px;
	resize:none;
	color:rgb(18,13,20);
	background-color:rgb(228,222,206);
	margin-top:5px;
	padding:10px 10px;
	font:13px "Courier New", Courier, monospace;
}

div#formDiv
{
	margin-left:80px;
}

.formSpacer
{
	float:left;
	width:120px;
	text-align:right;
	padding:5px 10px 0px 0px;
}

.contacts
{
	margin:0px 25px 26px 0px;
	padding-right:25px;
}
