﻿
.cbLabel
{
    float: left;
    width: 10em;
    text-align: right;
    margin-right: 1em;
}
.cbButton
{
    width: 10em;
    text-align:center;
    font: normal 1.0em "Lucida Grande", Helvetica, Verdana, Arial;
    overflow: hidden;
    cursor: pointer !important;
    cursor: hand;
}
.cbNormal
{
    font: normal 0.95em "Lucida Grande", Helvetica, Verdana, Arial;
    color: #333;
}
.cbNormalBold
{
    font: bold 0.95em "Lucida Grande", Helvetica, Verdana, Arial;
    color: #333;
}
.cbInput
{
    padding: 0.15em;
    width: 20em;
    border: 1px solid #ddd;
    background: #F9F9F9;
    font: normal 0.95em "Lucida Grande", Helvetica, Verdana, Arial;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    -msie-border-radius: 0.4em;
}
.cbInputAddr
{
    vertical-align: middle;
    padding: 0.0em;
    width: 19.5em;
    height: 20px;
    border: 1px solid #ddd;
    margin-top: 1px;
    background: #F9F9F9;
    font: normal 1.0em "Lucida Grande", Helvetica, Verdana, Arial;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    -msie-border-radius: 0.4em;
}
.cbLink
{   padding: 0.15em;
    font: normal 0.95em "Lucida Grande", Helvetica, Verdana, Arial;
    }
.cbDiv
{
    padding: 0 10px;
    font: normal 1.15em "Lucida Grande" , Helvetica, Verdana, Arial;
    width: 95%;
    color: #333;
}
.cbDivSmall
{
    padding: 0 10px;
    font: normal 0.75em "Lucida Grande" , Helvetica, Verdana, Arial;
    width: 95%;
    color: #333;
}
.cbCenterDiv
{
    padding: 0 10px;
    font: normal 1.15em "Lucida Grande" , Helvetica, Verdana, Arial;
    width: 95%;
    color: #333;
    text-align: center;   
}
.cbLogin {
	/* background:url(images/user.gif) no-repeat 95% 1em; */
}

.cbContact {
	background:url(images/email2.gif) no-repeat 95% 1em;
}
p
{
    margin: 10px 0;
}
fieldset ol
{
    margin: 0;
    padding: 0;
}
fieldset li
{
    list-style: none;
    padding: 5px 10px 7px;
    background-image: url(images/cmxform-divider.gif) left bottom repeat-x;
    margin: 0;
    list-style-type:none !important;
}

.cbli
{
    list-style: none;
    margin: 4px 5px 10px 80px;
    background-image: url(images/cmxform-divider.gif) left bottom repeat-x;
    list-style-type:none !important;
}

em
{
    font-weight: bold;
    font-style: normal;
    color: #f00;
}
select
{
    padding: 0;
}
fieldset
{
    border: 1px solid #000;
    margin: 0px;
    margin-bottom: 0px;
    border: 1px solid #C9DCA6;
    background-color: White;
    background-image: url(images/cmxform-fieldset.gif) left bottom repeat-x; 
}
legend
{
    color: #000;
    padding: 0 2px;
    font-weight: bold;
    _margin: 0 -7px; 
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    width: 250px;
    line-height: 14px;
    text-align:center;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
.line { background: #fff url(images/borderLine.gif) no-repeat center bottom;
margin: 8px auto;
height: 2px;
}

hr {
border: 0;
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 80%;
text-align: left;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
padding-left: 40px;
}


a.ovalbutton{
background: transparent url('images/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px "Lucida Grande", Helvetica, Verdana, Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
background: transparent url('images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
text-align: center;
width: 200px;
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

a.ovalbuttonG{
background: transparent url('images/oval-green-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 13px "Lucida Grande", Helvetica, Verdana, Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbuttonG, a:visited.ovalbuttonG, a:active.ovalbuttonG{
color: #494949; /*button text color*/
}

a.ovalbuttonG span{
background: transparent url('images/oval-green-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0px; /*Set 11px below to match value of 'padding-left' value above*/
text-align: center;
width: 200px;
}

a.ovalbuttonG:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbuttonG:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
