
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~ GLOBAL SELECTORS AND SUCH ~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body 
{
	font-family: "lucida sans", verdana, helvetica, arial, sans-serif;

	margin: 10px;
	padding: 0;
	background: #bbdd99 url(../images/bg_reg.gif) repeat top left;
}

h2, p, div
{
	font-family: "lucida sans", verdana, helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #cc6699;
	line-height: 10pt;
}

h2 
{
	margin: 0 0 10px 0;
	padding-bottom: 2px;
	font-size: 16pt;
	background: url(../images/underline.gif) no-repeat bottom left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~ MAIN CONTENT AREA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container
{
	margin: 0;
	padding: 10px;
	background: #fff;
	width:245px;
}

set, label{
	display:block;
}

input, select{
	padding: 1px;
	border: 1px solid #cacae2;
	background: #ffeeff;
	width:240px;
}

#contact_submit {
	margin-top:10px;
}