label {

float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-size:90%;
}

fieldset {
border: 1px solid #339966;
background-color:#C5F1DB;
padding:10px 10px 10px 10px;
}

legend {
color: #fff;
padding:2px;
background-color:#000;
}	

.subbutton {float:right;background-color:#ffcc33;color:#000}
.message {float:left;padding:5px;color:#ff0000;width:80%;font-size:0.9em}

.special {border: 1px solid #339966;border-bottom:0px solid #aaa;background-color:#339966;}
.special h2 {color:#fff}
.special h1 {color:#fff}


.niceline { color: #7FB2CC; background-color: #7FB2CC; height: 1px; }

form textarea { width: 250px;}

/*** form ***/
/*
form label{
	display: block;
	padding: 0 20px 5px 20px;
	color: #555555;
	font-weight: bold;
}
form input.text, form textarea{
	margin: 0 20px 5px 20px;
	width: 350px;
}
form fieldset{
	border: none;
}
form input.submitbutton{
	margin: 10px 20px 0 20px;
	padding:4px;
}
8?

/*** more buttons ***/

.ovalbutton{
background: transparent url('css/oval-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('css/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
/*
form input.text, form textarea form select {
	margin: 0 20px 5px 20px;
	width: 350px;
	font-size:0.8em;
}
*/

