﻿/* GENERAL START */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #625d55;
	padding: 0px;
	margin: 0px;
	background: #e1ddd3;
}

html ,body{
	width: 100%;
	height: 100%;
}

table, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #625d55;
	padding: 0px;
	margin: 0px;
}

table td,
table th{
	vertical-align: top;
}

form, dl, dd, dt{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul, ol{
	margin-top: 0;
	margin-bottom: 0;
}

a, a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #34afdd;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a:focus{
	outline: none;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #81951c;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

h2{
	color: #81951c;
	font-size: 1.4em;
	font-weight: normal;
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #625d55;
}

img{
	display: block;
	border: 0px;
}

.clear{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
/* GENERAL END */
.greybox_wrap{
	float: left;
	padding: 9px;
	background-color: #00534e;
	border: 1px solid #00645e;
}

.greybox_header{
	width: 682px;
	height: 50px;
	float:left;
	background-color: #03736c;
}

.greybox_header .close{
	display: block;
	float: right;
	padding: 14px 14px 0 0;
}

.greybox_header .close a,
.greybox_header .close a:hover{
	line-height: 20px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.greybox_header .close a .text,
.greybox_header .close a:hover .text{
	display: block;
	float: left;
	font-size: 10px;
	color: #adeae6;
	text-decoration: underline;
	cursor: pointer;
}

.greybox_header .close a .icon,
.greybox_header .close a:hover .icon{
	display: block;
	float: left;
	padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.greybox_content{
	width: 632px;
	height: 280px;
	float: left;
	padding: 0 25px;
	background-color: #03736c;
}

/* welcome START */
.greybox_welcome .greybox_main h2{
	padding-bottom: 0.5em;
	font-size: 32px;
	font-weight: bold;
	color: #cffefb;
	text-align: center;
}

.greybox_welcome .greybox_main p{
	padding-bottom: 0.8em;
	font-size: 17px;
	color: #ffffff;
	text-align: center;
}

.greybox_welcome .greybox_main strong{
	color: #adeae6;
}

.greybox_welcome .greybox_main .icon_info{
	display: inline;
	position: relative;
	top: 2px;
}
/* system requirements END */
