/* CSS - 800yesican.com */
/* POPUP Specific */
/* Written by Jason Reed */

html {
	background: #8ABDED;
	background-image: none;
	height: 100%;
}

#container {
	margin: 0 auto;
	width: 600px;
	padding: 5px;
	height: auto;
	background: #fff;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

.checkBox, .checkBoxText, #form dt { /* Form text color */
	color: #333;
}

#footer {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}