@charset "utf-8";

.site_wrapper
	{
	width: 720px;
	height: auto;
	}

#branding
	{
	float: left;
	height: 200px;
	background: transparent top left no-repeat url(../Images/logo/logo-rays-coral2.jpg);
	}

#starfish
	{
	display: block;
	position: absolute;
	width: 312px;
	height: 100px;
	bottom: 30px;
	right: 135px;
	}

#starfish.happy
	{
	background: transparent top left no-repeat url(../Images/logo/logo-transparent.png);
/*	background: transparent top left no-repeat url(../Images/various/happy.png);	*/
	}

#starfish.sad
	{
	background: transparent top left no-repeat url(../Images/various/sad.png);
	}

#content
	{
	float: left;
	width: 390px;
	margin: 0 115px 0 115px;
	padding: 20px 50px 20px 50px;
	height: auto;
	}

#content hr
	{
	margin: 20px 0px 20px 0px;
	}

#content h2
	{
	}
	
#content fieldset
	{
	display: block;
	float: left;
	width: 100%;
	border: none;
	outline: none;
	margin-bottom: 10px;
	}

#content fieldset label
	{
	display: block;
	float: left;
	width: 50%;
	cursor: pointer;
	font-size: 1.2em;
	color: #6A6A6A;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}

#content fieldset a
	{
	display: block;
	float: right;
	width: 50%;
	text-align: right;
	color: #00AEEF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	}
	
#content fieldset input
	{
	display: block;
	float: left;
	clear: both;
	margin-top: 5px;
	}
	
#content .summary
	{
	width: 370px;
	padding: 15px 10px 15px 10px;
	margin-top: 20px;
	display: none;
	float: left;
	text-align: center;
	color: #6A6A6A;
	background: #F0F0F0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
/*	display: block;	*/
	}

#content .summary a
	{
	color: #539CCF;
	}
	
input[type=text],
input[type=password]
	{
	width: 380px;
	padding: 8px 4px 8px 4px;
	font: 10px / 10px Verdana, Arial, Helvetica, sans-serif;
	color: #6A6A6A;
	}

input[type=button],
input[type=submit],
input[type=reset]
	{
	font-size: 1.6em;
	color: #E6E6E6;
	cursor: pointer;	
	float: right;
	padding: 8px 16px 8px 16px;
	background: #00AEEF;
	border: 1px solid #3D80B5;
	margin-top: 10px;
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px 1px #0D3FEE;
	}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover
	{
	background: #33ABDA;
	}
	
input.captchaEntry
{
    display:inline-block;
    width:280px;
}

img.captchaImage
{
    padding-top:5px;
}