    /*--------------------------------------------------------------------------

Basic Style Sheet

version:		1.0
author:		Mike Gregson
email:		mike.g@idaho.uk.net
website:	http://cap.preview.itcuk.net

*** last modify date:	30/10/2006 ( Mike G ) ***

--------------------------------------------------------------------------*/

/* Structure 

	=Global
	=Typography
	=Headings
	=Links
	=LayoutStructure
		- header
        - map
        - nav
        - calendar
		- centreContent
        - searchForm
        - paging
		- footer
	=header
	=pNav
	=centreContent
        - forms
	=sContent	
	=footer
    =Helper Classes
    =Effects


/* =Global 
--------------------------------------------------------------------------*/

*
{
	margin: 0;
	padding: 0;
}

fieldset { border: 0; }

legend { display: none; }

body {
   font-family: Arial, Verdana, Sans-Serif;
   font-size: 62.5%;
   overflow: -moz-scrollbars-vertical;
   background: #7A7A7A;
   color: #535353;
}


/* =Links
--------------------------------------------------------------------------*/

a { text-decoration: none; }

a img { border: 0; }

/* =Typography
--------------------------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 { font-family: Arial; }

h1
{
    font-size: 1.7em;
    margin: 0;
    padding: 0;
}

h2
{
    font-size: 1.4em;
    padding: 0;

}

h3
{
    font-size: 1.2em;
    margin: 0 1px 6px 1px;
    padding: 0;
}

h4
{
    font-size: 1.1em;
    margin: 0 2px 6px 2px;
    padding: 0;
}

h5
{
    font-size: 1em;
}

/* =Headings
--------------------------------------------------------------------------*/


/* =LayoutStructure
--------------------------------------------------------------------------*/

#content
{
    float:left;
    background: #ffffff;
    width: 759px;
    /*margin: 0 auto;*/
    position:relative;
    left: 50%;
    margin-left: -379px;
    padding-bottom: 10px;
}

#container
{
    width: 100%;
    font-size: 1.10em;
    float: left;
    background-image: url(../Images/body_bg.gif);
}

.right_col
{
    float: right;
   /* background: pink;*/
    margin-right: 18px;
    display:inline;
}

.left_col
{
    float: left;
    /*background: green*/
}

.relative
{
    position: relative;
}

.min_height200
{
    min-height: 150px;
}

.content_div_left
{
    margin-left: 18px;
    margin-bottom: 10px;
    position: relative;
}

.content_div_left_alt
{

    margin-left: 18px;
    margin-bottom: 10px;
    position: relative;
}

.content_div_right
{
    margin-left: 11px;
    margin-bottom: 10px;
    position: relative;
    /*margin-right: 18px;*/
}

.content_div_left .header, .content_div_right .header
{
    /* height: 26px; */
    width: 100%;
}

.content_div_left_alt .header
{
   /* height: 26px; */
    width: 100%;
}

.content_div_left .content, .content_div_right .content
{
    width: 100%;
    padding-top: 2px;
    padding-bottom: 6px;
}

.content_div_left_alt .content
{
    width: 100%;
    height: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* =header
--------------------------------------------------------------------------*/


#banner h1 {
    text-indent: -9999px;
    width: 800px;
    height: 120px;
}

/* =map
--------------------------------------------------------------------------*/

#map
{
	margin: 0 0 14px 16px;
	clear: both;
	width: 395px; 
	float: left;
}

/* =nav
--------------------------------------------------------------------------*/

#navigation
{
    background: #ffffff;
    width: 759px;
    position:relative;
    left: 50%;
    margin-left: -379px;
    padding-top: 4px;
}

#nav
{

    list-style: none;
    font-weight: bolder;
    font-size: 1.2em;
    font-family: Century Gothic, Arial;
    display: block;
    padding: 0 0 0 22px;
}

#nav li 
{
    margin: 0 0 0 0;
    display: inline;
    float: left;
    padding: 3px 2px 3px 2px;
}

#nav li a
{
	display: block;
}

/* =breadcrumb
--------------------------------------------------------------------------*/
#breadcrumb {
    margin:0 24px; margin-bottom: 10px;
    padding-top: 2px;
}

#breadcrumb a {
    color: #535353;
    text-decoration: underline;
}

