/*========================
Cascading Style Sheets
for cafe2u.com.au

by Robert Stanley
Cornerstone Technologies
www.cstech.net.au
=========================*/
@import url("buttons.css");
/*@import url("../modulestylesheets.css");*/

/*====General====*/
html {overflow:scroll;overflow-y:scroll;overflow-x:hidden;overflow:-moz-scrollbars-vertical;}
body {background:#DDD8D3 url(../images/body.png) left top repeat-x;color:#666;
font-family:Arial, Verdana, Helvetica, sans-serif;font-size:12px;margin:0px -310px 0px 0px;padding:0px;}

h1, .h1 {margin:0px 0px 15px;padding:0px;color:#F00;font-size:22px;font-weight:normal;}

body#home h1 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:24px;color:#999;}
.ukhomeh2 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:16px;color:#F00;margin:0px 0px 6px;padding:0px;}
.homeh2 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:16px;color:#F00;margin:0px 0px 10px;padding:0px;}
body#home ul li {color:#666;} body#home ul {padding:0px 0px 19px}
body#home .info ul {padding:0px 0px 10px} body#home .info ul li {padding:0px 0px 15px;}

h2,  {margin:0px -53px -53px 0px;padding:0px 53px 68px 0px;color:#F00;font-size:18px;font-weight:normal;width:100%;background:url(../images/heading_tab.png) right top no-repeat;clear:both;}
.h2{display:block;}
h3, .h3 {margin:0px 0px 15px;padding:0px;color:#999;font-size:16px;font-weight:normal;}
h4, .h4 {margin:0px 0px 15px;padding:0px;color:#666;font-size:14px;font-weight:bold;}
h5, .h5 {margin:0px 0px 15px;padding:0px;color:#F00;font-size:13px;font-weight:bold;}
h6, .h6 {margin:0px 0px 15px;padding:0px;color:#666;font-size:13px;font-weight:bold;}
p, .p {margin:0px 0px 15px;padding:0px;color:#666;font-size:12px;font-weight:normal;}

.hide{
	display:none;
}
.clear{
	clear:both;
}
.wForm form .oneField.hide{
	display:none;
}

.wForm form .twoCol {
	display:block;
margin-bottom:0.75em;
padding:2px 0;
float:left;
width:50%;
}

body#map h2 {font-size:14px;}

/*blockquote {margin:0px;padding:0;}*/
blockquote{
	color:#000;
	font-style:italic
}
cite{
	color:#000;
	display:block;
	margin:10px 0 10px 0
}
table {border-collapse:collapse;}
th, tr, td {vertical-align:inherit;}

table.media td, body#map table td, body#home table td {vertical-align:top;}
table.news td {vertical-align:top;padding:5px;}

/*====Link Classes====*/
a {color:#F00;text-decoration:none;cursor:pointer;} a:hover {color:#666;text-decoration:none;cursor:pointer;}
a img, a img:hover, map area, map area:hover {border:none;}
a img:hover {filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7;}
.expander, .expander:hover, .expanded, .expanded:hover {display:block;background:#F00;color:#FFF;text-decoration:none;cursor:pointer;float:left;clear:both;width:425px;margin:0px 0px 10px;padding:5px;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;} .expander:hover {background:#666;color:#FFF;} .expanded, .expanded:hover {background:#666;color:#FFF;}
h4 a, .h4 a, h4 a:hover, .h4 a:hover {color:#666;text-decoration:none;} h4 a:hover, .h4 a:hover {color:#F00;}
#infoBoxes a {color:#433C31;} #infoBoxes a:hover {color:#F00;}
a.more {color:#F00;text-decoration:underline;} a.more:hover {color:#433C31;text-decoration:none;}
.newsList a {text-decoration:underline;} .newsList a:hover {text-decoration:none;}
.newsLink a {text-decoration:none;} .newsLink a:hover {text-decoration:underline;}

/*====List Classes====*/
ul {display:block;margin:0px 0px 0px 14px;padding:0px 0px 10px;text-decoration:none;
list-style:outside url(../images/list.png);}
ul ul {padding-left:15px;} ul ul ul {padding-left:30px;}
ol {display:block;margin:0px 0px 0px 0px;padding:0px 0px 5px;text-decoration:none;}
li {margin:0px 0px 0px;padding:0px 0px 5px;} ul.newsList li {margin:0px 0px 0px;padding:0px 0px 15px;}

/*====Size Classes====*/
.p8 {font-size:8px;} .p9 {font-size:9px;} .p10px {font-size:10px;} .p11 {font-size:11px;} .p12 {font-size:12px;}
.p14 {font-size:14px;} .p16 {font-size:16px;} .p18 {font-size:18px;} .p20px {font-size:20px;} .p22 {font-size:22px;}
.p24 {font-size:24px;}

/*====Color Classes====*/
.grey{color:#666;}.blue{color:#3CF;}.blue2{color:#09F;}.blue3{color:#369;}
.red{color:#F00;}.black{color:#000;}.white{color:#FFF;}

/*====Misc Classes====*/
img, a img {border:0px;}
.imgRight {float:right;margin:0px 0px 10px 10px;}
.imgLeft {float:left;margin:0px 10px 10px 0px;}
.clear {clear:both;} .space {line-height:20px;}
.noBG {background:none;}

/*====MAIN CLASSES====*/
#wrapper {display:block;background:#DDD8D3 url(../images/wrapper.png) center top repeat-y;clear:both;
width:1331px;height:auto;margin:0px auto;padding:0px;}

#container {display:block;margin:0px auto;padding:0px 351px 0px 20px; position:relative;
background:/*url(../images/container.png) center top no-repeat*/inherit;width:960px;height:auto;clear:both;}
/*body#map #container, body#internal #container {background:url(../images/container_map.png) center top no-repeat;}*/

/*====Top====*/
#top {display:block;position:relative;width:920px;height:15px;margin:0px;padding:3px 20px;float:left;clear:both;font-size:11px;color:#630;text-align:right;}

/*====Banner====*/
#banner, #bannerUK, #bannerUS {display:block;position:relative;width:960px;height:87px;margin:0px;padding:0px;background:url(../images/banner.jpg) no-repeat;float:left;clear:both;} body#map #banner, body#internal #banner {background:url(../images/banner_map.png) no-repeat;} #bannerUK {background:url(../images/bannerUK.jpg) no-repeat;} #bannerUS{background:url(../images/bannerUS.jpg) no-repeat;}
#logo {display:block;width:210px;height:87px;background:url(../images/logo.png) no-repeat;float:left;}
#logo a {display:block;width:210px;height:87px;text-decoration:none;background:url(../images/logo.png) no-repeat;} 
#logo a span {visibility:hidden;}
#search {display:block;position:absolute;top:47px;left:594px;width:231px;height:19px;background:#FFF;display:none}
#CountrySwitcher{
	display:block;
	position:absolute;
	top:70px;
	left:714px;
	width:238px;
	color:#fff;
	font:bold 11px Verdana, Geneva, sans-serif;
	height:57px;
	/*z-index:10*/
}
#CountrySwitcher #CountrySwitcherControl{
	float:right;
	height:19px;
	margin:-2px -2px 0 0;
	overflow:hidden;
	position:relative;
	clear:both;
	/*z-index:10*/
}
#CountrySwitcher span{
	background:#fff;
	clear:left;
	color:#433C31;
	cursor:pointer;
	display:block;
	float:left;
	font:11px Verdana, Geneva, sans-serif;
	padding:3px;
	width:100px
}
#CountrySwitcher button{
	background:url(../images/bg-dropdown.jpg) left top no-repeat;
	border:none;
	cursor:pointer;
	display:block;
	float:right;
	height:19px;
	outline:none;
	width:19px;
}
#CountrySwitcher button:hover{
	background-position:bottom
}
#fpZone {display:block;position:absolute;top:47px;left:590px;width:74px;height:19px;}


/*====Content====*/
#content {display:block;position:relative;width:935px;min-height:500px;margin:0px;padding:23px 12px 10px 13px;float:left;clear:both;background:#FAFAFA;} body#home #content {width:735px;min-height:450px;margin:0px 0px -46px;padding:30px 15px 30px 210px;
background:url(../images/home/content_home.png) no-repeat;}
body.UKHome #content{
	background-image:url(../images/home/content_home_uk.png)!important
}
body.USHome #content{
	background-image:url(../images/home/content_home_us.png)!important
}


/*====Information====*/
#info {display:block;margin:0px;padding:0px;width:960px;height:auto;float:left;clear:both;}

/*====Center====*/
#center {display:block;float:left;width:495px;height:auto;margin:0px 4px 0px 5px;padding:0px;}
body#home #center {display:block;float:left;width:470px;height:420px;padding:20px 30px 10px 20px;margin:0px;}
body#main #center, body#map #center {display:block;float:left;width:715px;height:auto;margin:0px 4px 0px 0px;}
body#internal #center {display:block;float:left;width:930px;height:auto;margin:0px auto;float:none;padding:0px;}

/*====Sections====*/
/*left-right sides*/
.side {display:block;margin:0px;padding:0px;width:215px;height:auto;float:left;
/*background:url(../images/sideBG.png) repeat-y;*/} body#home .side {height:457px;margin:-7px 0px 0px;}
.side img {margin:0px 0px 5px;float:left;clear:both;}
.side h4 img {margin:0px;float:none;clear:none;} .side h4 {margin:0px 0px 10px;text-transform:uppercase;}
.side .top, .side .bottom {display:block;width:215px;height:10px;float:left;clear:both;
background:url(../images/side_top.png) no-repeat;}
.side .bottom {background:url(../images/side_bottom.png) no-repeat;}
.side .info {
	display:block;
	width:175px;
	margin:0px;
	padding:10px 20px;
	float:left;
	clear:both;
	position:relative;
	z-index:100;
	*padding-bottom:9px!important;
	*padding-top:0!important;
}

/*middle*/
.middle {display:block;margin:0px 0px 10px 0px;padding:0px;width:495px;height:auto;float:left;}
.middle .top, .middle .bottom {display:block;width:495px;height:10px;float:left;clear:both;
background:url(../images/middle_top.png) no-repeat;}
.middle .bottom {background:url(../images/middle_bottom.png) no-repeat;}
.middle .info {display:block;width:435px;/*min-height:400px;*/padding:20px 30px;float:left;clear:both;
background:url(../images/middleBG.png) repeat-y;}

/*center main*/
.centerMain {display:block;margin:0px 0px 10px 0px;padding:0px;width:930px;height:auto;float:left;}
.centerMain .top, .centerMain .bottom {display:block;width:930px;height:10px;float:left;clear:both;
background:url(../images/centerMain_top.png) no-repeat;}
.centerMain .bottom {background:url(../images/centerMain_bottom.png) no-repeat;}
.centerMain .info {display:block;width:870px;min-height:200px;padding:20px 30px;float:left;clear:both;
background:url(../images/centerMainBG.png) repeat-y;}

/*side search-find*/
.search_find {display:block;width:170px;/*height:101px;*/margin:0px;padding:88px 24px 0px 20px;
background:url(../images/search_find.png) no-repeat;float:left;clear:both; /*height:223px;*/ height:130px}
.search_find span.unsure{
	clear:both;
	display:block;
	margin:73px 0 0 2px;
	*clear:none;
	*margin:148px 0 0 2px;
}
.info span.unsure{
	display:block;
	margin:3px 0 0 0;
	*margin:-4px 0 0 0
}
/*left*/
.left {display:block;margin:0px 0px 10px;padding:0px;width:715px;height:auto;float:left;}
.left .top, .left .bottom {display:block;width:715px;height:10px;float:left;clear:both;
background:url(../images/left_top.png) no-repeat;}
.left .bottom {background:url(../images/left_bottom.png) no-repeat;}
.left .info {display:block;width:655px;/*min-height:400px;*/padding:20px 30px;float:left;clear:both;
background:url(../images/leftBG.png) repeat-y;}

/*====Footer====*/
#footer {display:block;position:relative;background:url(../images/footer.png) no-repeat;width:820px;/*height:73px;*/margin:0px;/*padding:53px 140px 0px 0px;*/clear:both;font-family:Verdana; height:81px; padding:45px 140px 0px 0px} 
#footer p {font-size:11px;font-weight:bold;color:#FFF;text-align:right;margin:0px 0px 5px;padding:0px;}
#footer a, #footer a:hover {color:#FC9;text-decoration:none;} #footer a:hover {color:#FC9;text-decoration:underline;}
/*footer background image link
#footer a, #footer a:hover {display:block;position:absolute;top:70px;left:712px;width:109px;height:14px;text-decoration:none;} #footer a:hover {border-bottom:2px solid #FC9;} #footer a span {visibility:hidden;}*/

/*====Bottom Boxes====*/
#infoBoxes {display:block;width:960px;margin:0px;padding:0px;font-family:Verdana;float:left;clear:both;color:#433C31;}
#infoBoxes table.boxes {display:block;width:958px;margin:0px auto;padding:0px;font-size:11px;border-top:1px solid #C4C5C5;}
#infoBoxes th {width:240px;color:#FFF;font-size:12px;font-weight:bold;text-transform:uppercase;text-align:left;}
#infoBoxes th div.heading {background:url(../images/boxes_headingBG.png) top repeat-x;border-top:1px solid #FFF;}
#infoBoxes th div.heading, #infoBoxes td div.info {padding:5px 5px 5px 10px;*width:222px;} 
#infoBoxes div.suburb {padding:5px 0 0;}
#infoBoxes div.suburb form {margin:0px;padding:0px;}
#infoBoxes div.suburb span {display:block; margin: 3px 0 0 0;}
#infoBoxes div.suburb span a{text-decoration:underline}
#infoBoxes .separator {width:3px;margin:0px;padding:0px;background:url(../images/separator.png) center top repeat-y;}
#infoBoxes .bottom {height:20px;background:url(../images/boxes_bottom.png) center top no-repeat;}
#infoBoxes ul {padding:5px 0 10px;}#infoBoxes ul ul {padding:5px 0 0 15px;} #infoBoxes ul ul ul {padding:5px 0 0 30px;}

/*====Bottom====*/
#bottom {display:block;background:url(../images/bottom.png) no-repeat;
width:1331px;height:30px;margin:0px;padding:0px;float:left;clear:both;}

/*====Button Classes====*/
input {/*border:0px;height:24px;text-indent:-9999px;*//*cursor:pointer;*/}
input:hover {/*filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7;background:#FFFFFF;cursor:pointer;*/}

a.bookBtn, a.bookBtn2 {display:block;width:190px;height:36px;margin:0px;padding:7px 5px;color:#FFF;font-size:15px;text-align:center;text-decoration:none;background:url(../images/bookBtn.png) no-repeat;}
a.bookBtn2 {height:20px;padding:15px 5px;font-weight:bold;text-transform:uppercase;}
.bookBtn span {font-size:12px;}

/*search*/
input.search {background:none;border:0px;width:152px;height:13px;margin:0px;padding:3px 5px;font-size:10px;
vertical-align:top;float:left;}
input.searchBtn {background:url(../images/search.png) no-repeat;border:none;width:69px;height:19px;text-indent:-9999px;float:right;}

/*search find*/
input.search_find {background:none;width:160px;height:14px;margin:0px 0px 10px;padding:5px;
vertical-align:bottom;border:0px;float:left;clear:both;text-align:center;color:#333;}
input.searchBtn_find {background:url(../images/searchBtn_find.png) no-repeat;border:none;width:171px;height:34px;text-indent:-9999px;float:left;clear:both;}

/*info boxes*/
input.find {background:none;width:89px;height:13px;margin:0px 1px 0px 0px;padding:1px 3px;font-size:10px;
vertical-align:bottom;border:1px solid #AA9D88;}
input.go {background:url(../images/go.png) no-repeat;border:none;width:26px;height:17px;vertical-align:bottom;
text-indent:-9999px;} input.go:hover, input.searchBtn_find:hover, input.searchBtn:hover, a.bookBtn:hover, a.bookBtn2:hover
{filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;-khtml-opacity:0.7;cursor:pointer;}

/*====System Classes====*/
.system-message {background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;}
.system-error-message {background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;}
.none {display:none;visibility:hidden;}

/*====Partner Info Pages====*/
#GoogleMapSearch h1{
	color:#666;
	font:bold 24px Verdana, Geneva, sans-serif;
	margin:0;
}
#GoogleMapSearch h2{
	background:none;
	color:#999;
	font:18px Verdana, Geneva, sans-serif
}
#GoogleMapSearch table{
	border:#f1f1f1 1px solid;
	color:#333;
	font:12px Verdana, Geneva, sans-serif;
	margin:0 auto 25px auto;
	/*padding:2px;*/
	padding:0px;
	width:432px;
}.mapContact table tr td {vertical-align:top;}
#GoogleMapSearch #franchisee-questionnaire{
	border:none;
	padding:0;
}
#GoogleMapSearch #franchisee-questionnaire .Question {width:160px;}
#GoogleMapSearch #franchisee-questionnaire .Question p {
	color:#999;
	font:bold 12px Verdana, Geneva, sans-serif!important;
	width:140px;
	padding:0 20px 0 0
}


