/* @override 
	http://lawlolawl.com/css/global.css
	http://www.lawlolawl.com/css/global.css
*/
html, body, p, img, form, h1, h2 {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size:80%;
	font-family:arial,helvetica,sans-serif;
	
}
h1 {
	text-align:center;
	font-size:2em;
	color:#999;
}
h2 {
	text-align:center;
	font-size:1.4em;
	color:#999;
}
p {	line-height: 1.3em;	font-size:1em;}

#frame {
	width:800px;
	margin:0 auto;
}
#header {
	height:140px;
}

div.intro {
	padding-top:0.3em;
	padding-bottom:1em;
}
div.article p {
	margin-bottom:1em;
}
div.content {
	width:550px;
	float:left;
}
div.side {
	width:200px;
	float:right;
}

div.optin {
	width:800px;
	height:160px;
	background:#fff url(/images/optin-bottom-bg.jpg) repeat-x;
	margin-top:18px;
}
div.optin table {
	width:280px;	
}
div.optin td.l {
	width:150px;	
}
div.optin td.r {
	width:130px;
	padding-right:20px;
}
div.optin p.optin-desc {
	text-align:left;
	font-weight:bold;
	padding-top:33px;
	padding-bottom:6px;
	color:#00448f;
	font-size:1.1em;
}
div.optin p.optin-text {
	font-size:90%;
	text-align:right;
	float:right;
	clear:right;
	color:#454545;
}
div.optin-form {
	width:280px;
	height:128px;
	float:right;
}
label {
	width:100px;
	display:block;
	float:left;
	font-weight:bold;
}
input.input-email {
	width:130px;
	clear:left;
	float:left;
}


button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center;
  float:right;
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
}

/*blue buttons*/
button.cmdSubmit { 
  background:url(/images/btn_blue_right.gif) right no-repeat; 
  font-size:1.3em; 
}
button.cmdSubmit span { 
  height:30px; 
  line-height:30px;
  background:url(/images/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.cmdSubmit:hover {
	background:url(/images/btn_blue_right_hover.gif) right no-repeat; 
}
button.cmdSubmit:hover span {
	background:url(/images/btn_blue_left_hover.gif) left no-repeat; 
}

/* Button classes for IE6 and IE7 */


button { 
  width:auto; 
  overflow:visible; 
}
button span { 
  /*margin-top:1px;*/ 
}
div#footer p {
	color: #3b3e3e;
	text-align: center;
}
div#footer a, div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
	color: #3b3e3e;
	text-align: center;
}