#breadcrumb a:hover {
    text-decoration: none;
}

/* =freeform
--------------------------------------------------------------------------*/

.freeform p { margin: 0 2px 6px 2px; }

.freeform ol {
    margin-left: 26px;
    margin-bottom: 6px;
    }
    
.freeform ul {
    margin-left: 26px;
    margin-bottom: 6px;
   }

/* =calendar
--------------------------------------------------------------------------*/

#event_calendar
{
    position: relative;
    margin-right: 5px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0;
}

#event_calendar2
{
    position: relative;
    margin-right: 20px;
    margin-left: 26px;
    text-align: center;
    top: -28px;
}

#event_calendar h4, #event_calendar2 h4
{
    padding: 0px 10px 5px 5px;
    font-family: Century Gothic, Arial;
    color: #ffffff;
}

#event_calendar2 h4
{
    padding-top: 3px;
}

.calendarMonthSelector h4
{
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: 1em;
}

#event_calendar div.calendarWeekday, #event_calendar2 div.calendarWeekday
{
    font-weight: bolder;
    padding: 2px 3px;
    text-decoration: none;
}

#event_calendar div.calendarDay0, #event_calendar2 div.calendarDay0
{
    font-weight: bolder;
    padding: 2px 3px;
    text-decoration: none;
}

#event_calendar a, #event_calendar2 a
{
    color: green;
    font-weight: bolder;
    padding: 2px 3px;
    text-decoration: none;
}

#event_calendar a.calendar_arrow, #event_calendar2 a.calendar_arrow
{
    padding: 0;
    margin: 0;
    border-style: none;
}

#event_calendar .arrow_left, #event_calendar2 .arrow_left {
    position: absolute; top: 4px; left: 0;
    display:block; width: 13px; height: 12px;
}

#event_calendar .arrow_right, #event_calendar2 .arrow_right  {
    position: absolute; top: 4px; right: 0;
    display:block; width: 13px; height: 12px;
}

#event_calendar2 .arrow_left {
    top: 6px; 
}

#event_calendar2 .arrow_right  {
    top: 6px; 
}


#event p {
    margin:0;
}

#event h5 {
    font-size: 1em;
}

.event_info {
    margin-bottom: 10px;
}

.content_div_left .content .event_info h4 {
    margin: 0px;
    padding:0;
}

#event .text-only p{
    padding-left:0;
}

.calendar .header {
    height: 26px;
}


/* =centreContent
--------------------------------------------------------------------------*/

#careersTubeVideo
{
    float:left;
    margin-left: 11px;
}

#latest_event
{
    float: left; width: 65%;
   /* min-height: 125px; */ 
    height: 11.5em;

}

#latest_event h4
{
    padding-bottom: 0px;
    font-size: 1em;
}

#latest_event a, #latest_event h4
{
     text-decoration: none;
     cursor: hand;
     display: block
}

#latest_event div
{
    float: left;
}



#content .arrow 
{
    margin-right: 2px;
    margin-left: 7px;
}

#content .arrow a
{
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    text-decoration: underline;
}

#content .arrow a:hover
{
    text-decoration: none;
}


.content_div_left .content p, .content_div_right .content p, .content_div_left_alt .content p
{
   padding: 0 0px 8px 0;
   margin: 0 7px;
} 

.content_div_left .content h1, .content_div_right .content h1, .content_div_left .content h2, .content_div_right .content h2, .content_div_left .content h3, .content_div_right 
.content h3, .content_div_left .content h4, .content_div_right .content h4, .content_div_left_alt .content h1,  .content_div_left_alt .content h2,  .content_div_left_alt .content h3,  
.content_div_left_alt .content h4
{
    padding: 0 0 5px 7px;
}


#custom_options img
{
    padding: 0 11px;
}

a img
{
    
    border-style: none;
}

.thumbnail
{
    margin: 0px 0 0px 4px; 
    padding: 0;
    float: left;
    width: 64px;
}

.header h2
{
    padding: 3px 0 5px 7px;
    font-family: Century Gothic, Arial;
    font-weight: bolder;
    color: #ffffff;
}

.header h2 a
{
    color: #ffffff;
}

.image
{
    float: left; margin-right:6px; margin-bottom: 6px;
}

#event {
    padding-top: 4px;
    padding-left: 8px;
}

