/* .nogood class setup to display 'Browser Upgrade' notice to older browsers */
.nogood {
    display: none;
    }

* {
    margin:0px;
    padding:0px;
}
/************************************
    common styles
************************************/
body {
/*margin:10px;*/
/*padding:0px;*/
    background:#777777;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
.clearfix, br.clearall {
    clear:both;
    height:0px;
    line-height:0px;
    font-size:0px;
}
td, th, .button {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
}
form {
    margin:0px;
}
a:link {
    font-weight: normal;
    color: #1a458f;
    text-decoration: underline ;
}
a:active {
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: none;
}
a:visited {
    font-weight: normal;
    color: #5f5f5f;
    text-decoration: underline;
}
a:hover {
    font-weight: normal;
    color: #000;
    text-decoration: none; ;
}
img{
    border:0px;
}
.red{
    color:#921a1c;
}
.small_gray{
    font-size:10px;
    color:#757575;
}
.light_gray{
    color:#757575;
}

/*input{*/
    /*border-top-width:2px;*/
    /*border-top-color:#777777;*/
    /*border-top-style:solid;*/
    /*border-left-width:2px;*/
    /*border-left-color:#757575;*/
    /*border-left-style:solid;*/
/*}*/

/* button */

.button {
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.25em;
    background-color: #FFFFFF;
    background-image: url(img/buttonbg.gif);
    background-repeat: repeat-x;
    color: #333333;
    font-size: 75%;
    font-weight: bold;
    font-family: arial,verdana,sans-serif; } input.submit:active {
    border: 3px double #CCCCCC;
    border-top-color: #999999;
    border-left-color: #999999;
}
.smallbutton {
    width:46px;
    height:22px;
    border: 3px double #999999;
    border-top-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding: 0.2em;
    background-color: #FFFFFF;
    background-image: url(img/buttonbg.gif);
    background-repeat: repeat-x;
    color: #333333;
    font-size: 50%;
    font-weight: bold;
    font-family: arial,verdana,sans-serif; } input.submit:active {
    border: 3px double #CCCCCC;
    border-top-color: #999999;
    border-left-color: #999999;
}
textarea{
    font-size:11px;
    border-top-width:2px;
    border-top-color:#777777;
    border-top-style:solid;
    border-left-width:2px;
    border-left-color:#757575;
    border-left-style:solid;
}
select{
    font-size:11px;
    border-top-width:2px;
    border-top-color:#777777;
    border-top-style:solid;
    border-left-width:2px;
    border-left-color:#757575;
    border-left-style:solid;
}
.arrow{
    background:url("img/arrow.gif") no-repeat 0px 6px;
    margin:0px 0px 0px 5px;
    padding: 3px 0px 2px 8px;
}

/*.mid_wide_box_top{*/
    /*/*margin:5px 5px 0px 5px;*/
    /*padding: 3px 0px 0px 25px;*/
    /*width: 578px;*/
    /*height: 18px;*/
    /*background: url(img/vinjett_main.gif) no-repeat  0px 50%;*/
    /*color:white;*/
    /*font-size:11px;*/
    /*font-family:sans-serif;*/
    /*font-weight:bold;*/
/*}*/

/* response messages  */
.responseseverity0 {
	border:1px solid #666666;
	}
.responseseverity1 {
	border:1px solid #C50000;
	}

.responseseverity2 {
	border:1px solid #C50000;
	}

.responseseverity3 {
    border:2px solid #C50000;
    font-weight:bold;
	}
.responseseverity4 {
    border:2px solid #C50000;
    font-weight:bold;
	}

.responseseverity0 h4{
	font-weight:bold;
	font-size:12px;
	margin:0px 0px 10px 0px;
	background:#ffff99;
	padding:2px;
	}
.responseseverity1 h4, .responseseverity2 h4, .responseseverity3 h4, .responseseverity4 h4 {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
	margin:0px 0px 10px -4px;
	background:#C50000;
	padding:2px 4px 2px 4px;
	}
.responseseverity0, .responseseverity1, .responseseverity2, .responseseverity3, .responseseverity4 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 4px;
	}
td.signal {
	background:url("alert_symbol.gif") top left no-repeat;
	height:35px;
	width:35px;
	}
