﻿body 
{
	margin:0;
	padding:0;
	background:#252525 url(/content/images/header-bg.png) repeat-x top center;
    font-weight:normal;
    font-size:14px;
    font-family:Arial;
	color:#fff;
	padding-bottom:40px;
}
form, h1, h2, h3, h4, h5
{
	margin:0;
	padding:0;
	text-align:right;
}
form
{
    display:inline;
}
div, table, span, ul, li, table th
{
	text-align:right;
	direction:rtl;
}
input, select, textarea
{
	font:normal 12px Arial;
	color:#000;
	outline:none;
}
img
{
	border:none;
}
a, a:link
{
	outline:none;
	cursor:pointer;
	color:#fff;
}
p
{
	margin:0;
	padding-top:5px;
}
.left
{
    float:left;
}
.right
{
    float:right;
}
.clear
{
	clear:both;
}
.center
{
    margin:0 auto;
    float:none !important;
}
.separator
{
    clear:both;
    margin:0;
    padding:0;
    height:1px;
}
.line
{
    height:1px;
}
.noborder
{
    border:none;
}
.ltr div, .ltr ul, .ltr li
{
    direction:ltr;
    text-align:left;
}
/* =========================================================================== */
label.error, div.error
{
    color:#ff0000;
    font-size:12px;
    font-weight:normal;
}
/* ============================================================================= */
.DataPager
{
    clear:both;
    border-collapse:collapse;
    margin:0 auto;
    font-weight:normal;
}
.DataPager td
{
    padding:0 3px;
}
.DataPager td a
{
    color:#f0a600;
    text-decoration:none;
}
.DataPager td b
{
    color:#cf0005;
}
.DataPager a.PageNext, .DataPager a.PageBack
{
    display:block;
    background:url(/content/images/paging_btn.png) no-repeat 0 0;
    width:86px;
    height:26px;
    text-align:center;
    line-height:26px;
    color:#a0a0a0;
}
.DataPager a.PageNext:hover, .DataPager a.PageBack:hover
{
    color:#3ba5ff;
}
/* ============================================================================= */
#disclaimeriframe
{
	position:fixed; left: 0; right: 0; bottom: 0; top: 0px;  width:100%; height:100%; z-index:100;
}
/* ============================================================================= */
.land-wrap
{
    background:url(/content/images/landing/bg.jpg) no-repeat center top;
    background-size:100% 100%;
	padding-top:80px;
}
.land-box
{
	height:609px;
}
.land-head
{
    background:url(/content/images/landing/logo.png) no-repeat center top;
}
.land-head a
{
	display:block;
	height:66px;
	width:320px;
	margin:0 auto;
}
.land-content
{
	height:510px;
	max-width:500px;
	margin:0 auto;
    padding:10px;
	padding-top:30px;
}
.land-content h1
{
	font-size:20px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}
.land-content .land-txt
{
	display:block;
	margin:0;
	padding:0;
	padding-bottom:30px;
}
.land-content .land-enter
{
	display:block;
	width:165px;
	height:50px;
	margin:0 auto;
    background:url(/content/images/landing/enter.png) no-repeat 0 0;
}
.land-wrap .footer .bot-title
{
	width:auto;
}