#message {
    padding-top: 4px;
}

#message img{
    margin:0 2px; margin-bottom: 6px;
}

#important_msg a
{
    color: #ffffff;
    font-family: Century Gothic, Arial;
    font-size: 1.2em;
}

.message_tr
{
    background: url(../Images/message_tr.gif) 100% 0 no-repeat;
}

.message_br
{
    background: url(../Images/message_br.gif) 100% 100% no-repeat;
}

.message_tl
{
    background: url(../Images/message_tl.gif) 0 0 no-repeat;
}

.message_bl
{
    background: url(../Images/message_bl.gif) 0 100% no-repeat;
}

/*---- document downloads and In This Section ---------------- */

#documents ul, #subPageListing ul {
    margin-left: 20px;
    margin-top: 5px;
}

#documents p {
    padding:0;
     color: #535353;
}

#documents li, #subPageListing li {
    padding:0;
    margin-bottom: 5px;
}

#documents li a, #subPageListing a {
    font-weight: bold;
    color: #535353;
}

.lozDocs .header h2 {
    width: 86px;
    height: 26px;
}

.lozSection .header h2 {
    width: 104px;
    height: 26px;
}


/* =searchForm
--------------------------------------------------------------------------*/


#searchForm {
    padding-bottom: 20px;
}

#searchForm .formFieldText
{
    width: 140px;
    font-size: .9em;
    height: 14px;
    margin-left: 7px;
}

#searchForm .customDistance
{
    font-size: .9em;
    width: 162px;
   display: block;
    margin-top: 4px;
}

#searchForm .postcodeSearch 
{
	float: left;
    clear:both;
    padding: 5px 0;
    margin: 0 8px 10px 8px;
    width: 382px;
}

#searchForm .postcodeSearch .customDistance {
    width: 148px;
    margin-left: 6px;
}

#searchForm .postcodeSearch #postcode {
      width: 150px;
    margin-left: 6px;
}


#searchForm .formFieldDropDown
{
    width: 140px;
    font-size: .9em;
    margin-left: 7px;
    margin-bottom: 10px;
}

#searchForm .customLabel
{
    margin-top: 3px;
  /*  float: left;*/
    font-weight: lighter;    
}

#searchForm .customLabel strong 
{
    font-weight:bold;
}


.customDiv
{
    clear: both;
    margin-bottom: 10px;
}


#searchForm label
{
    margin-left: 7px;
    margin-bottom: 5px;
        margin-top: 3px;
   /*float: left;
   clear:left;*/
    font-weight: lighter;    
    display: block;
}


#searchForm .postcode, #searchForm .district {
   
}

#searchForm p.error, #searchForm label.error {
    color: Red;
}

#searchForm label.error {
    font-weight: bold;
}

#searchForm input.error {
    border: 2px solid Red;
}

#searchForm .postcode {
    margin-top: 0px;
}

#searchForm .distance {
    margin-bottom: 0px;
}

/*---[ search box on homepage]---------*/

.lozSearchHome #searchForm .left {
    width:140px;
    float:left;
    margin-right: 6px;
    margin-left: 4px;
        clear:none;

}

.lozSearchHome #searchForm .right {
    float:left;
    width:140px;
    clear:none;
}

.lozSearchHome #searchForm div {
   /*clear:none;*/
}

.lozSearchHome #searchForm .postcodeSearch {
    margin-left: 12px; margin-right: 12px;
}

.lozSearchHome #searchForm .formFieldDropDown, .lozSearchHome #searchForm .customDistance{
    width: 140px;
}

.lozSearchHome #searchForm .formFieldText {
    width: 135px;
}

.lozSearchHome #searchForm .postcodeSearch .left {
    width:133px;
    margin-left: 0px;
}

.lozSearchHome #searchForm .postcodeSearch .right {
    width:125px;
}

.lozSearchHome #searchForm .postcodeSearch .customDistance {
    width: 133px;
    margin-left: 6px;
}

.lozSearchHome #searchForm .postcodeSearch #postcode {
      width: 80px;
    margin-left: 6px;
}


.lozSearchHome #searchForm .postcodeSearch {
    width: 284px;
}


/* =results
-------------------------------------------------------------------------*/

p.nearer { margin: 6px 0 8px 10px; }