/*Partners Phone Numbers (replacement)*/
#phoneNumber {display:block;width:194px;height:91px;margin:0px;padding:24px 0px 0px 21px;float:left;clear:both;
background:url(../images/side/call_img.png) 0px 0px no-repeat;}
#phoneNumber p {display:block;font:bold 15px Tahoma;text-align:left;color:#000;margin:0px;padding:0px;float:left;clear:both;
width:auto;height:18px;background:url(../images/phoneNumberBG.png) 0px 0px repeat-x;}


/*====Map====*/
#country {display:block;width:960px;height:485px;margin:0px;padding:0px;float:left;clear:both;
background:url(../images/map.png) no-repeat;position:relative;font:11px Verdana;color:#990000;}
#country h1 {font-size:14px;font-weight:bold;margin:0px;padding:0px;color:#F00;}
#country h2 {font-size:12px;font-weight:bold;margin:0px;padding:0px;color:#990000;background:none;}
#country a {color:#990000;text-decoration:underline;}#country a:hover {color:#990000;text-decoration:none;}

#country .close {display:block;width:50px;height:20px;margin:0px;padding:0px;position:absolute;}
#country #ausInfo .close, #country #safricaInfo .close, #country #nzInfo .close,
#country #samericaInfo .close {top:8px;right:8px;}
#country #usaInfo .close, #country #canadaInfo .close,
#country #ukInfo .close, #country #spainInfo .close, #country .nordicInfo .close {top:31px;right:8px;}

