.rule {
height: 2px;
width: 890px;
background-image: url(images/rule.gif);
background-repeat: repeat-x;
clear: both;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
margin-bottom: 15px;
}

.boldtext {
font-weight: bold;
color: #707070;
}

.indent {
border-left: 10px solid #393939;
margin-left: 20px;
margin-bottom: 10px;
padding-left: 10px;;
margin-top: 5px;
}



/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 1px groove #8ea99a;
	/** remember to change image path **/
	background: url(none) no-repeat #8ea99a;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 17px;
	color: #ffffff;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: tahoma, helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #82983e;
}

