* {
	padding: 0;
	margin: 0;
}

body,p,td,th,div,label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 1.2em;
}

body {
	margin: 0;
	padding: 0;
	background: #9ace1b;
	text-align: center;
}

#innerBody {
	width: 1022px;
	margin: 0 auto;
	background: url(../images/app_background.jpg) no-repeat top left;
}

#langSwitch {
	padding-top: 10px;
	padding-right: 100px;
	text-align: right;
}

#langSwitch a {
	color: #FFFFFF;
}

p
{
	margin: 0em 0em .5em 0em;
}

h1,h2,h3
{
	text-align: left;
	margin: 0em 0em .5em 0em;
	color: #7fa902;
	line-height: 1.2em;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.5em;
}

ul
{
	padding-left: 20px;
}

li
{
	margin: 2px;
}

a:link, a:visited {
	color: #7fa902;
	text-decoration: none;
}

a:hover, a:active {
	color: #7fa902;
	text-decoration: underline;
}



/* flying elements */

div.overlay {
	position: absolute;
	z-index: 95;
	background-color: #fff;
	border: 1px solid #aaa;
	text-align: left;
	vertical-align: middle;
	padding: 20px;
	overflow: auto;
	/*background-image: url(../_images/close.gif);
	background-position: 99% 1%;
	background-repeat: no-repeat;*/
}

div.overlay div.close_button {
	position: relative;
	float: right;
	top: -15px;
	left: 15px;
	width: 12px;
	height: 12px;
	background: url(../images/close.gif) no-repeat 100% 50%;
	cursor: pointer;
	cursor: hand;
}

div.overlay div.content {
	position: relative;
	top: -15px;
}

#info_message_light,
#info_message {
	position: absolute;
	top: 250px;
	z-index: 101;
	width: 380px;
	vertical-align: middle;
}

#info_message_light_content p,
#info_message_content p {
	font-size: 12px;
}


