html, body
{
	height: 100%;
}

.site_table
{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}



.send_message_form
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}


.org_select_marg
{
	padding-bottom: 20px;
}

select.org_select
{
	width: 600px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
}


div.message_marg
{
	padding-bottom: 20px;
}

input.default_message_text
{
	width: 600px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #d1d1d1;	
}

input.message_text
{
	width: 600px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
}

input.message_text_bug
{
	width: 600px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	background-color: yellow;
}


.captcha_marg
{
	text-align: left;
	clear: both;
	margin-left: 0px;
}

input.default_captcha_text
{
	float: left;
	display: inline;
	width: 150px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #d1d1d1;	
}

input.captcha_text
{
	float: left;
	display: inline;
	width: 150px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;	
}

input.captcha_text_bug
{
	float: left;
	display: inline;
	width: 150px;
	height: 37px;
	border: 1px #cdd5de solid;
	line-height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	background-color: yellow;	
}

.captcha_image
{
	float: left;
	display: inline;
	width: 130px;
	height: 40px;	
}

.send_button
{
	width: 1px;
	height: 1px;
	border: none;
	border: 0px;
	background: none;
}

.red
{
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: red;
}

.red a, .red a:visited
{
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #800080;
	text-decoration: underline;
}
.red a:hover
{
	color: red;
}
