/* CSS Document */
#frmSearch{
	float: right;
	margin-bottom: 0;
	margin: 6px 13px;
}
#frmSearch label{
	line-height: 20px;
}
#frmSearch #txtSearch{
	float: left;
	height: 17px;
	width: 165px;
	padding-left: 3px;
	color: #FFFFFF;
	background: none #cccccc;
	border: solid 1px #fafafa;
	margin: 0 6px 0 10px;
}
#frmSearch #btnSearch{
	float: left;
	height: 21px;
	width: 39px;
	color: #ffffff;
	text-transform: uppercase;
	background: none #898989;
	border: solid 1px #fafafa;	
}
#frmNewsletter{
	position: relative;
	padding: 14px 12px;
	background: none #f6f3ed;
	border-bottom: 1px solid #000000;
    float: left;
    height: 175px;
    margin: 48px 0 12px 0;
    width: 204px;
}
#txtNewsletter{
	float: left;
	width: 165px;
	height: 22px;
	background: none #d7d5d0;
	padding-left: 3px;
	border: none;
}
#btnNewsletter{
	float: left;
	width: 34px;
	height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: none #d7d5d0;
	border: none;
}

#txtCalsubscribe{
	float: left;
	width: 165px;
	height: 22px;
	background: none #d7d5d0;
	padding-left: 3px;
	border: none;
}











label{
	float: left;
}
input [type='text']{
	float: left;
	clear: right;
	height: 20px;
}
#content #right form{
	float: left;
	margin-top: 15px;
}	
#content #right label, #content #right input[type='text']{
	width: 242px;
	display: block;
}
#content #right input[type='text']{
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 8px;
}
#content #right select{
	margin-top: 4px;
	width: 250px;
	padding: 2px;
}

#content #right textarea:focus, #content #right input[type='text']:focus, #content #right input[type='password']:focus, #content #right select:focus {
	outline: none;
}
#content #right .send_gw{
	padding: 3px 25px 4px 12px;
	height: 20px;
	width: 80px;
	float: left;
	color: #ffffff;
	background-color: #a30046;
	text-decoration: none;
	background-image: url(../images/send_details.gif);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 20px;
}


.myform{

}
.myform input[type='text']{
	height: 18px;
	width:280px;
}
.myform textarea{
	clear: right;
	width:280px;
}
.myform label{
	float: left;
	width: 100px;
}