#text form{
	margin-bottom: 20px;
}
#text fieldset {
	border: 0;
	border-top: 2px solid #559CBE;
	padding: 10px 10px;
}

#text legend {
	color: #f2b648;
	font-size: 16px;
	line-height: 21px;
	margin-left: 0px;
	font-weight: bold;
	padding: 0 3px;
}

#text .formsection {
	padding: 8px;
	background-color: #fff;
	position: relative;
}

#text .formsection div {
	margin: 2px 0;
	padding: 0;
	width: 100%;
	position: relative;
	clear: left;
}

#text label {
	font-size: 14px;
	display:block;
	float: left;
	width: 130px;
	margin: 5px 10px 10px 0px;
	text-align: right;
	font-weight: bold;
}

#text input, #text select, #text textarea {
	width: 200px;
	border: 1px solid #559CBE;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 1px;
}

#text textarea {
	height: 110px;
}

#text .checkbox {
	border: 0;
	width: 20px;
	text-align: center;
	margin: 0 0 0 140px;
	vertical-align: middle;
}

* html #text .checkbox{
	margin-left: 145px;
}

#text .checklabel {
	float: none;
	display: inline;
	line-height: 30px;
}

#text button{
	background: #559CBE;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	border: 2px outset #D1E3F0;
	margin-left: 160px;
	padding: 3px;
	width: 100px;
	margin-top: 10px;
}

* html #text button{
	margin-left: 165px;
}

.warning{
	font-weight: bold;
	color: #990000;
}