body {
	background: #bfbfbf;
	background: url(../img/bgnd1.png);
	color: #dddddd;
	margin: 0;
	font-family: Arial;
	text-align: center;
}

a {
	color: #5d7fff;
	text-decoration: none;
}

h1 {
	color: #dddddd;
	font-family: Arial;
	font-size: 20px;
	margin: 0px;
	margin-bottom: 10px;
}

li {
	list-style-type: square;
}

.formLabel {
	font-size: 75%;
	font-weight: bold;
	margin-bottom: 3px;
}

.formInput {
	background: #373737;
	color: #dddddd;
	font-size: 14px;
	width: 200px;
	border: 1px solid #212121;
}

.formInputSelected {
	background: #373737;
	color: #dddddd;
	font-size: 14px;
	width: 200px;
	border: 1px solid #ffaa00;
}

#wrapper {
	background: #323232;
	width: 960px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#menu {
	width: 100%;
	height: 30px;
	background: url(../img/menuBgnd.png);
	text-align: right;
}

#header {
	width: 100%;
	height: 226px;
	background: url(../img/headerBgnd.png);
	text-align: center;
}

#footer {
	width: 100%;
	height: 40px;
	font-size: 10px;
	background: url(../img/footerBgnd.png);
	text-align: center;
	margin-bottom:20px;
}

.menuBtn {
	border: 0;
}

#titleSeparator {
	width: 100%;
	height: 1px;
	background: url(../img/yellowDot.png);
}

#pageContent {
	margin: 20px;
	text-align: justify;
	font-size: 14px;
}

.pageHeader {
	width: 33%;
	text-align: left;
	margin-left: 20px;
}

.titleUnderline {
	width:88%;
	height: 1px;
	margin-left: 20px;
}

#downloadForm {
	background: #373737;
	margin-left: 210px;
	margin-right: 210px;
	padding: 4px;
	border: 1px solid #252525;
}

#downloadBtn {
	background: #999999;
	color: #000000;
	font-size: 14px;
	width: 200px;
}

.tip {
	margin-left: 10px;
	font-size: 12px;
}

.invisibleFormField {
	visibility: hidden;
	position: absolute;
	top: -9000px;
}

.visibleFormField {
	visibility: visible;
	position: relative;
}

.error {
	width: 100%;
	margin: 2px;
	font-size: 12px;
	background: #ff4949;
	color: #000000;
	border: 2px solid #ff4949;
}

.deviceIcon {
	padding: 4px;
	border: 1px solid #767676;
}

.selectedDeviceIcon {
	padding: 4px;
	border: 1px solid #ffaa00;
}

.device {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}

#deviceShortDescription {
	height:100px;
	padding: 10px;
	margin-left:20px;
	margin-right:20px;
	font-size: 12px;
}

.shortDescriptionVisible {
	border: 1px solid #767676;
}

.shortDescriptionHidden {
	border: 0;
}