@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
img {
	border: none;
}
body {
	background: #eeeeee url(../images/body_bg.gif) left top repeat-x;
	font-size: 12px;
}
#container {
	display: block;
	margin: 50px auto 50px auto;
	padding: 20px 0px 0px 0px;
	width: 970px;
	background: transparent url(../images/skin_top_bg.png) top center no-repeat;
}
table {
	border-collapse: collapse;
	border: 0px;
	text-align: center;
}
.border {
	border: 1px solid #000000;
	border-top: 5px solid #000000;

}
th {
	padding: 5px 0px 5px 0px;
	xbackground: #008dcd none;
	color: #000000;
	font-size: 14px;
	xmin-width:100px;
}
td {
	color: #000000;
	font-size: 14px;
}
table.border td {
	padding: 5px 5px 5px 5px;
	xborder-left: 1px solid #FFFFFF;
	xborder-right: 1px solid #FFFFFF;
	border-top: 1px solid #000000;
	xborder-right: 1px solid #FFFFFF;
}
.bold {
	font-weight: bold;
}
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.full-width {
	width: 100%;
}
.container-content {
	display: block;
	width: 950px;
	padding: 0px 10px 0px 10px;
	background: transparent url(../images/container_content_bg.png) center top repeat-y;
}
.content {
	display: block;
	width: 910px;
	background: #ffffff none;
	padding: 0px 20px 25px 20px;
}
.logo {
	display: block;
	xwidth: 930px;
	padding: 10px 10px 10px 10px;
	background: #ffffff none;
}
.logo-shadow {
	display: block;
	width: 100%;
	height: 15px;
	background: #ffffff url(../images/logo_bottom_shade.png) left top repeat-x;
}
.welcome {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

.welcome2 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.welcome3 {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
}


.label {
	width: 45%;
	text-align: right;
	padding: 2px 10px 2px 0px;
}
.text-box {
	width: 55%;
	text-align: left;
	padding: 2px 0px 2px 0px;
}
.input {
	width: 160px;
	border: 1px solid #008dcd;
	padding: 2px 2px 2px 2px;
}
textarea {
	width: 99%;
	border: 1px solid #b7ccde;
	padding: 2px 2px 2px 2px;
}
.submit {
	font-size: 13px;
	border: 2px solid #9ad0ff;
	margin: 20px 0px 0px 0px;
	padding: 1px 15px 1px 15px;
	background: #008dcd none;
	color: #ffffff;
	overflow: visible;
	cursor: pointer;
}
.url {
	color: #008dcd;
	text-decoration: underline;
}
.small {
	font-size: 11px;
}
.contact {
	display: block;
	width: 930px;
	font-size: 11px;
	color: #ffffff;
	background: #000000 none;
	padding: 5px 10px 0px 10px;
}
.contact a {
	color: #ffffff;
	text-decoration: underline;
}
#footer {
	display: block;
	width: 100%;
	height: 20px;
	background: transparent url(../images/skin_bottom_bg.png) bottom center no-repeat;
}

.mandatory {
	color: red;
	display: inline;
	margin-left:5px;
}
.question, .comment {
	text-align: left;
	padding-left: 10px;
}
