#r1 .logo img {
	margin: 10px;
	height: 25px;
	width: auto;
}
#r1 .menu img {
	margin: 20px;
	height: 25px;
}
#r2 .body {
	background: #F5F5F5;		
}
#r2 .box {
	background: #FFF;
	margin: 0px 0px 10px;
	padding: 0px;	
}
#r2 .box .h {
	background: #E6E6E6;
	padding: 10px 15px;	
}
#r2 .box table {
	border-collapse: separate;
	border-spacing: 15px;
	width: 100%;
}
#r2>table {
	border-collapse: separate;
	border-spacing: 20px;
	margin: 0px auto;
	width: 100%;
}
.styled-select {
	width: 100%;
}
.styled-select select {
	width: 110%;	
}
.wgt {
	background: #FFF;
	width: 100%;	
}
.wgt>table {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
.wgt>table tr {
	background: #E6E6E6;
}
.wgt-btn {
	background: #E6E6E6;
	cursor: pointer;
	font-size: 11px;
	line-height: normal;
	padding: 5px 20px 10px;
	text-align: center;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#r1 .logo img {
	margin: 0px 30px 0px 0px;
	height: 40px;
	width: auto;	
}
#r2 .body {
	background: #FFF;	
}
#r2 .box {
	margin: 15px 0px 0px;	
}
#r2>table {
	border-collapse: separate;
	border-spacing: 20px;
	margin: 0px auto;
	width: 90%;
}
.styled-select {
	width: 200px;
}
.styled-select select {
	width: 228px;	
}
.wgt {
	background: none;
	position: absolute;
	z-index: 30;
	bottom: 110px;
	left: 12%;
	width: auto;	
}
.wgt>table {
	border-collapse: separate;
	border-spacing: 5px;
	width: inherit;
}
.wgt>table tr {
	background: #585858;
}
.wgt-btn {
	background: #FFF;
	cursor: pointer;
	font-size: 11px;
	line-height: normal;
	padding: 5px 20px 10px;
	text-align: center;
}
}