.search-results .results h2 {
    border-bottom-width: 1px; border-bottom-style: solid;
    padding-bottom: 3px; padding-top: 1px; padding-left:0;
    margin: 12px 10px 8px 10px;
    font-family: Century Gothic, Arial;
    color: #2C3B90;
    border-color: #2C3B90;
}

.search-results  .top h2 {
    margin-top: 0px;
}

.search-results .results h3 {
    margin: 0 0 2px 7px;
    font-family:Century Gothic, Arial;
    text-indent: 3px;
    color: #2C3B90;
}

.search-results .results ul {
    list-style-type: none;
    margin-left: 25px;
}

.search-results .results ul {
    margin-bottom: 3px;
}

.search-results ul li {
    margin-bottom: 5px;
}

.search-results .results ul li a {
    padding-right: 15px;
    font-weight: bold;
    color: #9A3334;
}

.search-results .results ul li a:visited, #a-to-z-results a:visited { color: #6b7bd2; }

.search-results .results ul li p {
    padding:0;
    margin: 0;
}

.no-results {
    margin: 20px;
}

/* =forms
--------------------------------------------------------------------------*/

#contactUsForm
{
	margin: 10px 0 0 10px; 
	width: 712px;
}

#contactUsForm .formFieldCaption label
{
    font-weight: bolder;
}

#contactUsForm .formFieldCaption
{       
    margin: 5px 6px 0 0;
}

#contactUsForm .formFieldTextArea, #contactUsForm .formFieldText
{
	margin: 5px 0 0 0;
	padding: 2px;
	display: block;    
    width: 240px;
    font-family: Arial;
    font-size: 100%;
    font-weight: normal;
}

#contactUsForm .lozengeImgButton {
/*
    border:0pt none;
    cursor:pointer;
    height:24px;
    width:181px;
    bottom:0pt;
    position:absolute;
    right:0pt;
    text-indent:-9999px;*/
}

/* =paging
--------------------------------------------------------------------------*/

#pageSizeSelector
{
    width: 49%;
    float:right;
    text-align:right;
}

#pageSizeSelector p
{
    font-weight: bold;
}

#resultCount 
{
	margin-top: 5px;
    width: 49%;
    float:left;
}

.pagingControls {
    margin: 0px 10px 5px 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 6px 0 6px 0;
    width: 702px;
}

#searchCriteria {
    margin: 10px 8px;
}

.content #resultCount p {
    padding:5px 0 0 0; margin-left: 2px;
    font-weight: bold;
}

#pageSelector {
    border-top-style: solid;
    border-top-width: 1px;
    margin: 3px 8px;
    padding: 9px 0 7px 0;
    text-align: center;
}

#pageSelector a {
    text-decoration: underline;
    color: #535353;
}

#pageSelector .objectsPageOn {
    font-weight: bold;
}

#pageSizeSelector input, #pageSizeSelector select { vertical-align: middle; }

/* =footer
--------------------------------------------------------------------------*/

#footer
{
    color: #ffffff;
    font-size: 1.1em;
    width: 761px;
    padding: 7px 0;
    clear:both;
    position:relative;
    left: 50%;
    margin-left: -379.5px;

}

#footer a
{
    text-decoration: underline;
}

#footer a:hover
{
    text-decoration: none;
}

#idaho
{
    float: right;
    width: 600px;
}

#idaho p
{
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

#idaho a
{
    color: #ffffff;
}

.idaho-logo img {
    position: relative;
    bottom: -2px;
}

.idaho-logo img {
border:0;
}

#back_to_intro
{
    margin-top: 4px;
    float: left;
}

#back_to_intro a {
    color: #ffffff;
    background: url(../Images/l_arrow_greybg.gif) center left no-repeat;
    padding-left: 15px;
}

#back_to_intro a:hover {
    background: url(../Images/l_arrow_greybg_on.gif) center left no-repeat;
}

#customise
{
    width: 600px;
    float: right
}

#customise p
{
    font-weight: bolder;
    margin-top: 5px;
    float:right;
}

#custom_options
{
    float:right;
}

/*
--------------------------------------------------------------------*/

#case_study
{
}

#case_study h4 {
    font-family: Century Gothic, Arial;
    font-weight: bold;
    font-size: 1.2em;
    padding-bottom: 2px;
}

