﻿.label 
{
	
}
.labelTitle
{
}
.label2
{
	width: 81px;
}

.textbox
{
	height: 20px;
	width: 200px;	
}

.textboxMessage
{
	height: 84px;
	width: 228px;
}

.textboxHidden
{
	height: 20px;
	width: 200px;
	visibility: hidden;
}

.txtInputBoxMultiline 
{
    width: 500px;
    overflow: auto;
}

.dropdownlist
{
	height: 20px;
	width: 200px;
}

.validationTable
{
	width: 331px; 
	height: 75px;
}

.footerButons p
{
    background-color: #f3f3f3;
    text-align: center;
    padding: 5px 0px 5px 0px;
    clear: both;
    margin: 0;
}

.panel
{
	/*width: 575px;*/
}

.captchaBox
{
    height: 25px;
    width: 100px;
}

/* unsubscribe styles */

.unsubscribeWrapper {
	width: 740px;
    margin: 0;
	text-align: left;
}

.unsubscribeHeader {
	color: #585858;
}

.unsubscribeFooter {

}

.unsubscribeFooter .txtNote {
color:#585858;

}

.unsubscribeBody {

}
.unsubscribeBody .center{
	text-align: center;
}

.unsubscribeBody .top {
	color:#000000;
}

.unsubscribeBody .leftColumn {
	width: 175px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.unsubscribeBody .rightColumn {
	width:100px;
	float:right;
	margin: 10px 70px 10px 10px;
}
.radio, .radio td {
	font-size: 11px;
	padding: 0 0 5px 0;
}
.radio input { 
	float:left;
	width:15px;
	height:14px;
	margin:0;
	padding:0;
	/*border:1px solid black;*/
}
.radio label { 
	display:block; 
	margin:0 0 0 20px;
	padding:0 0 0 0;
	/*border:1px solid red;*/
}

.lblError
{
	color:Red;
}

.lblName, .lblEmail, .lblSubject, .lblWeekSubject, .lblMessage, .lblForm {
	font-weight: bold;
	color: #585858;
	font-style: normal;
	font-size: 11px;
}

.unsubscribeFooter HR
{
	visibility: visible;
}

