input#commentary_input {
	width: 100%;
	padding: 2px;
	color: #868686;
	background: #fff;
	border: 1px solid #c8c8c8;
	font: 8pt arial, verdana, tahoma, sans-serif;
	}
button#commentary_button { 
		clear: both;
		width: 181px;
		height: 30px;
		color: #fff;
		background: #cfcfcf url('../images/background_commentary_submit.png') left center no-repeat;
		text-align: center;
		line-height: 30px;
		font-size: 8pt;
		font-weight: bold;
		border: 0px;
		margin: 5px 0 0 3px;
	}
form#newsletter_inquire input.button, 
form#newsletter_inquire input.button2 {
		clear: both;
		width: 181px;
		height: 30px;
		color: #fff;
		background: #cfcfcf url('../images/background_commentary_submit.png') left center no-repeat;
		text-align: center;
		line-height: 30px;
		font-size: 8pt;
		font-weight: bold;
		border: 0px;
		margin: 5px 0 0 3px;
		text-indent:-3000px;
}
* html form#newsletter_inquire input.button,
* html form#newsletter_inquire input.button2 {
	line-height:2000px;
}
*:first-child+html form#newsletter_inquire input.button,
*:first-child+html form#newsletter_inquire input.button2 {
	line-height:2000px;
}

input#signup {
	width: 70%;
	height: 16px;
	padding: 2px;
	color: #868686;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-right: 0px;
	font: 8pt arial, verdana, tahoma, sans-serif;
	margin: 5px 0 0 15px;
	float: left;
	}
button#signup_button {
	width: 26px;
	height: 22px;
	color: #fff;
	background: url('../images/background_signup_button.png') left center no-repeat;
	border: 0px;
	text-align: center;
	line-height: 22px;
	float: left;
	margin: 5px 0 0 0;
	}

	/* ----------- stylized ----------- */
	#stylized {
		background: #fff;
		width: 400px;
		margin: 0 auto;
		padding: 20px;
	}
		#form_popup, #premium, #branch {
			width: 90%;
			margin: 0 auto;
			padding: 20px 0 0 0;
			}
		#form_premium {
			border: solid 2px #e3e3e3;
			background: #fff;
			width: 400px;
			margin: 0 auto;
			padding: 20px;
			}
	#stylized label, #premium label, #branch label{
		display: block;
		font-weight: bold;
		text-align: right;
		width: 175px;
		float: left;
		padding: 4px 0 0 0;
	}
	#form_popup label {
		display: block;
		font-weight: bold;
		text-align: right;
		width: 100px;
		float: left;
		padding: 4px 0 0 0;
	}
		#premium textarea, #branch textarea {
		float: left;
		font-size: 12px;
		padding: 4px 2px;
		border: solid 1px #aacfe4;
		width: 200px;
		margin: 2px 0 20px 10px;
		height: 150px;
}
	#stylized .small, #form_popup .small, #premium .small {
		color: #666666;
		display: block;
		font-size: 11px;
		font-weight: normal;
		text-align: right;
		width: 140px;
	}
	#stylized input, #form_popup input, #branch input, select {
		float: left;
		font-size: 12px;
		padding: 4px 2px;
		border: solid 1px #aacfe4;
		width: 200px;
		margin: 2px 0 20px 10px;
	}
	#premium input {
		float: left;
		font-size: 12px;
		padding: 4px 2px;
		border: solid 1px #aacfe4;
		width: 200px;
		margin: 2px 0 20px 10px;
	}
	#stylized button, #form_popup button { 
		width: 181px;
		height: 30px;
		line-height: 30px;
		clear: both;
		margin-left: 150px;
		background: url('../images/logIn_btn.gif') no-repeat;
		text-align: center;
		border: 0;
	}
	#branch button{ 
		width: 181px;
		height: 30px;
		line-height: 30px;
		clear: both;
		margin-left: 150px;
		background: url('../images/background_contact_submit.png') no-repeat;
		text-align: center;
		border: 0;
	}
	#premium button { 
		width: 181px;
		height: 30px;
		line-height: 30px;
		clear: both;
		margin-left: 150px;
		background: url('../images/logIn_btn.gif') no-repeat;
		text-align: center;
		border: 0;
	}
	
	#premium button.button_open_account { 
		width: 181px;
		height: 30px;
		line-height: 30px;
		clear: both;
		margin-left: 150px;
		background: url('../images/background_reg_submit.gif') no-repeat;
		text-align: center;
		border: 0;
	}
	

#premium_top {
	width: 473px;
	height: 13px;
	color: #000;
	background: url('../images/form_top.png') left center no-repeat;
	margin: 0 auto;
	}
	#premium_form {
		width: 453px;
		color: inherit;
		background: url('../images/form_content.png') repeat-y;
		padding: 10px 10px;
		margin: 0 auto;
		}
#premium_bottom {
	width: 473px;
	height: 9px;
	color: #000;
	background: url('../images/form_bottom.png') left center no-repeat;
	margin: 0 auto;
	}

#branch_top {
	width: 473px;
	height: 13px;
	color: #000;
	background: url('../images/form_top.png') left center no-repeat;
	margin: 0 auto;
	}
	#branch_form {
		width: 453px;
		color: inherit;
		background: url('../images/form_content.png') repeat-y;
		padding: 10px 10px;
		margin: 0 auto;
		}
#branch_bottom {
	width: 473px;
	height: 9px;
	color: #000;
	background: url('../images/form_bottom.png') left center no-repeat;
	margin: 0 auto;
	}