#case_study .thumbnail {
    margin: 0px 5px 0 11px; 
    padding-bottom: 8px;
    position: relative;
    top: 3px;
    }
    
 .casestudy .text img, .casestudy .text-only img {
    margin: 0px;
 }

/*  important message
--------------------------------------------------------------------*/

#important_msg
{
    clear: both;
    margin-left: 18px;
    margin-right: 18px;
    min-height: 42px;
    text-align: center;
}

#important_msg p
{
     padding: 14px;
}

#important_msg a {
    color: #ffffff;
    font-family: Century Gothic, Arial;
    font-size: 1.2em;
    font-weight: bold;
}

.message_tr
{
    width: 726px;
    height: 100%;
}

.message_br
{
    width: 726px;
    height: 100%;
}

.message_tl
{
    width: 726px;
    height: 100%;
}

.message_bl
{
    width: 726px;
    height: 100%;
}


#top
{
    width: 100%;
}

#banner
{
    margin: 0 auto;
    height: 117px;
    width: 800px;
}

#message {
}


/* =helper classes
--------------------------------------------------------------------------*/

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
   content: ".";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0;
}

.pkg { display: inline-block; }

.clear { clear:both }

/* =headers
--------------------------------------------------------- */

#casestudy
{
    margin: 0 0 5px 11px; float: left;
}

.loz .header h2 {
   text-indent: -9999px;
   padding: 0px;
    height: 26px;
   
}

.loz .lozengeButton, .loz .lozengeImgButton, .lozComments .lozengeImgButton, #searchform .lozengeImgButton
{
   position: absolute;
    bottom: 0;
    right: 0;
    text-indent: -9999px;
}

.lozComments .content {
    padding-bottom: 25px;
}

.loz .lozengePaddingForButton
{
    padding-bottom: 25px;  
}

.lozWelcome .header h2 {
    height: 26px;
    width: 75px;
    clear: left;
}

.lozSearch .header h2 {
    height: 26px;
    width: 59px;
}

.lozLatestEvent .header h2 {
    height: 26px;
    width: 90px;
}

.lozCaseStudies .lozengeButton {
    height: 25px;
    width: 198px;
        display:block;

}

.lozCaseStudies .content {
    padding-top: 6px;
}

.lozQuestion .lozengeButton {
    height: 24px;
    width: 91px;
}

#searchForm .lozengeImgButton {
    height: 24px;
    width: 110px;
    border:0;
    cursor:pointer;
    }
    
 .lozComments .lozengeImgButton {
    height: 24px;
    width: 181px;
    border:0;
    cursor:pointer;
    }
    
    

.lozComments .header h2 {
    height: 26px;
    width: 87px;
}

.randomObjects {
    margin-top: 5px;
}

/* Aaron's Stuff - Courses A-Z */

.clearme { clear: both; }

#courses-az
{
	margin: 10px 17px 20px 16px;
	border: solid 2px #9A3334;
	border-top: none;
}

#search-form
{
	margin: 5px 0 14px 16px;	
	width: 499px;	
	border: solid 2px #9A3334;
	border-top: none;
}

#search-form h2 { margin: 0 0 0 0; }

.single-block { margin: 10px 0 0 0; }
.three-block { }

.frmcategory select
{
	width: 480px !important;
}

.frmlevel, .frmdistrict, .frmkeyword { float: left; width: 165px; } 


.frmwithin { float: left; width: 165px; }
.frmpostcode { margin-right: 20px; float: right; width: 165px; }

#submitform { margin: 15px 10px 0 0; float: right; }

