#content {	
	margin: 0px 0px 10px 0px;
}

#content .required {color: black;}
#content input[type=text] { font-size: large; border: 1px #999 solid; }

#content input[type=text].missing_required { border-color: red; }

#content textarea {width:580px;}
#content .box
{
	padding: .5em;
	border: #999 1px solid;
	-webkit-border-radius: 1.6em;
	border-radius: 1.6em;
	margin: .5em 0;
}
#content .section {
	border-bottom: #999 1px solid;
}

#content td.padded {
	padding:15px;
}
#content ul li{
	list-style-position: inside;
}

ul.dash {
	padding-top: 10px;
}

ul.dash li{
	list-style-image: url(/images/icons/mdash.png);
	
}

div#mollom img {
    display: block;
    padding-bottom: 10px;
}

div#mollom object {
    display: block;
    padding-bottom: 10px;
}
