.transparent .contentStyle {
	background-color: transparent;
}

.contentStyle
{
	font-family: tahoma, arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	background-color: white;
	margin-top: 0px;
}

.contentStyle p
{
	margin-top: 10px;
}

.contentStyle input
{
	background-color: white;
	border: 1px solid #8AACCF;
	cursor: text;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: black;
    width: 300px;
}

.contentStyle table
{
	font-family: tahoma, arial, sans-serif;
	font-size: x-small;
	color: #000000;
}

.contentStyle img
{

}

.contentStyle table tr td {
    vertical-align: top;
}

.contentStyle a
{
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	color: #0E4A9E;
}

.contentStyle select
{
	font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	color: black;
}

.contentStyle textarea
{
	border: 1px solid #8AACCF;
    font-family: tahoma;
	font-size: x-small;
	font-weight: normal;
	color: black;
    height: 150px;
    width: 300px;
}

.contentStyle .form_checkbox
{
	border: 0;
	cursor: hand;
	background-color: white;
}

.contentStyle .form_submit
{
	cursor: hand;
    width: 150px;
    color: #000000;
}

.contentStyle .form_radio{
    cursor: hand;
    border: 0 solid white;
}