﻿body, html, div, form, input, span
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color: #ffffff;
	background-image: url(../images/wss_sky_bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

div#wss_content_container
{
	width: 998px;
	margin: auto;
	background-image: url(../images/skt_logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 512px;
}

div#wss_header
{
	clear: both;
}

div#wss_header_left
{
	background-color: #f79801;
	background-image: url(../images/wss_own_brands_bg.gif);
	background-repeat: repeat-x;
	width: 256px;
	height: 142px;
	float: left;
}

div#wss_header_right
{
	background-color: #0084a9;
	background-image: url(../images/wss_other_brands_bg.gif);
	background-repeat: repeat-x;
	width: 742px;
	height: 142px;
	float: right;
}

div#wss_content
{
	clear: both;
}

div#wss_content_left
{
	background-color: #f79801;
	width: 256px;
	float: left;
}

div#wss_content_right
{
	background-color: #0084a9;
	width: 742px;		
	float: right;
}

div#wss_header_right img, div#wss_header_left img
{
	margin-top: 11px;
	margin-left: 12px;
}

div, p, span, input, h2, h3
{
	font-family: Tahoma;
	font-size: 11px;	
}

div#wss_header_right p, div#wss_header_left p
{
	margin-top: 20px;
	margin-left: 16px;
	margin-right: 16px;
	color: #ffffff;
}

div#wss_header_left p
{
	text-align: right;
}

div#wss_header_right p
{
	text-align: left;
}

div.wss_white_box
{
	padding: 16px;
	margin: 16px;
	background-color: #ffffff;
}

input 
{
	margin: 2px;
}

input#TextBoxPassword, input#TextBoxUsername
{
	border: 2px solid #ffffff;	
}

input#ButtonLogin, input#ButtonRegister
{
	border: 2px solid #ffffff;
	margin-top: 16px;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	padding: 2px;
}

.wss_float_right
{
	float: right;
}

.wss_black
{
	color: #000000;
}

.wss_red
{
	color: #cc0000;
}

p.wss_error_msg
{
	margin: 16px 0px 0px 8px;
}

h2
{
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
}

h3
{
	margin: 20px 0px 6px 0px;
	font-weight: bold;
	font-size: 11px;
}


/* Box Background style */

div#wss_notify_box_bg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

/* Notify Box styles */

div#wss_notify_box
{
	position: absolute;
	width: 724px;
	height: 128px;
	left: 50%;
	top: 50%;
	margin-left: -362px;
	margin-top: -64px;
	border: 8px solid #dfdfdf;
	background-color: white;
	z-index: 1002;
	overflow: hidden;
}

div#wss_notify_box p
{
	text-align: left;
	margin: 12px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 16px;
}

div#wss_notify_box h1
{
	color: #cc0000;
	font-weight: bold;
	font-size: 13px; 
	margin: 12px 12px 12px 12px;
	padding: 0px;
}

div#wss_old_browser h1
{
	color: #cc0000;
	font-size: 18px;
}

div#wss_old_browser p
{
	font-size: 16px;	
}