/* @override 
	http://digitalassertion.com/style/content.css
	http://www.digitalassertion.com/style/content.css
*/

@charset "UTF-8";
/* CSS Document */

.content h2 {
	margin-top:0; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; margin-bottom:5px;
}

.content h2 a {text-decoration:none; color:#333333;}

.content br.clear {clear: both;}

.content h3 {
	font-size:16px; margin-bottom:5px;
}

.content p {
	text-align:justify; font-size:14px; margin-top:0;
}

.content p.center {
	text-align:center; display:block; font-size:14px; margin-top:0;
}

.content img.left, .content img.right {
	margin:10px;
}

.imageContainer {
	clear:both; margin-bottom:10px;
	display:block; text-align:center; width:100%; margin-left:auto; margin-right:auto;
}

.imageContainer .image {
	margin:5px; display:inline-block;
}

.imageContainer .image h4 {
	margin:0; font-weight:normal;
}
.imageContainer .image img {
	border:1px solid #333333;
}

/* @group Features Vote */

input.greenButton
{
	margin: 5px; height: 50px; border: 0; color: white; margin-bottom: 20px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-image:url(../Notecards/images/green_button.jpg); background-repeat:repeat;
}
input.blueButton
{
	margin: 5px; height: 50px; border: 0; color: white; margin-bottom: 20px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-image:url(../Notecards/images/blue_button.jpg); background-repeat:repeat;
}
input.redButton
{
	margin: 5px; height: 50px; border: 0; color: white; margin-bottom: 20px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-image:url(../Notecards/images/red_button.jpg); background-repeat:repeat;
}
.content textarea.featureDiscussion
{
	height: 150px; margin-bottom: 10px;
}
.content .post
{
	display: block;
	background-color:#eee; padding: 5px;
	border: 1px solid #ddd;
}
.content p.error
{
	color: red;
}
.content p.note
{
	color: green;
}
.content input.captcha
{
	width: 60px; float: right;
	margin-bottom:10px;
}
.content input.displayName
{
	width: 275px; float: right;
	margin-bottom:10px;
}
.content .submitArea
{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	clear: both;
	
}
/* @end */
