#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-devicebox {
	position: absolute;
	top: 0;
	left: 0;
	width: 530px;
	height: 300px;
	z-index: 100;
	text-align: left;
	vertical-align: top;
	background-color:#ffffff;
}
#jquery-devicebox table.hbox{
	width:100%;
	position:relative;
}
#jquery-devicebox table.hbox td.h1{
	width:99%;
	padding-left:20px;
}
#jquery-devicebox table.hbox h1{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#000000;
	margin-top:15px;
	padding-top:0px;
	margin-left:0px;
	padding-left:0px;
}
#jquery-devicebox table.hbox td.hclose{
	width:1%;
	padding-top:15px;
	padding-right:20px;
}

#jquery-devicebox table.platforms{
	margin-top:15px;
}
#jquery-devicebox table.platforms td{
	padding-left:20px;
	text-align:center;
}
#jquery-devicebox table.platforms td div{
	margin-left:auto;
	margin-right:auto;
	border:1px solid #eeeeee;
	padding-top:5px;
	padding-bottom:5px;
	width:60px;
	height:80px;
}
#jquery-devicebox table.platforms td a, #jquery-devicebox table.platforms td a:hover{
	font-family:Arial; font-size:11px; color:#007dc5; font-family:Arial; font-weight:normal; text-decoration:none;
}
#jquery-devicebox table.platforms td.name{
	padding-top:15px;
}
#jquery-devicebox div.dotline{
	background-image:url(/images/redesign/dotline.jpg); background-repeat:repeat-x; background-position:top left; font-size:0px; height:1px; margin-top:25px; margin-left:15px; margin-right:15px;
}
#jquery-devicebox table.select{
	margin-top:20px;
}
#jquery-devicebox table.select th, #jquery-devicebox table.select td{
	font-family:Arial; font-size:11px; color:#737373; font-weight:normal;
	padding-left:15px;
}
#jquery-devicebox table.select select{
	width:150px; margin-top:5px; font-family:Arial; font-size:11px; color:#333333; font-weight:normal;
}