#leftcolumnemail {
	float: left;
	width: 40%;
	padding-left: 4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-align: center;
	font-size: .9em;
}
#righcolumnemail {
	float: right;
	width: 40%;
	padding-left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #036;
	text-align: center;
	padding-right: 4em;
	font-size: .9em;
}


#emailform1  label{

float: left;
width: 120px;
font-weight: bold;
}

#emailform1 input, textarea{
	width: 180px;
	margin-bottom: 5px;
}

#emailform1 textarea{
	width: 670px;
	height: 200px;
}

#emailform1 .boxes{
width: 1em;
}

#emailform1  #submitbutton{
	margin-left: 90px;
	margin-top: 5px;
	width: 120px;
	background-color: #123456;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #FFF;

}

#emailform1  #clearbutton{

	margin-top: 5px;
	width: 120px;
	background-color: #123456;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #FFF;

}


#emailform1 br{
clear: left;
}
#aligncenter {
	padding-left: 10em;
}
/* subscription css */

#emailform2  label{
	float: none;
	width: 100px;
	font-weight: bold;
}

#emailform2 input, textarea{
	width: 20px;
	margin-bottom: 0px;
}

#emailform2 textarea{
	width: 670px;
	height: 200px;
}

#emailform2 .boxes{
width: 1em;
}

#emailform2  #submitbutton{
	margin-left: 90px;
	margin-top: 5px;
	width: 120px;
	background-color: #123456;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #FFF;

}

#emailform2  #clearbutton{

	margin-top: 5px;
	width: 120px;
	background-color: #123456;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #FFF;

}


#emailform2 br{
clear: left;