#ausInfo, #nzInfo, #safricaInfo, #samericaInfo {width:262px;height:154px;margin:0px;padding:25px;position:absolute;top:140px;left:500px;background:url(../images/countryInfo4BG.png) no-repeat;z-index:100;}
#ausInfo {left:504px;}
#nzInfo {top:205px;left:610px;background:url(../images/countryInfo4BG.png) no-repeat;}
#safricaInfo {top:170px;left:493px;background:url(../images/countryInfoBG.png) no-repeat;}
#samericaInfo {top:110px;left:290px;background:url(../images/countryInfoBG.png) no-repeat;}

#usaInfo, #canadaInfo, #ukInfo, #spainInfo, .nordicInfo {width:262px;height:154px;margin:0px;padding:50px 25px 10px;position:absolute;top:215px;left:175px;background:url(../images/countryInfo2BG.png) no-repeat;z-index:100;}
#canadaInfo {top:125px;left:145px;background:url(../images/countryInfo2BG.png) no-repeat;}
#ukInfo {top:155px;left:417px;background:url(../images/countryInfo2BG.png) no-repeat;}
#spainInfo {top:199px;left:412px;background:url(../images/countryInfo2BG.png) no-repeat;}
.nordicInfo {top:135px;left:457px;background:url(../images/countryInfo2BG.png) no-repeat;}


