.container, .nav {
width: 960px; 
}
* { 
font-size: 11pt; 
font-family: Karla;
font-weight: 400;
color: #000;
}
h2 {
font-size: 1.5em;
}
body {
background-color: #fff;
cursor: default;
margin: 0;
padding: 0;
}
a img {
border: 0;
}
/* header */
.header_container {
background-color: #000;
padding: 15px 0 0;
height: 85px;
}
.header {
width: 960px;
margin: 0 auto;
}
.header_image {
display: block;
border: 0;
float: left;
}
.header_image img {
display: block;
margin: -20px 0 0 -29px;
}
.header_login {
float: right;
color: #fff;
}
.header_login p {
color: #fff;
margin: 0;
font-size: 14px;
text-align: right;
}
.header_login em {
color: #FFEECC;
}
#logout_link, #forgot_password_link, #legacy_ccbill_link {
color: #fff;
font-size: 14px;
text-decoration: none;
}
#logout_link:hover {
color: #FFEECC;
font-size: 14px;
text-decoration: none;
}
.above {
background: url('../../assets/divider.jpg') no-repeat bottom center;
padding-top: 25px;
height: 360px;
text-align: center;
}
.above img {
vertical-align: middle;	
display: inline-block;
margin-right: 10px;
}
/* nav */
.nav_outer {
background-color: #ddd;
border-bottom: 1px solid #aaa; border-top: 1px solid #eee;
box-shadow: 0 2px 5px #777, 0 5px 10px #bbb;
position: relative; z-index: 99;
}
.nav {
overflow: hidden;
margin: 0;
padding: 6px 0;
margin: 0 auto;
}
.nav li {
list-style-type: none;
float: left;
}
.nav li a {
border-right: 1px solid #777;
display: block;
padding: 1px 14px;
text-decoration: none;
color: #000;
}
.nav li:last-child a {
border-right: none;
}
.nav li:first-child a {
padding-left: 0;
}
.nav_active a {
font-weight: bold;
color: #050 !important;
}
/* body */
.container {
margin: 15px auto 40px;
}
.important_messages p {
text-align: center;
}
.important_messages p {
	color: #f00;
}
.heading  {
font-size: 15pt;
margin: 30px 0 0;
}
/* form */
/* small signup form */
.signup_form_sm {
background-color: #fec;
border-radius: 5px;
padding: 15px;
margin: 0 0 15px;
}
.signup_form_sm input {
font-size: 13pt; 
padding: 5px 7px;
border: 1px solid #dc4;
border-top-color: #ba2;
border-left-color: #ba2;
border-radius: 5px;
display: inline-block;
margin-right: 10px;
}
.signup_form_sm input[type='text'] { 
width: 230px;
}
.signup_form_sm_unfocused { 
color: #888;
}
.signup_form_sm_submit {
background-color: #89c973;
color: #030;
border: 1px solid #46ab6c !important;
border-top-color: #66cb8c !important;
border-left-color: #66cb8c !important;
}
.signup_form_sm_submit:hover {
cursor: pointer;
text-decoration: underline;
}
.signup_form_sm_submit:active { 
border-color: #66cb8c !important;
border-top-color: #46ab6c !important;
border-left-color: #46ab6c !important; 
}
.signup_form_sm h1 { 
font-size: 15pt;
font-weight: 700; 
margin: 0 0 0 5px;
color: #430; }
.signup_form_sm h2 {
font-size: 11pt;
margin: 0 0 10px 5px;
color: #983;
}
/* footer */
#login_dialog {
display: none;
}
.copyright {
font-size: 9pt; 
color: #777;
border-top: 1px solid #ccc;
padding: 9px 0 3px;
text-align: center;
}
.copyright a {
font-size: inherit;
}
.copyright a:hover {
color: #050;
}
/* twitter */
.copyright iframe { 
display: inline-block;
margin: 3px 0 -6px 10px;
}
/* general */
.clear {
clear: both;
}
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url('multiple-select.png') left top no-repeat;
}

.ms-choice > div.open {
    background: url('multiple-select.png') right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url('multiple-select.png') no-repeat 100% -22px;
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}
.ms-parent {
	min-width:188px!important;
}