.welcome { margin: 10px 17px 20px 16px; border: solid 2px #9A3334; border-top: none; clear: left;}

.welcome .freeform { margin: 10px; }

.comments { margin: 10px 0 14px 16px; width: 722px; border: solid 2px #9A3334; border-top: none; }

.submit-comments { margin: 10px 0 0 0; float: right; }

.search-results 
{
	margin: 10px 0 14px 16px;	
	width: 722px;	
	border: solid 2px #9A3334;
	border-top: none;
}

.large-search { width: 722px !important; }

.formErrors
{
	margin: 0 3px 0 0;		
}

.formErrors p { font-weight: bold; }
.formErrors ul { margin: 10px 30px; }

/* End of Aaron */

/* =AtoZ */

#a-to-z-title
{
	margin-bottom: 0;
}

#a-to-z
{
	margin-left: 11px;
	width: 695px;
	text-align: center;
}

#a-to-z li
{
	padding-right: 2px;
	float: left;
	list-style-type: none;
	color: #929292;
	font-weight: bold;
	font-size: 0.75em;
	width: 19px;
}

#a-to-z li.last
{
	padding-right: 0;
}

#a-to-z li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#a-to-z li a:hover, #a-to-z li a.active
{
	color: #26ACE5;
}

#a-to-z li a:hover
{
	text-decoration: underline;
}

#a-to-z-results
{
	margin: 0 12px 20px 12px;
	padding-top: 15px;
	clear: left;
	list-style-type: none;
	width: 538px;
}

#a-to-z-results li
{
    margin-bottom:5px;
}

#a-to-z-results li a
{
    background:transparent url(../Images/1/r_arrow_whitebg.gif) no-repeat scroll right center;
    color:#9A3334;
    font-weight:bold;
    padding-right:15px;
}

#a-to-z-results li a:hover
{
    background:transparent url(../Images/1/r_arrow_whitebg_on.gif) no-repeat scroll right center;
}


/*** Danny - Forms ***/


.sameline { float: left; clear: both; }
.sameline ol { margin: 0 10px; }
.sameline li { padding: 6px 6px 6px 0; float: left; margin: 3px 0; list-style-type: none; width: 220px; }

.clear li { clear: left !important; margin: 0; }
fieldset.clear { float: none; }

.wbl-download label, .sameline label, .differentline label { clear: left; float: left; font-weight: bold; width: 200px; font-size: 1.08em; }
#email, #password, #username, #oldpassword, #newpassword, #newpasswordConfirm
{
	border-color: #DBDFE6;
	border-width: 1px;
	border-style: solid;  
	width: 200px;
	padding: 3px; 
	font-size: 1em; 
	margin: 6px 0;
	border-top-color: #ABADB3;
}
.requiredfield { margin: 10px; margin-bottom: 2px; }
.form_buttons { margin: 28px 0 20px 0; }
.form_buttons input#nextbtn { width: 78px;  }

a.forgotten_link  { color: #535353; margin: 0 5px 0 31px; text-decoration: underline; }
a.signout  { color: #535353; margin: 0 0 0 5px; text-decoration: underline; }
a:hover.forgotten_link, a:hover.signout  { text-decoration: none; }
#form_form, #formPage0 { width: 698px; border: 1px solid #fff; /* sorts FF */ }

.formerror { width: 688px; background-color: #EFDDDD; margin: 10px 10px 0 10px; color: #9A3336; padding: 6px; }
.formerror h3 {font-size: 1.08em; font-weight: bold; text-transform: uppercase; }
.formerror li { list-style-position: inside; padding: 2px; }

.standard { margin: 10px 17px 10px 16px; border: solid 2px #9A3334; border-top: none; }

.standard .freeform { margin: 10px; }

fieldset.wbl-download { margin: 10px; font-size: 1em; color: #757575; }
.wbl-download li { list-style-type: none; }

#wbl_downloads { width: 315px; background: #EFF1FD; padding: 10px; clear: left; float: left; margin: 7px 0 0 0;}
#wbl_downloads label { font-weight: normal; clear: left !important; }


#wbl_downloads ol { float: left; }
#wbl_downloads ol, #wbl_downloads ol li { width: 300px }
#wbl_downloads ol li { clear: left; float: left; margin: 3px 0;}
#wbl_downloads ol li label { float: left; width: 300px; color: #545452; }


#wbl_downloads ul { margin: 7px 0 0 15px; }
#wbl_downloads ul, #wbl_downloads ul li { float: left; width: 140px; }
#wbl_downloads ul li label { float: left; width: 100px; display: block; color: #545452; }
#wbl_downloads ul li input, #wbl_downloads ol li input { float: left; margin-right: 3px; }

#wbl_downloads ul li { margin: 4px 0; }

.wbl-download label { width: 300px; }

.form_buttons_download { width: 200px; margin: 0 0 10px 243px; }
.form_buttons_password { width: 200px; margin: 0 0 10px 140px; }