.cssform ul,
.liibaform ul {
    margin: 20px 0 0 0;
	list-style-image: none;
	list-style-type: none;
	border: 1px solid #D7E3CF;
}

.liibaform ul {
    margin: 0;
    padding: 0;
    border: 0px;
}

.cssform li,
.liibaform li {
	background-color: #F0F8EC;
    border-bottom: 1px dotted #cedd90;
    padding: 9px 0 9px 0;
}

li.heading {
    background-color: #FFFFFF;
    margin-top: 30px;
    color: #626262;
    font-size: 0.7em;
    line-height: 15px;
}

li.heading h3 {
    color: #165C0F;
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 3px;
}

.cssform label,
.liibaform label {
    margin: 0 20px 0 10px;
    padding-top: 6px;
    width: 100px;
    float: left;
    text-align: right;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #2d5e2f;                        
}

.liibaform label {
    font-weight: normal;
    width: 110px;
}

.cssform label.thin {
    padding-top: 2px;
}

.cssform li.actionbar {
    background-image: none;
	background-color: #FFFFFF;
	border-bottom: none;
}

.cssform li.mandatory,
.liibaform li.mandatory {
    background-image: url(../images/icons/mandatory.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.cssselect {
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../images/backgrounds/textbox-large.gif);
	background-position: right top;
	border: 1px solid #9dc28b;
	height: 23px;
	padding: 1px 4px 1px 2px;
}

.posttext {
    font-size: .7em;
    padding-left: 5px;
}

input.csstext,
input.csstextlong,
input.csstextshort {
    width: 150px;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-image: url(../images/backgrounds/textbox-large.gif);
	background-position: right top;
	border: 1px solid #9dc28b;
	padding: 4px 0 4px 5px;
}

input.csstextlong {
    width: 238px;
}

input.csstextshort {
    width: 75px;
}

input.cssbutton,
input.cssbuttonstrong,
a.linkbutton {
	background-image: url(../images/backgrounds/button-back.gif);
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px 15px 5px 15px;
	border: 1px solid #557446;
	color: #000000;
}

a.linkbutton {
    text-decoration: none;
    font-size: 1em;
}

a.linkbutton:hover {
    text-decoration: underline;
}

input.cssbuttonstrong {
    font-weight: bold;
}

input.cssbutton:hover,
input.cssbuttonstrong:hover {
    background-position: 0 24px;
    border: 1px solid #000000;
    text-decoration: underline;
    cursor: pointer;
}

input.cssbox {
	border: 1px outset #89AA00;
}

.cssform .notes,
.liibaform .notes,
.cssformnolabel .notes {
    margin-top: 4px;
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #888888;
	margin-left: 140px;
    font-style: italic;
}

.cssformnolabel .notes {
    margin-left: 0;
}
                    
.cssform .postfix {
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.formerror,
.formsuccess {
	font: .7em "Lucida Grande", Lucida, Verdana, sans-serif;
  	background: url(../images/homepage-blocks/alert-text.gif);
	color: #810C0C;
	border: 1px solid #D7B4BE;
    margin: 20px 0 20px 0;
    padding: 10px;
    width: 380px;
}

.formsuccess {
  	background: #F0F8EC;
	color: #2d5e2f;
	border: 1px solid #D7E3CF;    
}

.formsuccess img,
.formerror img {
    float: left;
    margin-right: 10px;
}

#col4 .formerror h2 {
    margin: 0;
	font-size: 1em;
	color: #A71111;
}

#col4 .formsuccess h2 {
    margin: 0;
	font: 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
	color: #2d5e2f;
}

.errorlist {
	list-style-image: none;
	list-style-type: none;
}

