@charset "UTF-8";

.mainnewsletter{
	width: 252px;
	height:236px;
	background: url("../images/subscribe_bg.jpg") left top no-repeat;

}

.subscribeFormModule p{
	padding: 0px;
	margin: 0px;
}

.subscribtion_title{
	height: 35px;

}

.sub_name_label{
	width: 207px;
	height:14px;
	font-family:Arial;
	font-size:10px;
	color:black;
	padding-left:15px;
	padding-bottom:5px;
}
.sub_Email_label{
	width: 207px;
	height:14px;
	font-family:Arial;
	font-size:10px;
	color:black;
	padding-left:15px;
	padding-bottom:5px;
}

.sub_input_div{
	width: 207px;
	height: 25px;	
	vertical-align: middle;
}

.sub_input_left_border{
	float:left;
	width: 12px;
	height: 25px;
	background: url("../images/input_left_border.jpg") left top no-repeat;	
}

.sub_input_center{
	float:left;
	height: 25px;
	width: 182px;
	background: url("../images/input_center_bg.jpg") left top repeat-x;	
}

.sub_input_right_border{
	float:left;
	width: 12px;
	height: 25px;
	background: url("../images/input_right_border.jpg") left top no-repeat;	
}



.sub_inputbox{
	padding: 0px;
	border: 0px;
	margin: 0px;	
	margin-top: 5px;
	
	background:transparent;
}

.sub_separator1{
	height: 10px;	
}

.sub_button{
	border: 0px;
	background: url("../images/subscribe_button.jpg") 0 0 no-repeat;
	width: 123px;
	height: 39px;	
	cursor:pointer;
}

.sub_form_input{
	border: 1px solid;
	border-color: #416D9D;		
}

.sub_form_label{
	font-size: 11px;
	color: #8398AB;
}

.sub_form_button{
	border: 0px;
	background: url("../images/subscribe_form_button.gif");
	width: 97px;
	height: 40px;	
}
.un_sub_form_button{
	border: 0px;
	background: url("../images/unsubscribe_form_button.gif") 0 0 no-repeat;
	width: 124px;
	height: 38px;	
	cursor: pointer;
}
.sub_title{
	font-family:Arial;
	font-size:18px;
	color:#416D9D;
	padding-bottom:20px;
	overflow:hidden;
}
.normalsublayout{
	padding-top:15px;
}
