@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff url(../images/bg.png) repeat-x;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

h1, h2, h3, h4 {
    font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 16px;
    color: #008bd2;
}

h2 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 2px;
}

h3 {
    font-size: 14px;
    color: #008bd2;
    margin-bottom: 10px;
}

h4 {
    font-size: 11px;
    color: #008bd2;
}


.left {
    float: left;
}

.right {
    float: right;
}

.liquid-size {
    width: 100%;
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.container_login {
    width: 1000px;
    margin: 0 auto;
}


.logo {
    width: 339px;
    height: 170px;
}

.content-wrapper {
    width: 1000px;
}

.left-content {
    width: 360px;
}

.login-form {
    width: 335px;
    background: #efefef;
    padding: 10px;
    height: 460px
}

.login-table {
    font-family: Myriad, Verdana, Arial;
    line-height: 24px;
}

.login-table td {
    font-size: 11px;
    height: 30px;
}

.login-table td option {
    padding: 2px 5px;
}

.login-text {
    height: 20px;
    width: 220px;
    color: #666666;
}

.login-textarea {
    width: 220px;
    min-height: 70px;
}

.login-text,
.login-textarea {
    border: solid 1px #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2px 4px;
    font-size: 11px;
}

.border-separator {
    border-bottom: solid 1px #dedede;
    margin: 30px 0 30px 0;
}

.right-content {
    width: 620px;
}

.tab-title-login {
    height: 25px;
    width: 1000px;
    background: #008bd2;
    padding: 8px 10px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tab-title-login p {
    font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}


.tab-title {
    height: 25px;
    width: 600px;
    background: #008bd2;
    padding: 8px 10px 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tab-title p {
    font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #FFFFFF;
}

.tab-title-size {
    width: 600px;
}

.container ul {
    margin: 10px 0 15px 15px;
}

.container ul li {
    list-style: none;
    line-height: 24px;
}

.container ul li a {
    background-image: url(../images/arrow.png);
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    padding-left: 20px;
    font-weight: bold;
}

.container_login ul {
    margin: 10px 0 15px 15px;
}

.container_login ul li {
    list-style: none;
    line-height: 24px;
}

.container_login ul li a {
    background-image: url(../images/arrow.png);
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 11px;
    padding-left: 20px;
    font-weight: bold;
}


.content-hover a {
    text-decoration: none;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.content-hover a:hover {
    color: #008bd2;
}

.register {
    margin-left: 100px;
}

.log-out {
    margin-top: 0.5em;
}

.log-out a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
    margin-top: 7px;
    text-decoration: none;
}

.log-out a:hover {
    color: #008bd2;
}

.steps-content {
    width: 960px;
    background: #efefef;
    padding: 20px;
}

.steps-content p {
    line-height: 24px;
}

.check-box {
    font-size: 11px;
    color: #666666;
    margin-left: 20px;
}

.underline {
    color: #008bd2;
    text-decoration: underline;
    font-size: 20px;
}

.option-text {
    border: solid 1px #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px 4px;
    font-size: 11px;
}

.option-text {
    height: 28px;
    width: 230px;
    color: #666666;
}

.option-menu {
    padding: 5px;
}

.address-style p {
    font-size: 12px;
    font-style: italic;
    line-height: normal;
    text-decoration: none;
}

.required-field {
    font-size: 14px;
    text-decoration: none;
    color: #d20031;
}

.support-doc-wrapper {
    width: 900px;
    margin: 10px 0 10px 15px;
}

.support-doc-wrapper a:hover {
    -moz-text-shadow: 1px 1px 1px #a0a0a0;
    -webkit-text-shadow: 1px 1px 1px #a0a0a0;
    text-shadow: 1px 1px 1px #a0a0a0;
}

.certification p {
    line-height: normal;
}

.certification a {
    color: #008bd2;
    text-decoration: none;
}

.certification a:hover {
    color: #FF0000;
}

.confirmation-info {
    color: #008bd2;
    padding-left: 8px;
    font-weight: bold;
    border: solid 1px #ddd;
}

.picture-box {
    width: 104px;
    height: 104px;
    margin-left: 10px;
    margin-top: 5px;
}

input.error {
    color: #c00;
    background: #FAF683;
    border: solid 1px #999;
}

select.error {
    color: #c00;
    background: #FAF683;
    border: solid 1px #999;
}

textarea.error {
    color: #c00;
    background: #FAF683;
    border: solid 1px #999;
}

.error {
    color: #c00;
}


/* css buttons */
.myButton {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #74c7e5), color-stop(1, #1b78aa) );
    background:-moz-linear-gradient( center top, #74c7e5 5%, #1b78aa 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74c7e5', endColorstr='#1b78aa');
    background-color:#74c7e5;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #44b7f0;
    display:inline-block;
    color:#fcfeff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:6px 24px;
    text-align: center;
    text-decoration:none;
    text-shadow:1px 1px 5px #155070;
    line-height:  normal;
}.myButton:hover {
     background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1b78aa), color-stop(1, #74c7e5) );
     background:-moz-linear-gradient( center top, #1b78aa 5%, #74c7e5 100% );
     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b78aa', endColorstr='#74c7e5');
     background-color:#1b78aa;
 }.myButton:active {
      position:relative;
      top:1px;
  }

.fileButton { width: 80px; }

.wzrd_btns_block {
    margin: 15px 0 0 -15px;
}

.wzrd_btns_block input {margin-left: 15px;}


.underscore_link {
    color: #008BD2 !important;
    border-bottom: 2px dashed #008BD2;
}

.support-doc-table {
    margin-left: 5px;
    width: 800px;
    border: 2px;
    border-color: #333;
}

.support-doc-table a {
    color: #008bd2;
    text-decoration: none;
}
.support-doc-table tr td {
    border: 2px #000000 solid;
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.support-doc-table-first-td {
    width: 100px;
}