/*///////////////////////////////////////////////////////////////////////
Part of the code from the book 
Building Findable Websites: Web Standards, SEO, and Beyond
by Aarron Walter (aarron@buildingfindablewebsites.com)
http://buildingfindablewebsites.com

Distrbuted under Creative Commons license
http://creativecommons.org/licenses/by-sa/3.0/us/
///////////////////////////////////////////////////////////////////////*/

#mc-subsform {
position:relative;
text-align:center;
margin-bottom:1px;
margin-left:30px;
padding:15px 0px;
width:300px;
height:245px;
background: url(dbnewsletter_form.png);
background-size: 300px 245px;
background-repeat: no-repeat;

/*background:#EEE;

   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;

border:1px red solid;*/
}

.mc-left { 
	font-family:Georgia;
	font-size:14px;
	color:#333;
	text-align:right;
	padding-bottom:3px;
	}

#mc-subsform table {
    
    padding:0px;
	margin-left: 2px;
	/*padding:10px 0px 10px 15px;*/
	width:290px;
	background: transparent;
	}


.mc-input {border:1px solid #999; margin-bottom:3px;padding:.2em; width:190px; font-size:1em;}

#subbtn {
	width:90px;
	position:relative;
	left:25px;
	top:-8px
	}

#response {color:#f30; font-style:italic; font-size:inherit; padding:.4em;}

#mc-subsform.error {color:#f30; font-style:italic; font-size:inherit; padding:.4em;}

#description {font-size:16px; margin-top:15px; margin-left:-87px; margin-bottom:14px; color:#333; text-align:center; /*text-align:left;*/ font-family:Georgia; color:#333; line-height:120%;}



/*
#mc-subsform{
position:relative;
text-align:center;
background:#eee;
background: url(newsletter_db.png); 
background-size: 360px 225px;
background-repeat: no-repeat;

width:325x;
height:203px; 
padding:15px 15px;
  -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px; 
margin-bottom:20px;
border:solid 1px red;
}

.mc-left { 
	font-family:Georgia;
	font-size:14px;
	color:#333;
	text-align:right;
	padding-bottom:3px;
	}

#signup table {
margin-top:30px;
margin-bottom:0px;
margin-left:10px;

	width:290px;
	background: #eee;
	background: transparent;
	}


.mc-input {border:1px solid #999; margin-bottom:4px;padding:.2em; width:170px; font-size:1em;}

#subbtn {
	width:90px;
	position:relative;
	left:100px;
	}

#response {color:#f30; font-style:italic; font-size:inherit; padding:.4em;}


#description {width:60%; font-size:16px; margin-top:5px; margin-left:135px; margin-right:0px; margin-bottom:0px; color:#333; text-align:center; font-family:Georgia; color:#333;}
*/