#main_auth{
	/*background: #f5f5f5;*/
	background: url(../img/bg.png);
	background-repeat:no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#000;
	color:#000;
}
.title {
    font-family: Gill Sans, sans-serif;
    font-size: 18px;
    text-align: center;
}

div.yui-b h5 {
     font-family:Gill Sans, sans-serif;
    font-size: 14px;
    text-align: left;
    }

.results_summary .label {
    font-family:Gill Sans, sans-serif;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}
.results_summary {
font-family:Gill Sans, sans-serif;
    font-size: 12px;
    text-align: left;
}
#login {
    background-color: rgba(255, 255, 255, 0.76);
    border-radius: 8px;
    box-shadow: 2px 2px 14px 7px #dedede00;
    /*margin: 12em auto;*/
    padding: 1.5em;
    position: relative;
    top: auto;
    right: auto;
    width: 25em;
}
#login #submit, #login .button {
    font-size: 1.4em;
    padding: .3em .6em;
}
#login input {
    padding: 3px;
}
input[type=submit],input[type=button] {
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.footer {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
}
h1#logo a {
    border: 0;
    cursor: pointer;
    display: block;
    height: 0px !important;
    margin: 0;
    overflow: hidden;
    padding: 44px 0 0;
    text-decoration: none;
    width: 180px;
}
h1#logo {
    background: transparent url(../img/cksc2.png) no-repeat scroll 0%;
    width: 1500px;
    height: 125px;
    margin: -0.25em .3em 0.75em .7em;
}
.gradient {
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #002d78), color-stop(0.99, #002d78) );
    display: inline-block;
    width: 100%;
}
div#header_search {
    background-position: .5em .5em;
    background-repeat: no-repeat;
    float: left;
    margin: -7.7em 0px 0em 40em;
}
.tip {
    font-size: 93%;
    color: white;
}
.ui-tabs .ui-state-default a, .ui-tabs .ui-state-default a:link, .ui-tabs .ui-state-default a:visited {
    color: #ffffff;
}
.buttons-colvis,a.btn:link,a.close,.btn,a.dt-button,.btn:hover{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
a.close:link{
    display: inline-block;
    width: auto;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}

#title-text a::after {
    content: " NEW!";
}

.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
}
body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}


