body {
    color: #737373 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px !important;
}
p {
	line-height:1.5em;
	font-size:14px !important;
	color: #737373 !important;
}
.form-separator {
	font-weight:bold;
	color:#000 !important;
}
.wrap {
	padding-left: 20px; 
	margin-top: 0;
}
.wrap h2 {
	font-family: Arial,Helvetica,sans-serif;
	color:#5BA81F;
	font-weight:bold;
	font-style:normal;
	line-height:32px;
}
.cashie-icon {
	margin-left:-20px;
}
#cashie-icon-general {
	background:url(../images/icon_profile.png) 10px 8px no-repeat;
}
#cashie-icon-dashboard {
	background:url(../images/icon_dashboard.png) 10px 5px no-repeat;
}
#cashie-icon-store {
	background:url(../images/icon_storesettings.png) 10px 5px no-repeat;
}
#cashie-icon-pages {
	background:url(../images/icon_configurepages.png) 10px 5px no-repeat;
}
#cashie-icon-catalog {
	background:url(../images/icon_catalog.png) 10px 5px no-repeat;
}
#cashie-icon-transactions {
	background:url(../images/icon_transactions.png) 10px 5px no-repeat;
}
#cashie-icon-billing {
	background:url(../images/icon_billing.png) 10px 10px no-repeat;
}
#cashie-icon-help {
	background:url(../images/icon_help.png) 10px 5px no-repeat;
}
#notify-update {
	background: #FFFFE0;
	border: 1px solid #E6DB55;
	margin: 10px 0 0 -20px;
	padding: 7px 0 0 10px;
	height: 23px;
}
a, a:hover {
	color: #5BA81F;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.buttons {
    overflow: hidden;
		line-height:1em;
}
a.button-small, a.button-small:hover {
    text-decoration: none;
    cursor: pointer;
}
a.button-small {
    color: #fff !important;
    padding: 7px 10px;
    text-align: center;
    border: solid 1px #17321F;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #55833C;
    background-image: -moz-linear-gradient(top, #96D54F, #55833C); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #96D54F),color-stop(1, #55833C)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#96D54F', EndColorStr='#55833C'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#96D54F', EndColorStr='#55833C')"; /* IE8 */
    text-shadow: #333 1px 1px 2px;
    font-style: italic;
    display: block;
    float: left;
		font-weight:bold;
}
.input-form, .box {
    background-color: #ECEAD1;
    border: 1px solid #CCCAB4;
    border-radius: 10px 10px 10px 10px;
}
.contentarea {
	width:650px;
}