body {
	background: #fff url('/assets/body-bg.png') repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}
a {
	color: #336699;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}
fieldset {
	border: 0px;
}
fieldset legend {
	display: none;
}
#container {
	width: 760px;
	margin: 0 auto;
}
#container h1 {
	margin: 0;
	padding: 0;
}
#container h1 a {
	display: block;
	width: 509px;
	height: 173px;
	background: transparent url('/assets/edusnippits.png') no-repeat top center;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
}
#daily-snippit, #get-updates, #follow-us, #footer, #privacy, #advertising {
	padding-bottom: 35px;
}
#get-updates, #follow-us {
	text-align: center;
}
#get-updates h2, #follow-us h2 {
	text-align: left;
}
#explaination {
	padding-bottom: 15px;
}
#explaination p {
	font-size: 0.8em;
	line-height: 1.4em;
}
h2 {
	clear: both;
	border-bottom: 2px solid #bfd7d7;
	/* color: #5d5d5d; */
	color: #23232b;
	font-size: 1.3em;
	margin: 4px 0 2px;
	padding: 0;
}
#daily-snippit .source {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	float: left;
	font-weight: bold;
	text-align: left;
}
#daily-snippit .extra {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	list-style: none;
	float: right;
}
#daily-snippit .extra li {
	display: inline;
}
#daily-snippit .extra li.educheckup a {
	padding: 0 10px 0 20px;
	background: transparent url('/assets/educheckup.gif') no-repeat center left;
}
#daily-snippit .extra li.edustyle a {
	padding-left: 20px;
	background: transparent url('/assets/edustyle.gif') no-repeat center left;
}
#daily-snippit .snippit-image {
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
}
#daily-snippit img {
	padding: 4px;
	margin: 15px 4px 4px;
	border: 4px dashed #5d5d5d;
}
#advanced-rating {
	width: 500px;
	text-align: center;
	padding: 10px 0;
}
#daily-snippit h3 {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: center;
}
#daily-snippit .avg-rating {
	padding: 2px 0 0;
	margin: 0;
	font-size: 0.8em;
	text-align: center;
}
.basic-rating {
	text-align: center;
}
.basic-rating em {
	display: block;
}

.rating {
	cursor: pointer;
	display: block;
	width: 102px;
	margin: 0 auto;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.star-left,
.star-right {
  width: 8px
}
.cancel,
.cancel a {background: url(/assets/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(/assets/star.gif) no-repeat 0 0px;}
.star-left,
.star-left a {background: url(/assets/star-left.gif) no-repeat 0 0px;}
.star-right,
.star-right a {background: url(/assets/star-right.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}

fieldset div {
	margin: 2px 0px;
}
fieldset div.error {
	border: 0px;
	font-size: 0.8em;
	background-color: #FFF7CF;
}
fieldset div.error p, li.error {
	margin: 0px;
	padding: 2px;
	font-style: italic;
}
li.error {
	font-size: 0.9em;
	color: #8B2145;
}
fieldset div.error div.checkbox {
	margin-left: 5px;
}
fieldset div.checkbox, fieldset div.radio {
	margin-left: 135px;
	border: 0px;
	padding: 3px 0px;
}
fieldset div.checkbox div, fieldset div.radio div {
	border: 0px;
}
fieldset div.checkbox label, fieldset div.radio label {
	float: none;
}
input, textarea, select {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 3px;
	margin: 2px 0px;
	font-size: 1.2em;
}
select {
	padding: 1px;
}
input:focus, select:focus { 
	background-color: #fff9e6;
	border-color: #999999;
}
label {
	text-align: right;
	margin: 4px 5px 2px 0px;
	font-size: 1.2em;
}
.checkbox div label{
	margin-left: 3px;
}
label em {
	font-weight: bold;
	margin-right: 4px;
	color: #FF0000;
}
fieldset .field_email {
	display: inline;
}

/* Alerts */
.formError, .formSuccess {
	margin: 20px 0;
	font-size: 1.2em;
}
.formError p{
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 5px 0px 5px 40px;
	background: #c51d29 url(/assets/exclamation.gif) no-repeat 15px center;	
}
.formSuccess p{
	font-weight: bold;
	color: #336699;
	margin: 0px 0px 5px;
	padding: 5px 0px 5px 40px;
	background: #dde9ea url(/assets/accept.gif) no-repeat 15px center;
}

#footer {
	text-align: center;
	font-size: 0.8em;
}