/*************************************
    layout
*************************************/
#top-section, #top-section-product {
    margin-top:5px;
    }
#mid-section {
    margin-bottom:5px;
    }
#mid-col-1 {
	float:left;
	width:132px;
    }
#mid-col-2 {
    width:620px;
	float:left;
    }
#fullwidth {
    background:#efefef;
    width:725px;
    padding:5px 5px 5px;
    margin:5px 0;
    border-bottom:5px solid #565656;
}
#bottom-section {

    background:#efefef;
    clear:both;
    margin:5px;
    }
/*  background */
#bgTop {
    margin:0px;
    padding:0px;
    width: 768px;
    height: 8px;
    font: 1px/1px sans-serif !important;
    font: 0px/0px sans-serif;
    background: url(bg_top.gif) no-repeat center bottom;
    }
#bgCenter {
    background:#777777;
    width: 1000px;
    padding-bottom:5px;
    }
#bgCenter .left{
    float:left;
    width:725px;
    padding-left:5px;
}
#bgBottom {
    }
/* main content area - GREY */
#content {
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	background:#EEEEEE;
    padding:0px 8px 8px 8px;
    width:620px;
	/* IE box model hack */
	voice-family: "\"}\"";
    voice-family:inherit;
    width:602px;
	}
#content_ {
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	background:#EEEEEE;
    padding:8px 8px 8px 8px;
    width:620px;
	/* IE box model hack */
	voice-family: "\"}\"";
    voice-family:inherit;
    width:602px;
	}
#content_preview{
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	background:#EEEEEE;
    padding:8px 8px 8px 8px;
    width:620px;
	/* IE box model hack */
	voice-family: "\"}\"";
    voice-family:inherit;
    width:765px;    
}
#content-wide {
	border-right:1px solid #666;
	border-left:1px solid #666;
	background:#fff;
    padding:0 8px 8px 8px;
    border-bottom:1px solid #666;
    }
html>body #content {
    width:602px;
    }
	/*end BMH */
#contenttop {
    text-align:left;
    margin:0px;
    width:620px;
    height:8px;
    background: url(bgtop_advertentry.gif) no-repeat center bottom;
    }
#contentbottom {
    text-align:left;
    margin:0px;
    width:620px;
    height:8px;
    background: url(bgbottom_advertentry.gif) no-repeat center top;
    }
#contentbottom-wide {
    text-align:left;
    margin:0px;
    height:8px;
    background: url(bgbottom_advertentry-wide.gif) no-repeat center top;
    }
/* main content area - YELLOW */
#content-product {
	background:#ffffff;
    padding:5px;
    position:relative;
    }
	/*end BMH */
#contenttop-product {
    text-align:left;
    margin:0px;
    height:8px;
    background: url(bgtop_product-wide.gif) no-repeat center bottom;
    }
#contentbottom-product {
    text-align:left;
    margin:0px;
    height:8px;
    background: url(bgbottom_product-wide.gif) no-repeat center top;
    }

/*  header */
#header{
    background-color:#efefef;
    width:725px;
    padding:5px;
}
.header_freetext_text{
    float:left;
    padding-top:5px;
}
.header_freetext_form{
    float:left;
}
.header_freetext_textfield{
   margin:0;
   padding:0;
}
table.header {
    width:725px;
}
td.logo {
    width:225px;
    padding:0px 5px 0px 0px;
}
td.tagline {
    width:380px;
    color:#000000;
    padding-left:5px;
    font-size:12px;
    font-weight:bold;
    background: url(img/topboxbg.gif) no-repeat top left;
}
td.tagline a, td.tagline a:hover, td.tagline a:visited, td.tagline a:active {
    text-decoration:none;
}
td.navlinks {
    background: url(img/topboxbg.gif) no-repeat top right;
    vertical-align:top;
}

