body {
 position:relative;
 font-family:Arial;
 font-size:12px;
 line-height:12px;
 background-color:white;
}
#main_container {
 margin:0px auto;
 padding:0px;
 top:20px;
 width:900px;
}
#content {
 width:900px;
}
#header {
 position:relative;
 height:43px;
 padding:20px 0px;
}
#line {
 border-bottom:1px solid #282526;
 padding-bottom:20px;
}
#logo {
 width:163px;
 height:43px;
}
#content_top {
 width:830px;
 height:108px;
 background:url('/images/content_top.gif') no-repeat;
 color:#e2e8ea;
 padding:20px 50px 20px 20px;
}
#ctop_header {
 font-size:20px;
}
#ctop_content {
 font-size:14px;
 line-height:18px;
 padding-top:20px;
}
#ctopc_left {
 width:103px;
 height:67px;
 float:left;
 position:relative;
}
#ctopc_right {
 width:707px;
 padding-left:20px;
 float:left;
 position:relative;
}
#content_middle .country {
 width:300px;
 height:110px;
 float:left;
 position:relative;
}
#content_middle .country .country_name {
 margin-top:20px;
 margin-bottom:15px;
 font-size:18px;
 line-height:18px;
}
#content_middle .country .country_flag {
 width:36px;
 height:24px;
 float:left;
 position:relative;
}
#content_middle .country .country_text {
 float:left;
 position:relative;
 padding-left:10px;
}
#content_middle .country .country_link {
 width:300px;
 padding:14px 0px;
 float:left;
 position:relative;
 font-size:18px;
 line-height:18px;
}
#content_middle .country .country_button {
 border:none;
 width:80px;
 height:24px;
 background:url('/images/country_button.gif') no-repeat;
 float:left;
 position:relative;
}
#content_middle .country .coming_soon {
 width:300px;
 padding:14px 0px;
 float:left;
 position:relative;
 color:#b5161d;
 font-size:18px;
 line-height:18px;
}
a, a:hover, a:visited, a:active {
 color:#b5161d;
 text-decoration:none;
}
#content_middle .country .country_button a, #content_middle .country .country_button a:hover, #content_middle .country .country_button a:visited, #content_middle .country .country_button a:active {
 color:white;
 text-decoration:none;
 display:block;
 width:80px;
 height:18px;
 padding-top:6px;
 text-align:center;
}
.mandatory{ color:red;vertical-align:top; }
.clear{ clear:both;font-size:0px;height:0px;line-height:0px; }
.clrl{ clear:left; }
.clrr{ clear:right; }
.click{cursor:pointer;}