
p.notice{
	color:green;
	font-size:1.2em;
	padding:5px;
	border:1px dotted #A3FF91;
}

p.error{
	color:red;
	font-size:1.2em;
	padding:5px;
	border:1px dotted #FF7C77;
}


div#footer .menu{
	color:red;
}

div.menuitem{
	font-size:1.3em;
	margin-bottom:10px;
	margin-top:10px;
}

label
{
width: 6em;
float: left;
text-align: right;
margin-right: 1.5em;
display: block
}

.submit input
{
margin-left: 5.5em;
}


table.forum  {
	border-spacing: 0px;
	border-style: none;
	border-color: #008000;
	border-collapse: collapse;
	width:600px;
}
table.forum th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #808080;
	-moz-border-radius: ;
}
table.forum td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #808080;
	-moz-border-radius: ;
	}

div.instrument_group{
	clear:both;
}

div.member{
	text-align:center;
	margin:0px 10px 5px 10px ;
	float:left;
	clear:none;
	display:inline;
	border-style: none;
}

div.member img{
	border-style: none;
}


.advice {
    color:#777
}
.commentBoxStyle {
background:#FCFBF8 url(../images/bg_footer.gif) repeat-x scroll left top;
border-bottom:1px solid #979797;
border-top:1px solid #979797;
clear:both;
padding:0.5em;
margin-bottom:1.5em;
}
.commentBoxAuthorStyle {
background:#F1FFF1 url(../images/author-comment.gif) repeat-x scroll left top;
border-bottom:1px solid #006400;
border-top:1px solid #006400;
}
.commentGravatar {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #979797;
}
.commentDateStyle {
font-weight:bold;
margin-bottom:0.3em;
}

.commentTools {
	float:right;
	clear:none;
	display:inline;
}

.commentDateStyle, .commentLinkStyle {
background:transparent url(../images/comment-icon.gif) no-repeat scroll left center;
padding-left:17px;
}
.commentBodyStyle, .commentBodyAuthorStyle {
float:right;
font-size:1.1em;
margin-right:0.5em;
margin-top:0.5em;
text-align:justify;
width:74%;
}
.commentSpamStateStyle {
font-size:0.9em;
font-weight:bold;
padding-bottom:0pt;
padding-top:1em;
}
.commentBoxFooterStyle {
margin-left:0.5em;
margin-right:0.5em;
margin-top:1.2em;
}
.commentPermalinkStyle {
clear:right;
display:block;
font-size:1.1em;
font-weight:bold;
padding-top:0.5em;
}