td.navlinks p{
    background:url("img/arrow.gif") no-repeat;
    background-position: 0px 6px;
    margin:0px 0px 0px 5px;
    padding: 3px 0px 2px 8px;
}
td.navbuttons{
    width:495px;
    height:38px;
    vertical-align:bottom;
/*overflow:hidden;*/
}
td.navbuttons a img{
    float:left;
    vertical-align:bottom;
}
/*************************************
    header buttons
**************************************/
a.button_alla {
    float:left;
    display:block;
    height:38px;
    width:83px;
    background:url("img/button_alla.gif") left top;
}
a.button_alla:hover {
    background:url("img/button_alla.gif") left bottom;
}
a.button_alla span {
    display:none;
}
a.button_chef {
    float:left;
    display:block;
    height:38px;
    width:84px;
    background:url("img/button_chef.gif") left top;
}
a.button_chef:hover {
    background:url("img/button_chef.gif") left bottom;
}
a.button_chef span {
    display:none;
}
a.button_deltid {
    float:left;
    display:block;
    height:38px;
    width:96px;
    background:url("img/button_deltid.gif") left top;
}
a.button_deltid:hover {
    background:url("img/button_deltid.gif") left bottom;
}
a.button_deltid span {
    display:none;
}
a.button_arbetsgivare {
    float:left;
    display:block;
    height:38px;
    width:107px;
    background:url("img/button_arbetsgivare.gif") left top;
}
a.button_arbetsgivare:hover {
    background:url("img/button_arbetsgivare.gif") left bottom;
}
a.button_arbetsgivare span {
    display:none;
}
a.button_cv {
    float:left;
    display:block;
    height:38px;
    width:125px;
    background:url("img/button_cv.gif") left top;
}
a.button_cv:hover {
    background:url("img/button_cv.gif") left bottom;
}
a.button_cv span {
    display:none;
}

/*  footer */

#footer{
    padding:5px;
    height:50px;
    background-color:white;
    border-top:1px;
    border-bottom:2px;
    border-color:#565656;
    border-top-style:solid;
    border-bottom-style:solid;
    text-align:center;

}
#footer .text{
    color:#757575;
    font-family:sans-serif;
    font-size:10px;
}
#footer .image{
    padding-top:2px;

}

/*************************************
    footer2 (#footer2 opprettet i forbindelse med at Jobb24 ønsket en ekstra linje med linker til partnere, i tilfelle problemer m/de andre sidene.)
**************************************/
#footer2{
    padding:5px;
    background-color:white;
    border-bottom:2px;
    border-color:#565656;
    border-bottom-style:solid;
    text-align:center;
}
#footer2 .text, #footer2 ul {
    color:#757575;
    font-family:sans-serif;
    font-size:10px;
}
#footer2 .image{
    float:right;
    padding-top:2px;
}
#footer2 ul { list-style:none; }
#footer2 ul li, #footer2 ul li h4 { display:inline; font-weight:normal; }

/*********************************
    Boxes
*********************************/

/* box3 */
.box3top{
    margin:0px;
    width: 126px;
    height: 8px;
    font: 1px/1px sans-serif !important;
    font: 0px/0px sans-serif;
    background: url(box3top.gif) no-repeat center bottom;
    }
.box3content {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    padding:4px;
    background:#FFFF99;
    /* box model hack for IE5 */
    width:126px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:116px;
    }
html>body .box3content {
    width:116px;
    }
    /* end bmh */
.box3bottom{
    text-align: left;
    margin:0px;
    width: 126px;
    height: 8px;
    background: url(box3bottom.gif) no-repeat center top;
    }

/* box6*/
.box6top{
    margin:0px;
    width: 604px;
    height: 8px;
    font: 1px/1px sans-serif !important;
    font: 0px/0px sans-serif;
    background: url(box6top.gif) no-repeat center bottom;
    }
.box6content {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    padding:8px;
    background:#EEEEEE;
    /* box model hack for IE5 */
    width:604px;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:586px;
    }
html>body .box6content {
    width:586px;
    }
    /* end bmh */
.box6bottom{
    text-align: left;
    margin:0px;
    width: 604px;
    height: 8px;
    background: url(box6bottom.gif) no-repeat center top;
    }
/* box10 - double grey boxes in a wide template, used in producttemplate */
.box10content {
    padding:5px;
    background:#ffffff;
    /* its only used once so we can set a height for it */
    height:170px;
    margin-bottom:5px;

    }
.box10content h2{
    background:url("img/tablehead_bg.gif");
    height:18px;
    white-space:nowrap;
    text-align:left;
    margin:0;
    padding: 2px 0px 0px 10px;
    font-size:14px;
    font-weight:Bold;
}
.box10content p{
    padding:5px;
}
    /* end bmh */
