﻿html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	height: 100%;
	padding: 0;
	margin: 0px;
	background: #F0F0F0;
}

/* задаем параметры для всех базовых тегов */
html, body { 
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 14px; 
	line-height: 130%;
	text-decoration: none;
	color: #333333;
	}

h1 { 
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}

a {
	color: white;
	}

a:link {
	text-decoration: none;
	color: white;
	}

a:visited {
	text-decoration: none;
	color: white;
	}

a:hover {
	background: none;
	text-decoration: none;
	color: black;
	}

a:active {
	text-decoration: none;
	color: white;
	}

b {
	font-size: 16px;
	}

.cont {
	padding: 60px 20px 20px 20px;
	height: 500px; 
	width: 800px; 
	border: 10px solid #e52a33; /*82a0d1;*/
	background: #FFFFFF;
}

.txt {
	text-align: left;
	margin: 60px 0 30px 0;
	width: 600px;
}

.ok {
	padding: 10px 25px;
	border-radius: 12px;
	background: #009900;
	margin-right: 20px;
}

.warning {
	padding: 10px 25px;
	border-radius: 12px;
	background: #BBBBBB;
}