/*/---------------- Main Form - large ---------------------/*/

#stylized{
	width: 585px;
	margin: 30px auto 10px auto;
	padding-bottom: 20px;
	}

#stylized fieldset { 
	padding: 1px 13px 15px 13px;
	margin: 0 auto;
	border: 1px solid #006caf;}

#stylized legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	padding: 0 6px 0 6px;
 }

#stylized .row {
	clear: both;
	padding-top: 10px;
	width: 100%;
	}

#stylized .row .label {
	vertical-align: text-top;
	float: left;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 180px;
	padding-right: 16px;
	padding-top: 6px;
	}

#stylized .row .formfields {
	float: right;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	width: 355px;
	}

#stylized .small{
	color: #666666;
	display: block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylized .required {
	color: red;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylized input, textarea {
	font-size: 1.0em;
	padding: 0;
	border: solid 1px #006caf;
	width: 350px;
	margin: 9px 0 2px 0;
	}

#stylized textarea {
	height: 150px;
	}

#stylized select {
	margin: 9px 0 2px 0;
	}

#stylized .checkbox {
	font-size: 1.0em;
	padding: 0;
	margin: 9px 0 2px 0;
	border: none;
	width: 20px;
	}

#stylized button { 
	clear:both;
	padding: 0;
	margin: 0 auto;
	width: 125px;
	height: 31px;
	background:#666666 url(/_images/_pgElements/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	}

#stylized input:focus{ background-color: #ffffcc; color:#000000; }


/*/---------------- Sidebar Form ---------------------/*/

#stylized_sb {
	width: 100%;
	margin: 0 auto 10px auto;
	padding-bottom: 20px;
	}

#stylized_sb fieldset { 
	padding: 1px 3px 15px 3px;
	margin: 0 auto;
	border: 1px solid #006caf;
	background-color: #dcdcdc;
	}

#stylized_sb legend { 
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #333333;
	padding: 0 6px 0 6px;
 }

#stylized_sb .row {
	clear: both;
	padding-top: 10px;
	width: 100%;
	}

#stylized_sb .row .label {
	vertical-align: text-top;
	float: left;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: bold;
	text-align: right;
	width: 33%;
	padding-right: 2%;
	padding-top: 3px;
	}

#stylized_sb .row .formfields {
	float: right;
	font-size: 1.0em;
	line-height: 1.1em;
	font-weight: normal;
	text-align: left;
	width: 62%;
	}

#stylized_sb .small{
	color: #666666;
	display: block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylized_sb .required {
	color: red;
	display:block;
	font-size: .8em;
	line-height: 1em;
	font-weight:normal;
	text-align:right;
	}

#stylized_sb input, textarea {
	font-size: 1.0em;
	padding: 0;
	border: solid 1px #006caf;
	width: 90%;
	margin: 9px 0 2px 0;
	}

#stylized_sb textarea {
	height: 5%;
	}

#stylized_sb select {
	margin: 9px 0 2px 0;
	}

#stylized_sb .checkbox {
	font-size: 1.0em;
	padding: 0;
	margin: 9px 0 2px 0;
	border: none;
	width: 20px;
	}

#stylized_sb button { 
	clear:both;
	padding: 0;
	margin: 0 auto;
	width: 125px;
	height: 31px;
	background:#666666 url(/_images/_pgElements/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	border:none;
	}

#stylized_sb input:focus{ background-color: #ffffcc; color:#000000; }

/*-------- SPAM BOT TRAPPING ----------*/
.applecore { display: none; }

