/* ----------- stylized ----------- */
#stylized { background: none; }

#stylized h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	}

#stylized label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 200px;
	float: left;
	clear: both;
	line-height: 1.2em;
	}

#stylized .small {
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
	}

#stylized input, #stylized textarea, #stylized select {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
	}

#stylized textarea {
	width: 360px;
	height: 150px;
	}

#stylized button {
	clear: both;
	margin-left: 150px;
	width: 125px;
	height: 31px;
	background: #006666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 1.2em;
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	}

#stylized fieldset {
	padding: 20px;
	margin-bottom: 20px;
	}

#stylized legend { color: #99cccc; }