/* FPZone Downloads */
#downloads{
	margin:0 auto;
}
#downloads thead th{
	background:#f00;
	color:#fff;
	font-size:14px;
	padding:5px;
	text-align:center;
	vertical-align:top
}
#downloads #categorycol{
	min-width:111px
}
#downloads #documentcol{
	min-width:325px
}
#downloads #filesizecol{
	width:57px
}
#downloads #downloadcol{
	width:79px
}
#downloads tbody th, #downloads tbody td{
	text-align:left;
	padding:2px 5px;
	vertical-align:top
}
#downloads .highlighted th, #downloads .highlighted td{
	background:#DDD8D3
}
#downloads img{
	display:block;
	margin:0 auto
}
#downloads .HoverRow td{
	background:#E1C797
}

/* Links */
#links{
	margin:0 auto;
}
#links thead th{
	background:#f00;
	color:#fff;
	font-size:14px;
	padding:5px;
	text-align:left;
	vertical-align:top
}
#links tbody th, #links tbody td{
	text-align:left;
	padding:2px 5px;
	vertical-align:top
}

/* Territory Maps */
#territorymaps{
	margin:0 auto;
}
#territorymaps th{
	background:#f00;
	color:#fff;
	font-size:14px;
	padding:5px;
	text-align:center;
	vertical-align:top
}
#territorymaps th a{
	color:#fff;
}
#territorymaps tbody td{
	text-align:left;
	padding:2px 5px;
	vertical-align:top;
	width:50%
}
#territorymaps tbody td img{
	display:block;
	margin:0 auto
}
.Highlight{
	color:#f00;
}

