*{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana;
	font-size: 70%;
	color: #0b4317;
}

img, img a
{
	border: none;
	margin: 0;
	padding: 0;
}

table
{
	margin: 0;
	padding: 0;
}

td
{
	vertical-align: top;
}

#form
{
	float: left;
}

fieldset
{
	border: none;
	padding: 0;
}

legend
{
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #558626;
	margin-bottom: 10px;
}

.textbox, .selectbox, .dojobox
{
	float: left;
	font-family: verdana;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #777;
	margin: 0px 0px 10px 0px;
	color: #000;
}

.selectbox
{
	vertical-align: middle;
	float: none;
	color: #000;
}

.selectbox option
{
	padding: 1px 8px 1px 0px;
	color: #000;
}

label
{
	font-weight: bold;
	color: #0b4317;
}

.colWrapper
{
	clear: both;
	padding: 4px;
}
.leftCol
{
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: right;
	width: 140px;
}
.rightCol
{
	padding: 0px;
	margin: 0px;
	margin-left: 153px;
}
.rightLongCol
{
	width: auto;
	padding: 0px;
	margin: 0px;
	margin-left: 153px;
}

.align-middle
{
	vertical-align: middle;
}

.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

.bold
{
	font-weight: bold;
}

.text_right
{
	text-align: right;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.uppercase
{
	text-transform: uppercase;
}

ul
{
	list-style-type: square;
}
.ul_internal
{
	margin-left: 20px;
	padding-left: 20px;
}
ol

{
	margin-left: 25px;
	padding-left: 25px;
	padding-right: 10px;
}

li
{
	color: #000;
}

/* rounded box start */
 .rbroundbox { background: url(nt.gif) repeat; }
 .rbtop div { background: url(tl.gif) no-repeat top left; }
 .rbtop { background: url(tr.gif) no-repeat top right; }
 .rbbot div { background: url(bl.gif) no-repeat bottom left; }
 .rbbot { background: url(br.gif) no-repeat bottom right; }

 .rbtop div, .rbtop, .rbbot div, .rbbot {
 width: 100%;
 height: 7px;
 font-size: 1px;
 }
 .rbcontent { margin: 0 7px; }
 .rbroundbox { width: 70%; margin: 1em auto; }

/* rounded box end */