@charset "utf-8";
/* Standard code for elements across the site */
h1,h2,h3,h4,h5,h6,p,div,li,ul 
{
	margin:0px;
	padding:0px;
}

.floatLeft
{
	float:left;
}

.clearBoth
{
	clear:both;
}

img
{
	border:none;
}

.text_shadow
{
	text-shadow:1px 1px 1px #333333;
}

.form_standard {
	
}

.form_standard label {
	display:block;
	margin-top:15px;
}

.form_standard input {
	
}

.form_standard input[type="submit"] {
	width:auto;
}