/* Suppliers */
.AnchorNav{
	list-style:none;
	margin:0 0 50px 0;
}
.AnchorNav li{
	display:block;
	float:left;
}
.AnchorNav li a{
	padding:0 20px 0 0
}
.info ol{
	margin:0 0 0 18px
}
.supplier-image{
	margin-bottom:-200px
}
hr{
	background:#E1C797;
	border:0;
	color:#E1C797;
	height:2px;
	margin:35px 0
}

/* UK Link Table */
.LinkTable th{
	color:#FF0000;
	padding-top:25px;
	text-align:left
}
.LinkTable td{
	padding-right:25px
}

/* Operator List */
.OperatorList{
	margin-top:-25px;
	width:100%
}
.OperatorList th{
	padding:25px 0 15px 0;
	text-align:left
}
.OperatorList th, .OperatorList td{
	vertical-align:top
}

/*FP Zone Login Details*/
.login {display:block;width:auto;float:right;}

/* Announcement Details */
.announcement-details hr{
	clear:both;
}
.announcement-details h2{
	background:none;
}
.announcement-details img{
	float:right;
	margin:0 0 25px 25px;
	clear:right;
	max-width:435px;
}
.announcement-details img.noFloat {
	float:none;
	margin:0 0 0px 0px;
	clear:none;
	max-width:435px;
}