/* double boxes in a wide template */
#twoboxes-wide {
    position:relative;
    width:725px;
    padding-top:5px;
    margin-bottom:5px;
    }
#twoboxes-wide div.left {
    float:left;
    width:360px;
    margin:0;
    padding:0;
    }
#twoboxes-wide div.right {
    float:right;
    width:360px;
    margin:0;
    padding:0;
    }

/*margin-top fix for browsers other than IE. In ie.css, this value is set to 0 */
.box10top {
	margin-top:8px;
	}
/*  padding below boxes. IE shows double this value due to a strange inheritance bug.
	please see ie.css to alter the IE margin.
 */
.box3bottom,  .box6bottom, .box10bottom {
    margin-bottom:8px;
    }
/**************************************
     Progress bar for advert funnel
***************************************/
#progress ol {
	margin:8px 0px 10px 22px;
	padding:8px 0px 10px 0px;
	}
#progress li {
	color:#000000;
	padding:2px 0px 2px 0px;
	}
#progress li.active {
	font-weight:bold;
	color:#000000;
    }
ul#progressbar {
    margin:0;
    padding:5px;
    width:713px;
    height:31px;
    line-height:31px;
    text-align:center;
    background:#fff;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}
li.progressbar, li.progressbar_last {
    display:inline;
    list-style:none;
    padding-top:10px;
}
li.progressbar img, li.progressbar_last img {
    margin-top:7px;
}
li.progressbar {
    margin-right:25px;
}
/**************************************
     Shopping cart
***************************************/
#cart {
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    margin: 0px -9px 0px -9px;
    padding: 10px;
    background-color: #e3e3e3;
}
#cart table {
}
#cart table.topColumns {
    width: 646px !important;
}
#cart div.left {
    width: 100%;
}
#cart div.right {
    width: 100%;
    padding-left:10px;
    border-left: 1px solid #ccc;
}
#cart li {
    list-style-type: none;
}
#cart th {
    vertical-align: top;
    text-align:left;
}
#cart td {
    vertical-align: top;
    text-align:left;
    width: 50%;
    /* white-space: nowrap; */
}
/* .input2lines {
    padding-right: 20px;
    white-space: nowrap;
}  */
.input2lines input{
    float: left;
    margin-bottom: 10px;
}
/**************************************
     Display product in advert funnel
***************************************/
#product h3 {
	margin:0px;
	padding:8px 0px 2px 0px;
	font-size:12px;
	}
#product p {
	margin:0px;
	}
/**************************************
    Back link on advert entry pages
***************************************/
#back h3 {
	margin:0px;
	padding:8px 0px 4px 0px;
	font-size:12px;
	font-weight:normal;
	}
/**************************************
    content layout
***************************************/
#content H2, #content-product H2, #content-wide h2 {
	color:#000000;
	margin:0px 0px 20px 0px;
    padding:10px 0 0 0;
    font-size:18px;
	}
#content h3, #content-wide h3 {
	color:#000000;
	background:#CCCCCC;
	font-size:12px;
	padding:4px;
	margin:0px 0px 10px 0px;
	width:auto;
	clear:left;
	}
#content h5, #content-wide h5 {
	font-weight:normal;
	font-size:12px;
	margin:8px 0px 6px 0px;
	}
#content ul, #content-wide ul {
	margin:0px 0px 0px 20px;
	padding:0px;
	}
#content li, #content-wide li {
	margin:0px;
	padding: 0px 0px 10px 0px;
	}
#content textarea.warning, #content-wide textarea.warning, #content select.warning, #content-wide select.warning, input.warning, .warning {
	background:#FFFF00;
	}

/* orderfront */
#orderfront{
    padding:5px;
}
#orderfront H2 {
	font-size:16px;
	}
#orderfront ul.adtype {
	margin: 5px 0px 15px 0px;
	}
#orderfront  ul.adtype li {
	list-style:none;
	margin:0px;
	padding:5px 0px 10px 0px;
	}
#orderfront  ul.adtype li a{
    text-decoration:underline;
}
#orderfront p {
	margin:0px 0px 10px 0px;
	}
#orderfront table.area {
	width:100%;
	}
