﻿body
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}


label
{
	margin-top: 4px;
	float: left;
	width: 250px;
	color: #666;
}

.checkboxLabel
{
	margin-top: 4px;
	float:none;
	width:120px;
	color: #333;
}

.exampleWrapper
{
	background: transparent url(images/registration-successful.gif) no-repeat left top;
	width: 738px;
	height: 528px;
	position:relative;
}

.multiPage
{
	position:absolute;
	top: 110px;
	height: 390px;
}

.formList
{
	width: 683px;
	list-style: none;
	padding: 0 0 0 23px;
}

.formList li
{
	border-bottom: 1px solid #959485;
	padding: 5px 0px;
}

.formList li.lastListItem
{
	border: none;
}

.textInput,
textarea
{
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background: #fff;
}

textarea
{
	font: normal 11px Verdana,sans-serif;
}

#newsletterOptions
{
	padding-top: 15px;
}

#newsletterOptions input
{
	margin-left: 50px;
}

.nextButton
{
	background: transparent url(images/button.gif) no-repeat 0 3px;
	border: none;
	width: 93px;
	height: 25px;
	margin-left:613px;
	font: normal 12px Arial, sans-serif;
	color: #fefefe;
	cursor: pointer;
}

.buttonSeparator
{
	width: 378px;
	border-bottom: 1px solid #959485;
	height: 1px;
}

.previewWrapper
{
	position:absolute;
	right: 10px;
	top:90px;
	width: 250px;
	padding-left: 18px;
}

.previewWrapper h2
{
	font-size: 21px;
	padding-bottom: 10px;
	color: #4386a5;
	border-bottom: solid 1px #597f90;
	margin-right: 18px;
	margin-top: 20px;
}

.previewWrapper h3
{
	color: #4386a5;
	font-size :12px;
	margin-right: 18px;
	margin-top: 20px;
	border-bottom: dotted 1px #597f90;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.previewWrapper ul
{
	list-style:none;
	margin:0 30px;
}

/* инструкция по установке обновления */

span.InfoHeader
{
	display: block;
	padding: 10px 0px;
	color: #107aa1;
	font: normal 14px/25px Arial, sans-serif;
	
}

ul.Info
{
	list-style-type: decimal;
	color: #107aa1;
}

ul.Info li
{
	border: none;
	padding: 0px;
	padding-bottom: 10px;
}

ul.Info li span.Text
{
	color: #333333;
}

ul.Info li span.TextUnderline
{
	border-bottom: dotted 1px #107aa1;
	color: #107aa1;
}

