label.error {
	color: #FF0000;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
	font-weight:900
	vertical-align:middle
}
label.comment {
	color: #3333FF;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
	font-weight:900
	vertical-align:middle
}
label.topic {
	color: #6666FF;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 14px;
	font-weight: bold
	vertical-align:middle
}
label.normal {
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
	font-weight: bold
	vertical-align:middle
}

#sel { background-image: url(images/bg.gif); }

span.form input[type=text], span.form input[type=password] {
	font-size: 12px;
	color: #0000FF;
	width: 200px;
	height: 16px;
	background: url(images/bg.gif) bottom repeat-x;
	border: 1px solid #62B7FF;
}

span.form input[type=text]:hover, span.form input[type=password]:hover {
	font-size: 12px;
	color: #0000FF;
	width: 200px;
	height: 16px;
	background: url(images/bg.gif) bottom repeat-x;
	border: 1px solid #0000FF;
}

span.form input[type=file] {
	font-size: 12px;
	width: 287px;
	height: 20px;
	background: url(images/bg.gif) bottom repeat-x;
	border: 1px solid #62B7FF;
}

span.form input[type=file]:hover {
	font-size: 12px;
	width: 287px;
	height: 20px;
	background: url(images/bg.gif) bottom repeat-x;
	border: 1px solid #0000FF;
}

span.form textarea {
	font-size: 12px;
    font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #0000FF;
	width: 300px;
	background: url(images/bg.gif) bottom repeat-x;
	border: 1px solid #62B7FF;
}

span.form textarea:hover {
	font-size: 12px;
    font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #0000FF;
	width: 300px;
	background: url(images/bg.gif) bottom repeat-x;
	border: 1px solid #0000FF;
}

span.form select {
	color: #0000FF;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
	height: 20px;
	margin: 0px 0;
	border: #62B7FF;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

span.form select:hover {
	color: #0000FF;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    font-size: 12px;
	height: 20px;
	margin: 0px 0;
	border: #0000FF;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


/* Buttons */
span.form input[type=submit], span.form input[type=button] {
	background: url(images/bg.gif) bottom repeat-x;
	height: 20px;
	margin: 0px 0;
	border: 1px solid; 
	border-color: #62B7FF #62B7FF #62B7FF #62B7FF;
}

span.form input[type=submit]:hover, span.form input[type=button]:hover {
	background: url(images/bg.gif) bottom repeat-x;
	height: 20px;
	margin: 0px 0;
	border: 1px solid; 
	border-color: #0000FF #0000FF #0000FF #0000FF;
}

.topPadding{
	padding-top: 5px;
}