#orderfront table.area TD {
	vertical-align:top;
	}
#orderfront dl {
    margin:0;
    }
#orderfront dt {
    border-top:1px solid #B7B7B7;
    height:1px;
    padding-top:15px;
    margin-top:15px;
    }
#orderfront dt img {
    float:left;
    clear:both;
    margin:-5px 0 3px 0;
    }
#orderfront dd {
    margin:0 0 0 130px;
    }
#orderfront .link {
	font-weight:normal;
	line-height:15px;
    background:url("img/arrow.gif") no-repeat 0px 6px;
    padding: 3px 0px 2px 8px;
    text-decoration:underline;
    }
#orderfront .text {
	padding-left:0px;
	}
#orderfront_info{
    margin:0;
    padding:0;
}
#orderfront_info h2{
    background:url("img/tablehead_bg.gif");
    height:18px;
    white-space:nowrap;
    text-align:left;
    margin:0;
    padding: 2px 0px 0px 10px;
    font-size:14px;
    font-weight:Bold;
}
#orderfront_info ul{
    margin:5px;
    padding-left:15px;
    list-style:circle;
}
#orderfront_info ul li{
    padding:3px;
}
#orderfront_info table{
    width:100%;
    border-color:#efefef;
    border-style:solid;
}
#orderfront_info table th{
    font-weight:bold;
    text-align:left;
}
#orderfront_info p{
    margin-top:5px;
    margin-bottom:5px;
}

/* data entry form */
#entryform legend {
	display:none;
	}
#entryform fieldset {
	border:0px solid white;
	padding:0px 4px 10px 4px;
	width:auto;
	}
#entryform td.mandatory {
	width:16px;
	}
#entryform td.column1width {
	width:100px;
	}
#entryform fieldset p {
	margin:4px 0px 4px 0px;
	}
#entryform select {
	margin:0px;
	}
#entryform TABLE {
	width:100%;
	padding:0px;
	margin:0px;
	}
#entryform table.singlecolumn {
	width:80%;
	padding:0px;
	margin:0px;
	}
#entryform td.infotext {
	width:200px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	}
#entryform TD {
	padding:4px 2px 4px 2px;
	}
#entryform TH {
	padding:2px;
	text-align:left;
	font-weight:normal;
	}
#entryform textarea {
	width:90%;
	}
#entryform select.mylist {
	width:100%;
	}
#entryform td.mylist {
	width:40%;
	}
#entryform td.button {
	padding:0px 5px 0px 5px;
	}
#entryform div.specialbutton .button {
	width:70px;
	margin:10px;
	background:#666666;
	}
#entryform .left {
	float:left;
	width:49%;
	}
#entryform .right {
	float:right;
	width:49%;
	}
/* job specific */
#entryform .companyingress {
    height: 100px;
    min-height: 100px;
	}
#entryform .jobtextfield {
    height: 100px;
    min-height: 100px;
	}
/* invoice/payment page */
#entryform .payment TH {
	text-align:left;
	background:#CCCCCC;
	font-weight:bold;
	padding:2px;
	}
#entryform td.bottomline {
	border-bottom:1px solid #666666;
	font-weight:bold;
	text-align:right;
	}
#entryform td.price {
	text-align:right;
	}
/* pictureupload */
#upload h3 {
	font-size:12px;
	font-weight:bold;
	padding:4px;
	background:#CCCCCC;
	}
#upload h4 {
	font-size:12px;
	margin:0px 0px 0px 0px;
	}
#upload legend {
	display:none;
	}
#upload fieldset {
	border:0px solid white;
	padding:4px 4px 0px 4px;
	width:auto;
	}
#upload .fileform {
	margin:5px 0px 10px 0px;
	}
#upload .fileform360 {
	margin:10px 0px 20px 0px;
	}
#upload .fileform td.bold {
	width:130px;
	}
#upload .fileform360 td {
	padding:4px 10px 15px 4px;
	}
#upload .fileform .file {
	width:22em;
	}
#upload .fileform #imageTitle {
    width:22em;
}
#upload table.imagelist {
	width:100%;
	margin:0px 0px 10px 0px;
	}
#upload th {
	background:#CCCCCC;
	text-align:left;
	font-weight:bold;
	padding:4px;
	}
