#wrapper {
	background: white;
	padding: 1em;
}

#upperInnerWrapper {
	background: white;
}

#leftInnerWrapper {
	position: relative;
	background: black;
	float: left;
	padding: 0.1em;
}

#leftInnerWrapper div {
	padding: 0.5em;
	background: white;
	font-size: 0.9em;
	width: 50em;
}

#leftInnerWrapper a {
	font-weight: bold;
	color: black;
}
#leftInnerWrapper b {
	font-weight: bold;
	color: red;
}

#rightInnerWrapper {
	position: relative;
	background: black;
	float: right;
	padding: 0.1em;
	width: 21.5em;
}

#rightInnerWrapper div {
	padding: 0.5em;
}

#rightInnerWrapper div p{
	color: black;
	font-size: 0.9em;
}

#rightInnerWrapper h1{
	color: black;
	font-weight: bold;
	font-size: 1.4em;
}

#rightInnerWrapper h2 {
	font-weight: bold;
	font-size: 0.9em;
}
#latestNews,#download,#demo,#disclaimer {
	background: white;
}


#menu {
	padding: 0.1em 0.1em 0em 0.1em;
	background-color: #9999ff;
	margin-bottom: 0.5em;
}

#menu span {
	margin: 0em;
	background: white;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#demoForm {
border:1px solid #CCCCCC;
font-family:verdana;
font-size:70%;
padding:1em;
height: 300px
}

#navigation {
	background-color: none;
	margin-top: 0.5em;
	text-align: right;
}

.font_bold_3em_black {
	color: black;
	font-size: 3em;
	font-weight: bold;
}

.font_normal_2em_black {
	color: black;
	font-size: 2em;
}

.font_normal_1em_black {
	color: black;
	font-size: 1em;
}

.font_normal_07em_black {
	color: black;
	font-size: 0.9em;
}

input {
	margin-right: 0.1em;
	margin-bottom: 0.5em;
}

.input_field_25em {
	width: 2.5em;
}

.input_field_3em {
	width: 3em;
}

.input_field_35em {
	width: 3.5em;
}

.input_field_12em {
	width: 12em;
}
.input_field_20em {
	width: 20em;
}
.input_field_30em {
	width: 30em;
}

label {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 100%;
}

label.error {
	color: red;
	font-size: 0.8em;
}

.step span {
	float: right;
	font-weight: bold;
	padding-right: 0.9em;
}
#footer
{
color:#444;
font-family:arial;
font-size:10px;
padding-bottom:10px;
padding-top:1px;
text-align:center;
text-transform:uppercase;
}
textarea#styled {
border:1px solid #999999;
height:120px;
margin-bottom:0.1px;
padding:5px;
width:268px;
}