/* CSS Document */

body {
	margin: 0px;
	margin-top: 45px;
	background-image: url(../images/body_background_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td.navbar {
	background-image: url(../images/bar_no.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

td.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 200px;
}

td.content {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	width: 615px;
	padding-bottom: 10px;
	padding-right: 15px;
	vertical-align: top;
}

td.content_right {
	background-color: #FFFFFF;
	width: 225px;
	vertical-align: top;
}

td.bottom {
	background-image: url(../images/body_background_bottom.jpg);
	background-repeat: repeat-x;
	height: 102px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #a8a8a8;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}

div.tx-newloginbox-pi1 {
	width: 190px;
	height: 129px;
}

div.loginbox {
	background-image: url(../images/loginbox.jpg);
	background-repeat: no-repeat;
	height: 129px;
	width: 190px;
	padding-top: 42px;
	padding-left: 17px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 15px;
}

div.loginbox a {
	font-size: 10px;
	color: #d00f00;
	font-weight: normal;
}

div.loginbox input {
	font-size: 12px;
	font-weight: bold;
	color: #8d8a8a;
	border: solid 1px #d3d3d3;
	background-color: #e2e2e2;
	height: 21px;
	width: 190px;
	margin-bottom: 7px;
}

div.loginbox input.loginbox-button {
	border: none;
	height: 27px;
	width: 88px;
	float: right;
}

div.searchbox {
	background-image: url(../images/searchbox.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 190px;
	padding-top: 42px;
	padding-left: 17px;
	padding-right: 15px;
	margin-bottom: 15px;
}

div.searchbox a {
	font-size: 10px;
	color: #d00f00;
	font-weight: normal;
}

div.searchbox input {
	font-size: 12px;
	font-weight: bold;
	color: #8d8a8a;
	border: solid 1px #d3d3d3;
	background-color: #e2e2e2;
	height: 21px;
	width: 190px;
	margin-bottom: 7px;
}

div.searchbox input.searchbox-button {
	border: none;
	height: 27px;
	width: 88px;
}

div.counter {
	background-image: url(../images/registered_users_box.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 85px;
	padding-left: 17px;
	padding-right: 15px;
}

div.counter input {
	font-size: 12px;
	font-weight: bold;
	color: #8d8a8a;
	border: solid 1px #d3d3d3;
	background-color: #e2e2e2;
	height: 21px;
	width: 190px;
	margin-bottom: 7px;
	margin-top:40px;
}

h1 {
	font-size: 14px;
}

td {
	vertical-align: top;
	font-size: 12px;
}

/*T3 Mailform*/
fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

fieldset.csc-mailform label {
	display: block;
	margin-top:2px;
	margin-bottom: 2px;
}

fieldset.csc-mailform input {
	font-size: 12px;
	border: solid 1px darkgrey;
	background-color: #e2e2e2;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset.csc-mailform textarea{
	font-size: 12px;
	border: solid 1px darkgrey;
	background-color: #e2e2e2;
	color: #333333;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
