html,body {
	margin: 0;
	padding: 0;
}

body,body * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}
body{
	font-size: 0.75em;
	color:#333;
	/*background-color: #E0E0E0;*/
	background-color: #fff;	
}

#box
{
	/*	
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	*/	
	padding:5px 20px;	
	/*background-color: #f0f0f0;
	*/		
}

#box td.header
{
	text-align: center;
	
}

div#main
{	
	padding:10px;
	border:none;
	background-color: #fff;
	/*
	box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.5);
	*/
	
	width:600px;
	margin:auto;
}

table#description
{
	margin:0;
	padding:0;
	width:100%;
	text-align: justify;
}

table#description td
{
	/*background-color:#e0e0e0;*/
	height:50px;
	vertical-align:middle;
	padding:10px;
	padding-bottom: 20px;
	/*
	background-image: url('images/top_shadow.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	*/
}

p.note{
	padding: 10px;
	background-color: #FFECEC;
	border: 1px solid #FFC0C0;
}
a,.alike{
	color: #4B8BD6;
	display:block;
	/*float:left;*/
	/*height: 30px;*/
	/*line-height:25px;*/
	text-decoration: underline;
	cursor: pointer;
}

.linkBox a,.linkBox .alike
{
	display:inline;
	color: #4B8BD6;
}

div#footer
{
	border:none;
	margin:0;
	padding:0;
	width:100%;
	text-align: center;
	padding-top:5px;	
	/*
	padding: 15px 0 7px;
	background: url('images/bottom_shadow.gif') #E0E0E0 repeat-x 0 0;
	*/
	color:#777;
}

div#footer a,div#footer .alike{
	color:#9cbce2;
	display:inline;
	float: none;
	line-height:normal;
}

a.download,.alike.download{
	color: #4B8BD6;
	display:block;
	/*float:left;*/
	margin-right:20px;
	height: 30px;
	line-height:25px;
	padding-left: 30px;
	background-image: url('images/dl.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

a.key,.alike.key{
	color: #4B8BD6;
	display:block;
	/*float:left;*/
	margin-right:20px;
	height: 30px;
	line-height:25px;
	padding-left: 30px;
	background-image: url('images/padlock.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

.linkBox{
	color:#333;
	display:block;
	/*float:left;*/
	margin-right:20px;
	height: 30px;
	line-height:25px;
	/*
	padding-left: 35px;
	background-image: url('images/link.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	*/
	padding-top:0;
	border:none;
}

a.icon,.alike.icon
{
	display:block;
	float:left;
	height: 30px;
	line-height:25px;
	width: 35px;
	background-image: url('images/link.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
	padding-top:0;
	border:none;
}


input.link{
	color: #4B8BD6;
	display:block;
	height: 22px;
	/*line-height:22px;*/
	padding-left: 20px;
	background-image: url('images/linkSmall.gif');
	background-position: 2px 50%;
	background-repeat: no-repeat;
	border-left:#333 1px solid;
	border-top:#333 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	width:100%;
	background-color: #F9F9F9;
}

a.documentation
{
	color: #4B8BD6;
	display:block;
	/*float:left;*/
	margin-right:20px;
	height: 30px;
	line-height:25px;
	padding-left: 30px;
	background-image: url('images/documentation.gif');
	background-position: 0px 50%;
	background-repeat: no-repeat;
}

a:hover,.alike:hover{
	color: #23458B;
}
a.top{
	font-size: 0.8em;
}
div{
	border-bottom: 1px solid #D0D0D0;
	padding-top: 5px;
}

#links{
	padding: 0;
	border-width: 0!important;
	margin: 1em 0;
}

#links a{
		display: block;
		margin: 5px 0 0 1em;
	}

h1{
	color: #23458B;
	font-size: 1.8em;
	padding: 0;
}

h2{
	color: #1B8ADE;
	font-size: 1.2em;
	margin: 2.0em 0 0.5em;
	padding: 0;
}
table{
	margin: 10px 0;
}
table caption{
	color: #23458B;
	text-align: left;
	margin-top: 15px;
}

ul{
	margin: 0.5em 0;
	padding-bottom: 5px;
	padding-left: 1em;
	_padding-left: 1.5em;
}
li{
	margin: 0 0 7px;
}

.cleaner
{
	clear:both;
	border: none;
}

.part_ico
{
	float:right;
	width:32px;
	height:32px;
	margin-top:25px;
	margin-left:10px;
}

.noborder
{
	border:none;
}

textarea
{
	width:100%;
	height:100px;
	margin-top:10px;
	margin-bottom:10px;
}

#selectOS
{
	text-align: right;
}

#selectOS a
{
	float:none;
	display: inline;
}