/*
EasyDNNMailChimp CSS file

Instructions: To properly create theme the first ID selector (#EDMCstyle2) must equal the name of the css file
(example: this file is called EDMCstyle2.css and the first ID selector must called EDMCstyle2).
 Names may be in its sole discretion,
 only important thing is  that the first ID selector is the same as css filename so the theme is correct.
 To quickly change the name of the first ID selector use the find / replace function in your editor.
*/

#EDMCstyle2
{
	clear:both;
	}


#EDMCstyle2 .boxname {
	display: block;
	float: left;
	clear: both;
	background-image: url(images/namebox2.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 174px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-left: 6px;
	margin-bottom: 3px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#EDMCstyle2 .boxemail {
	float: left;
	clear: both;
	display: block;
	background-image: url(images/emailbox2.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 137px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-left: 6px;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#EDMCstyle2 .btnsubscribe
{
	float: left;
	clear: none;
	background-image: url(images/btnsubscribe2.png);
	height: 29px;
	width: 71px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#EDMCstyle2 .btnunsubscribe
{
	float: left;
	clear: both;
	display: block;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


#EDMCstyle2 .title 
{
	display: block;
	float: left;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	margin-bottom: 5px;
}
#EDMCstyle2 .valid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ed1c24;
	background-color: #ffdbdb;
	clear: both;
	float: left;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#EDMCstyle2 label {
	/*display: block;
	float: none;*/
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#EDMCstyle2 input {
	/*display: block;
	float: left;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#EDMCstyle2 .radioscrb {
	/*display: block;*/
	float: left;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
}

#EDMCstyle2 .chkbox {
	display: block;
	float: left;
	clear: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-bottom:3px;
}


