/* White Paper page form */
body.whitePaper #content {
	padding-top: 0px;
}

body.whitePaper #pageContent {
	float: none;
	display: block;
	padding-top: 0;
	padding-right: 0;
	width: 100%;
	margin-top: 0;
}
body.whitePaper #pageContent .info-request-content { float: left; width: 620px; }

body.whitePaper #pageContent .info-request-aside { width: 288px; float: right; }


body.whitePaper #pageContent .info-request-aside  #sideBar {
	display: block;
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dbdbdb;
	padding-left: 10px;
	margin-top: 20px;
	width: 277px;
}
body.whitePaper #sideBar h3 {
	margin-top: 0;
}

body.whitePaper  #sideBar  h3 a {
	color: #0182b4;
}

body.whitePaper #sideBar img {
	float: left;
	margin-right: 10px;
}

div#sideBar li.widget{
	list-style: none;
	overflow: hidden; 
}

strong.err { display: block; }
.send-result-ok { text-align:center; line-height: 2; background:#cfc; margin-top:10px; }
.send-result-err { text-align:center; line-height: 2; margin-top:10px; color:#c00; }

/*p.submitbtn button { display: block; float: right; height: 63px; width: 62px; margin: 0.5em 0 2em; background: url(../images/btn-submit.png) no-repeat; cursor: pointer; text-indent: -999em; overflow: hidden; border: none; }*/

.section-a { width: 100%; overflow: hidden; }
 .section-a .media { float: left; width: 350px; }
 .section-a .form-a { float: right; width: 288px; }

#info-request-form fieldset { width: 100%; line-height: 1.25; }
  #info-request-form h3 { font: normal 18px/1.8em Georgia,"Times New Roman",Times,serif; color: #636466; background: #DBDBDC; padding: 0 0 0 10px; margin: 0; }
  #info-request-form p { margin: 0 12px; }
  #info-request-form p.uploadFile { float: none; width: auto; margin: 1em 12px 0; }
   #info-request-form p.uploadFile span { font-size: 0.9em; }
  #info-request-form input.text, #info-request-form textarea { width: 254px; line-height: 1; padding: 2px 5px; font: 11px/1 Tahoma,Verdana,Arial,sans-serif;}
  #info-request-form textarea { height: 68px; resize: none; overflow: auto;  }
  #info-request-form .submitbtn { margin: 1em 0 0; text-align: center; padding: 0 0 1em; }
   #info-request-form .submitbtn button { display: block; float: none; margin: 0 auto; }
