#adWrapper {
	margin: 0 auto 0 auto;
}

#pageWrapper {
	margin: 0 auto 0 auto;
	width: 1000px;
	background-color: white;
}

#pageBody {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 980px;
	background-color: white;
}

#pageFooter {
	clear: both;
	margin-top: 4px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0 8px 0;
	text-align: center;
	color: #666666;
}

#pageFooter A,
#pageFooter A:link,
#pageFooter A:active,
#pageFooter A:visited
{
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #666666;
}

.formErrMsgBlock {
	margin: 8px 8px 8px 0px;
}

.formErrMsg {
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.formTable {
	width: 100%;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}

.formTable .a:link,
.formTable .a:visited {
	text-decoration:none;
}

.formTable .label {
	padding-right: 8px;
	text-align: right;
	vertical-align: top;
}

.formTable .label,
.formTable .label.edit1Line {
	padding-top: 4px;
}

.formTable .label.radiobutton {
	padding-top: 4px;
}

.formTable .label.checkbox {
	padding-top: 4px;
}

.formTable .label.select {
	padding-top: 4px;
}

.formTable .label.required {
	background-image: url('../../images/bookrags/ico_required.png');
	background-position: center right;
	background-repeat: no-repeat;
}

.formTable .field {
	text-align: left;
	vertical-align: top;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}

.formTable .field INPUT,
.formTable .field SELECT {
	text-align: left;
	vertical-align: top;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
}

.formTable .field SELECT {
	height: 19px;
}


.formTable .badField {
	background-color: #ffbbbb;
}

.formTable .smalltext {
	font-size: 11px;
	color: #114b99;
}


/* Image buttons (see widgets.css, widgets.js) */
/* TO USE normal pushbuttons: make them IMGs like this:
<img class='wImageBtn' src='/images/myimgbutton.png' width='90' height='41' onclick='xxx'>
<a class='wSecBtn' href='xxx'>Button text</a>

/* TO USE input type='image', push on/push off, and radiobuttons: give each button an ID & specify their bkgds like this:
<style>
#MyPushPushBtn1		 {background: url(http://images.bookrags.com/qa/myppbtn1.png) no-repeat 0 0; }
#MyPushPushBtn1.down {background: url(http://images.bookrags.com/qa/myppbtn1.png) no-repeat 0 -41px; }

#MyPushPushBtn2		 {background: url(http://images.bookrags.com/qa/myppbtn2.png) no-repeat 0 0; }
#MyPushPushBtn2.down {background: url(http://images.bookrags.com/qa/myppbtn2.png) no-repeat 0 -41px; }

#MyRB1				 {background: url(http://images.bookrags.com/qa/myrb1.png) no-repeat 0 0; }
#MyRB1.checked		 {background: url(http://images.bookrags.com/qa/myrb1.png) no-repeat 0 -41px; }
#MyRB2				 {background: url(http://images.bookrags.com/qa/myrb2.png) no-repeat 0 0; }
#MyRB2.checked		 {background: url(http://images.bookrags.com/qa/myrb2.png) no-repeat 0 -41px; }
<style>

<input type='image' id='MyRB1' name='MyRBGroup' class='wImageBtn radio' width='90' height='41'>
<input type='image' id='MyRB2' name='MyRBGroup' class='wImageBtn radio checked' width='90' height='41'>

<input type='image' id='MyPushPushBtn1' class='wImageBtn pushon' width='90' height='41'>
<input type='image' id='MyPushPushBtn2' class='wImageBtn pushonoff' width='90' height='41'>
*/


.wImageBtn {
	margin: 0 !important;
	border-width: 0px;
	background-repeat: no-repeat !important;
	background-position: top right; /* we need to be able to change this for "checked" buttons */
	cursor: pointer !important;
	vertical-align: middle !important;
}
.wImageBtn.clicked {
	margin: 1px -1px -1px 1px !important;
}


/* Subdued buttons for secondary actions in the workflow (Cancel, Edit, Abuse, etc.) */
.wSecBtn {
	display: inline-block;
	margin: 0px !important;
	border: solid 1px transparent !important;
	padding: 1px 4px 1px 4px !important;
	background-color: transparent !important;
	color: #114B99 !important;
	cursor: pointer;
	font-family: Tahoma,Verdana,Arial !important;
	font-size: 11px !important;
	font-weight: bold !important;
	text-decoration: none !important;
	vertical-align: middle !important;
}
.wSecBtn:hover {
	border: solid 1px #aaaaaa !important;
	text-decoration: none !important;
}
.wSecBtn.clicked {
	margin: 1px -1px -1px 1px !important;
}

.wSecBtn.disabled {
	color: #999999 !important;
}
.wSecBtn.disabled:hover {
	border: solid 1px transparent !important;
}

/* AD slots */
#pageColRight .site_ad,
#pageBody > div.floatRight > center.site_ad {
	display: table;
	text-align: left;
}


/* Browse pages */
.ie .brw_blue_table,
.ie .brw_white_table {
	margin-left: 8px;
}
.ie7 .brw_blue_table,
.ie7 .brw_white_table {
	margin-left: 0px;
}

span#layout {
	visibility: hidden;
}

@media only screen and (max-device-width: 800px), handheld {
    span#layout {
        visibility: visible;
    }
}