/* Testimonials */
.testimonials li{
	margin-bottom:15px
}

/* Media */
.media td{
	padding-bottom:15px
}


/* UK Franchisee Form */
 #UKFranchiseeForm{
 	margin:25px 0 0 0
 }
 #UKFranchiseeForm label{
	display:block;
	float:left;
	width:66px;
	text-align:right;
	margin:5px 10px 5px 0;
	clear:both;
 }
  #UKFranchiseeForm input, #UKFranchiseeForm textarea{
	margin:5px 10px;
	display:block;
	float:left;
	width:200px;
  }
  #UKFranchiseeForm .submitButton{
	  margin-left:86px;
	  width:auto
  }
  body .AUFranchiseeForm{
	  width:60%;
	  margin:0;
	  padding:10px 20px 20px 0
  }
  body .AUFranchiseeForm input{
  	width:97.5%
  }
  body .AUFranchiseeForm .submitButton{
	  width:auto
  }
  body .AUFranchiseeForm .oneField{
	  margin:0 0 5px 0;
  }
  
.RequiredError{
	border:#E60000 1px solid;
}
#awards{
margin:0;
}
#awards, #awards li{
list-style:inside none;
}
#awards h3{
	margin:0 0 5px 0;
}
.formIntro{
	color:#FF0000;
	font-weight:normal;
	font-size:18px;
	margin:0 0 30px 0;
}
.award{
	display:block
}
.AUFranchiseeForm .wForm form .tickthis{
	overflow:auto
}
.AUFranchiseeForm .wForm form .tickthis input{
	width:12px;
	float:left
}
.AUFranchiseeForm .wForm form .tickthis label{
	width:227px;
	float:left;
	margin:0 0 0 5px;
}
.AUFranchiseeForm .wForm form .tickthis .oneChoice{
	float:left
}
.AUFranchiseeForm .wForm form .tickthis .postField{
	display:none
}

/* US Form */
.usForm .wForm td{
	padding:0 4px 14px
}

/* Shout a Mate CTA */
.shout .side > a img{
	display:block;
	margin-top:-6px;
	*margin-top:-4px;
	
}
.shout .side > a:first-child img{
	margin-top:0;
}

/* BC Form */
.form > div{
	margin:0 0 15px;
}
.form > div.submit{
	margin:0 0 0 135px;
	
}
.form > div > label{
	font-size:12px;
	display:block;
	float:left;
	width:125px;
	margin:5px 10px 0 0;
}
.form .cat_textbox{
	width:200px;
	padding:4px 3px;
	border:
}
.form > div.submit input{
	padding:4px 15px;
	font-weight:bold;
}
.form .req{
	color:#FE0000
}
