ol.flagged {
    font-size: 1.2em;
}

ol.flagged li {
    padding: 0 0 .5em 38px;
    height: 27px;
    line-height: 27px;
    background: transparent url(includes/css/cssimages/flagged_bullet.png) no-repeat left top;
}

#primary label {
    display: block;
    font-size: 1.2em;
}

#primary input.text {
    font-size: 13px;
    color: #276da3;
    text-transform: none;
    width: 192px;
}

#primary input.zip {
    width: 90px;
}

#primary input.state {
    width: 40px;
}

#primary input.full {
    width: 404px;
}

.formrow {
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
}

.formcol {
    width: 194px;
    float: left;
    margin-right: 15px;
}

div.state, div.zip {
    width: auto;
}

.textarea {
	font-family: Arial, Helvetica Neue, Helvetica, Sans-serif;
	border: 1px solid #333;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 2px;
	font-size: 14px;
	line-height: 17px;
	width: 404px;
	height: 100px;
    color: #276da3;
}

.address {
    width: 192px;
    height: 34px;
}

.select {
    width: 192px;
    font-size: 13px;
}

fieldset {
    border-top: 2px solid #6192c2;
    padding: 15px 0;
}

legend {
    color: #6192c2;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: 1.1em;
    font-weight: bold;
}

#primary .contact_form {
    background: #fff8d6 url(includes/css/cssimages/notebook_back.png) repeat;
    padding: 8px;
    width: 419px;
}

#find_page_no {
    padding-right: 10px;
    width: 422px;
    height: 78px;
    position: relative;
    background: #f9182a url(includes/css/cssimages/page_search_bar.png) no-repeat;
    margin: 30px 0;
    text-align: right;
}

#primary #find_page_no .page_no {
    width: 44px;
}

#find_page_no span {
    position: relative;
    display: block;
    font-size: 1.3em;
}

#find_page_no label {
    margin: 18px 0 0 0;
    display: inline;
    color: #fff;
}

#find_page_no .text, #find_page_no .button {
    margin-top: 13px;
    display: inline;
}

#primary .imgright {
    float: right;
}

form ol {
    list-style: decimal;
    padding-left: 2em;
}

#validationmsg {
    color: #f9182a;
    position: absolute;
    padding: 8px;
    width: 284px;
    left: -315px;
    bottom: 0;
    font-size: 11px;
}

.validplaypen,
#validationmsg.validplaypen {
    left: 0;
    bottom: -100px;
}

#validationmsg h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.errmsg { display: none; }

#primary .notvalid { border: 2px solid #f9182a; }

.return {
    margin-left: 30px;
    font-size: 1.2em;
    z-index: 50000;
}