﻿/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	START Browser Reset
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	caption
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	/* remember to define focus styles! */
	:focus
	{
		outline: 0;
	}
	body
	{
		line-height: 1;
		color: black;
		background: white;
	}
	ol, ul
	{
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table
	{
		border-collapse: separate;
		border-spacing: 0;
	}
	caption, th, td
	{
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after
	{
		content: "";
	}
	blockquote, q
	{
		quotes: "" "";
	}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
	END Browser Reset
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */


html, body, form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em; /* the bottom margin is the negative value of the footer's height */
}
div#footer, .push {
	height: 4em; /* .push must be the same height as .footer */
}

body
{
   background:#749eb3 url('/images/bg.gif') 0 0 repeat-x;
}

a
{
	color: #0081c8;
	text-decoration: underline;
}

a:hover
{
	color:#ff6600;
	text-decoration:none;
}

h1#header
{
	height:97px;
	background: url('/images/header_bg.gif') 0 0 repeat-x;
}

h1#header span
{
	display:block;
	background: url('/images/microsoft-logo.gif') 19px 31px no-repeat;
	height:0;
	padding-top:97px;
	overflow:hidden;
}

h2
{
	background: url('/images/storage_solutions_bg.gif') 0 0 no-repeat;
	width:970px;
	margin: 0 auto;
	height:0;
	padding-top:85px;
	overflow:hidden;
	margin-top:6px;
}

h3
{
	background: url('/images/registration_bg.gif') 0 0 no-repeat;
	width: 970px;
	margin: 0 auto;
	height:0;
	padding-top: 46px;
	overflow:hidden;
}

div.content
{
	background-color:#fff;
	border:solid 1px #646d72;
	width:970px;
	margin:0 auto;
	padding-bottom:30px;
	clear:both;
}

div.footer
{
	background: #fff url('/images/footer_bg.gif') right 0 repeat-y;
	margin-top:40px;
	padding:10px;
	height:40px;
	border: solid 1px #404040;
	border-bottom:none;
}

div.footer a
{
	text-decoration:none;
	color:#0033cc;
}

div.footer ul li
{
	float:left;
	line-height:10px;
	margin-top:20px;
}

div.footer ul li a
{
	display:block;
	border-left:solid 1px #787878;
	margin-left:20px;
	padding-left:20px;
}

div.progress
{
	width:970px;
	margin:0 auto;
}

div.progress ul
{
	height:27px;
	background: #c6d7e0 url('/images/progress.gif') 0 0 no-repeat;
	float:left;
	margin-bottom:6px;
}

div.progress ul li
{
	float:left;
	width:18px;
	margin-top:3px;
	height:27px;
	text-align:center;
	padding-top:2px;
}

div.progress ul li.active,
div.progress ul li.last.active
{
	background-color:#aaa9a9;
	height:15px;
}

div.progress ul li.last
{
	background: transparent url('/images/progress_last.gif') 20px -3px no-repeat;
	padding-right:3px;
}

div.progress span
{
	display:block;
	height:27px;
	line-height:20px;
	font-weight:bold;
	padding-left:10px;
	float:left;
}

table
{
	margin-left:40px;
}

fieldset
{
	border-bottom: solid 1px #bfbfbf;
	padding: 25px 0 25px 0;
}

fieldset label
{
	/* border:solid 1px red; */
	display:block;
	width:125px;
	float:left;
	line-height:18px;
}

fieldset input,
fieldset select
{
	font-size:10px;
}

input.btn
{
	border:solid 1px #7e9db9;
	background-color: #d4d0c8;
	width:125px;
}

input.btn:hover
{
	cursor:pointer;
}

input.next
{
	float:right;
}

input.previous
{
	float:left;
}


input,
select
{
	border:solid 1px #7f9db9;
	width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.chkBox input
{
	float:left;
	border:none !important;
	width:20px !important;
}

span.chkBox label
{
	width: 650px;
}

table.rb
{
	width:560px !important;
}

table.rb td input
{
	width:20px;
	float:left;
	border:none;
}

table.rb td label
{
	text-align:left !important;
	width:100px !important;
	line-height:20px;
	font-weight:normal !important;
}

div#content table tbody td fieldset label.single
{
	display:block;
	float:none;
	width:100%;
	text-align:left;
}

td textarea.single
{
	border: solid 1px #cbcccd;
}

table.rb_single td input
{
	width:20px;
	float:left;
	border:none;
}

table.rb_single td label
{
	text-align:left !important;
	padding:0 !important;
	line-height:16px;
	font-weight:normal !important;
}

div.recommend
{
	text-align:center;
}
div.recommend h4
{
	text-align:left;
	font-size:18px;
	padding:10px 0 10px 0;
	margin: 20px 30px 0 30px;
	border-bottom: solid 1px #000;
}

div.recommend h4 img
{
	vertical-align:middle;
	margin:0 !important;
	border:none !important;
}


div.recommend strong
{
	font-weight:bold;
}

div.recommend strong span
{
	color:#2a3d7b;
}

div.recommend p
{
	text-align:left;
	padding:10px 30px 10px 30px;
	line-height:18px;
}

div.recommend ul
{
	text-align:left;
	list-style-type: square;
	padding:10px 60px 10px 60px;
	line-height:18px;
}

div.recommend img
{
	border:solid 1px #000;
	margin: 20px 30px 0 30px;
}
div.intro
{
    font-size: 12px;
    padding: 10px 0px 10px 0px;
}
div.intro strong 
{
    font-weight: bold;
}