#noselect{
	overflow-x:hidden;
}
#info{
	position:absolute;
	top:-10px;
	left:50%;
	width:200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-left:-100px;
	text-align:center;
	line-height: 1.3;
	z-index:10;
}
a{
	color:#87BEDA;
	text-decoration:none;
}
#info a:hover{
	color:#fff;
	border-bottom:1px dashed #fff;
}
.none { display:none; }
.main_guest_background {
    width: 100%;
    min-width: 1000px;
    min-height: 55px;
    background: url(/templates/Xcraft/images/main_background.jpg) no-repeat #000;
	background-position: top center;
}
.main_guest_menu {
    width: 1000px;
    height: 530px;
    margin: 0 auto;
    position: relative;
    background: url(/templates/Xcraft/images/main_background.jpg) no-repeat top center #000;
}
.mg_window {
    position: absolute;
    left: 355px;
}
.main_guest_void {
    position: absolute;
    width: 1000px;
    height: 495px;
}
#help {
    display:none;
    position:absolute;
    background: #57676b;
    border: 3px solid #3e4b50;
    border-radius: 10px;
    padding: 5px 10px;
    color:#f1f1f1;
	z-index:10;
}
#mg_hover_terran,
.mg_window_link_terran {
    position: absolute;
    left: 34px;
    top: 22px;
    cursor:pointer;
}
#mg_hover_zerg,
.mg_window_link_zerg {
    position: absolute;
    left: 160px;
    top: 186px;
    cursor:pointer;
}
#mg_hover_protoss,
.mg_window_link_protoss {
    position: absolute;
    left: 614px;
    top: 181px;
    cursor:pointer;
}
#mg_hover_kselnag,
.mg_window_link_kselnag {
    position: absolute;
    left: 701px;
    top: 21px;
    cursor:pointer;
}
.mg_window_link_terran,
.mg_window_link_zerg,
.mg_window_link_protoss,
.mg_window_link_kselnag {
	display: block;
	text-decoration: none;
}
.mg_window_link_terran:not(:hover) > img,
.mg_window_link_zerg:not(:hover) > img,
.mg_window_link_protoss:not(:hover) > img,
.mg_window_link_kselnag:not(:hover) > img {
	display: none;
}
.mg_window_link_terran	{width: 258px;height: 163px;}
.mg_window_link_zerg	{width: 219px;height: 223px;}
.mg_window_link_protoss	{width: 221px;height: 224px;}
.mg_window_link_kselnag	{width: 259px;height: 159px;}

.mg_info {
    background: #57676b;
    border: 3px solid #3e4b50;
    border-radius: 10px;
    padding: 5px 10px;
    color:#f1f1f1;
    font-size: 12px;
    text-align: center;
	z-index:10;
}
#ns_tt{
	z-index:10;
}
.mg_info p:first-child {
    text-transform: uppercase;
    font-weight: bold;
}
.mg_info img {
    width: 30px;
    vertical-align: middle;
    margin: 3px;
}
.mg_pin {
    position: absolute;
    top: 246px;
    left: 390px;
    width: 240px;
    height: 392px;
    background: url(/templates/Xcraft/images/main_pin.png) no-repeat transparent;
    text-align: center;
    padding-top: 58px;
	z-index:2;
}

.mg_pin.captcha {
	background: url(/templates/Xcraft/images/main_pin_capcha.png) no-repeat transparent;
}

.mg_pin.recaptcha {
	background: url(/templates/Xcraft/images/main_pin_recapcha.png) no-repeat transparent;
}

.mg_pin input[type=password],
.mg_pin input[type=text] {
    height: 18px;
}
.mg_pin p {
    margin: 2px 0px;
}
.mg_pin a:not(.big_button) {
    font-size: 12px;
    text-decoration: none;
}
.mg_pin a:not(.big_button):hover {
    color: #fff;
    border-bottom: 1px dashed #fff ;
}
.mg_pin a.big_button {
	margin-top: 90px;
}
area {cursor:pointer;}
