/* Formular Container*/
#formular_container {
	width: 100%;
}
.formtitle {
	padding:10px 10px 10px 50px;
}

form {
	height: auto;
}

#frame {
	border: 1px solid #999999;
	display: block;
	width: 828px;
	margin: 10px 10px 10px 50px;
	height: 250px;
}

label {
	padding-bottom: 1em;
	display: inline;
	text-transform: lowercase;
	color: #666666;
	text-align: right;
	width: 100px;
	float: left;
}

.hidden {
	opacity: .1;
	filter:alpha(opacity=10);
}

.mark {
color: #333333
}

input {
	display: inline;
	float: left;
	width: 250px;
	text-align: left;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	opacity: .9;
	filter:alpha(opacity=90);
}

#message {
	display: block;
	float: right;
	width: 400px;
	height: 195px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	margin: 22px 14px 0px 0px;
}

#message textarea {
	display: inline;
	text-transform: none;
	text-align: left;
	width: 250px;
	float: left;
	height: 194px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	white-space: normal;
	padding: 0px;
	margin-top: 0px;
	opacity: .9;
	filter:alpha(opacity=90);
}

div#data {
	width: 385px;
	float: left;
	height: 190px;
	margin-top: 22px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 14px;
}

#data br {
	clear: left;
}

div#footer {
	width: 830px;
	overflow: visible;
	display: block;
}

#submit {
	width: 250px;
	background-color: #666666;
	color: #CCCCCC;
	display: block;
	border: 1px solid #999999;
	top: -22px;
	position: relative;
	left: 565px;
	cursor: pointer;
	text-align: center;
}
#AlertBox1, #AlertBox2, #AlertBox3 {
	width: auto;
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: none;
	padding-left: 50px;
}
