body
{
	text-align: center;
	margin: 0px;
	background-color: black;
	color: white;
}
	
a:link			{	text-decoration: none;	color: #00d0f6; }
a:visited		{	text-decoration: none;	color: #00d0f6; }
a:hover, a:active	{	text-decoration: none;	color: #009999; }

button
{
	color: #FFFFFF;
	background-color: #003344;
	border: 1px solid #00d0f6;
	font-size: 18;
	font-weight: 100;
}
button img
{
	margin-right: 5px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
}
button:hover
{
	background-color: #008899;	
}

.ui_style_panel
{
	background-color: 004d5b;
	border: 1px solid #00d0f6;
	width: 500px;
}

.recaptchatable .recaptcha_image_cell, #recaptcha_table
{
	background-color: #008899 !important; //reCaptcha widget background color
}
 
#recaptcha_table
{
	border-color: #00d0f6 !important; //reCaptcha widget border color
}

#recaptcha_response_field
{
	border-color: #00d0f6 !important; //Text input field border color
	background-color:#00d0f6 !important; //Text input field background color
}
