﻿p {
	font-size:1em;
	margin-bottom:5px;
}
p.stack {
	margin:0;
}
.red {
	color:red;
}
.moreBottom {
	margin-bottom:20px;
}
form#NewSubscriptions {
	width:650px;
	border:1px solid #9DC64E;
	padding:10px 20px;
	margin-bottom:50px;
}
div.section {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed gray;
}
div.question {
	clear:both;
	padding:5px 0 0 0;
}
label {
	width:160px; 
	float:left; 
	font-size:1em; 
	color: #003366; 
	margin-top:2px;
}
div.question div label {
	float:none;
	clear:both;
	padding-left:5px;
	margin-right:15px;
	width:auto;	
}
input {
	width:200px;
}
input.short {
	width:25px;
}
input.ext {
	width:50px;
}
input.medium {
	width:100px;
}
input.long {
	width:400px;
}
.ext {
	font-size:1em;
}
select  {
	font-size:1em;
}
select.highlight {
 background-color: #FFFF00;
}
select.highlight:focus {
 background-color: white;	
}
div.checkbox {
	width:200px;
	float:left;
}
div.checkbox2 {
	width:320px;
	float:left;
}

/* THANK-YOU PAGE STYLES */
label.Thanks {
	width:75px; 
}
p.Thanks {
	float:left;
	margin:2px 0 0 0;
	padding:0;
}
ul.Thanks {
	list-style-type:none;
	font-size:1em;
	margin:0 0 5px 15px;
	padding:0;
}
ul.Thanks li {
	margin:0;
	padding:0 0 2px 0;
}