#upload tr.odd {
	background:#FFFFFF;
	}
#upload tr.even {
	background:#FFFFFF;
	}
#upload table.imagelist td {
	border-bottom:2px solid #EEEEEE;
	}
#upload .image {
	width:60px;
	}
#uploadtext1 p {
	margin:10px 0px 10px 50px;
	float:left;
	}
#uploadtext1 ul {
	float:left;
	margin:0px;
	padding:10px;
	}
#uploadtext1 ul.disc li {
	list-style:inside disc;
    }
#uploadtext ol.decimal {
	margin:0px;
	padding:0px;
	}
#uploadtext2 ol.decimal li {
	list-style:decimal;
	margin:0px;
	padding:2px;
	}
#uploadtext2 blockquote {
	margin:4px 0px 4px 20px;
	}
#uploadtext2 h4 {
	font-size:12px;
	margin:4px 0px 4px 0px;
	}
/* simple image upload  */
#upload .simplefileform {
	margin:10px 0px 10px 0px;
	}
#upload .simplefileform td {
	padding:4px 10px 0px 4px;
	}
#upload .simplefileform input.button {
	width:50%;
	margin-top:15px;
	}
#upload table.images TD {
	text-align:center;
	padding:4px 4px 4px 0px;
	}
 simple image upload  */
#upload .simplefileform {
	margin:10px 0px 10px 0px;
	}
#upload .simplefileform td {
	padding:4px 10px 0px 4px;
	}
#upload .simplefileform input.button {
	width:50%;
	margin-top:15px;
	}
#upload table.images TD {
	text-align:center;
	padding:4px 4px 4px 0px;
	}
 simple image upload  */
#upload .simplefileform {
	margin:10px 0px 10px 0px;
	}
#upload .simplefileform td {
	padding:4px 10px 0px 4px;
	}
#upload .simplefileform input.button {
	width:50%;
	margin-top:15px;
	}
#upload table.images TD {
	text-align:center;
	padding:4px 4px 4px 0px;
	}
 simple image upload  */
#upload .simplefileform {
	margin:10px 0px 10px 0px;
	}
#upload .simplefileform td {
	padding:4px 10px 0px 4px;
	}
#upload .simplefileform input.button {
	width:50%;
	margin-top:15px;
	}
#upload table.images TD {
	text-align:center;
	padding:4px 4px 4px 0px;
	}
/*advert preview */
td.preview {
	background:#FFFFFF;
	border:1px solid #666666;
	padding:8px;
	width:475px;
	}
td.preview-wide {
	background:#FFFFFF;
	border:1px solid #666666;
	padding:8px;
	width:600px;
	}
#advert h3 {
    margin: 16px 0px 2px 0px;
    padding:0px !important;
    font-size:12px;
	background:#FFFFFF !important;
    }
#content h4.warning {
	color:#FF0000;
	}
#advert h5 {
	font-weight:bold;
	}
/* advert buttons */
.buttonsleft, .buttonsright {
	margin:20px 0px 20px 0px;
	}
.buttonsleft {
	float:left;
	}
.buttonsright {
	float:right;
	}
/* paperad entry form */
#paperad td {
	vertical-align:top;
	padding:2px 6px 0px 2px;
	}
#paperad .left {
	float:left;
	}
#paperad .right {
	float:right;
	width:230px;
	}
#paperad table {
	margin-bottom:16px;
	}
/* BAP advert payment page */
#previewandpay {
	width:100%;
	}
#previewandpay dt, #previewandpay dd {
	margin:0px 0px 5px 0px;
	}
#previewandpay dt {
	font-weight:bold;
	}
#previewandpay dl {
	float:left;
	}
#previewandpay .preview {
	float:left;
	margin:18px 0px 0px 40px;
	}
#previewandpay td {
	padding:0px 0px 20px 0px;
	}
#previewandpay input {
	margin:0px 5px 0px 0px;
	}
#previewandpay img {
	margin:4px 0px 0px 0px;
	}
#previewandpay .eula {
	text-align:center;
	}
/*************************************
    banner ad positions
**************************************/
#tower {
    position:absolute;
    width:200px;
    z-index:1;
    left: 788px;
    top: 10px;
    }-index:1;
    left: 788px;
    top: 10px;
    }