
body {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 0.8em;
    line-height: 1.4em;
    color: #000;
    margin: 0;
    background-color: #D0E0FF;
}

#outer_wrapper {
	/* this is to "minimize" an IE bug related to background painting, but because it creates a gap below the footer, the same declaration is also added to #footer */
	width: 950px;
	margin: 0 -1px; /* new */
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: solid 1px #232452;
}

#header
{
	background:  #fff url(../images/protectmyhorse/headertree.jpg) repeat-x scroll top left;
	border-left: solid 1px #232452;
	border-right: solid 1px #232452;
	text-align: left;
	/* the above declaration creates an horizontal scroll bar in IE, this is to get rid of it */
	margin: 0 -1px;
	color: #fff;
	height: 145px;
}

#header h1 
{
	margin: 0;
	background: transparent url(../images/protectmyhorse/logo.png) no-repeat scroll center left;
	width: 360px;
	height: 80px;
	margin-left: 20px;
	padding-top: 20px;
	text-indent: -9999px;
}

#header h2
{
	display: none;
	visibility: hidden;
}

#header h1 a:link
{
	text-decoration: none;
}

/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:0;clear:both}

#main
{
	/*padding: 10px;*/
}

#header img,
img.logo
{
	margin: 5px;
	border: none;
}

#left
{
	float: left;
	width: 160px;
	display: inline;
	padding: 10px;
	min-height: 300px;
}

#left ul
{
	margin-left: 0;
	padding-left: 20px;
}

#left ul li
{
	padding-top: 3px;
}

h1
{
	font-size: 1.75em;
	line-height: 1.2em;
	color: #000;
}

h2
{
	font-size: 1.4em;
	line-height: 1em;
	color: #000;
}

h3
{
	font-size: 1.2em;
	line-height: 1em;
	color: #000;
}

h3.blue
{
	color: #232452;
}

h4
{
	font-size: 1em;
	line-height: 1em;
	color: #000;
}

h2.gradblue
{
	padding: 5px;
	color: #fff;
	background: transparent url(../images/grad_h_blue.png) repeat-y;	
}

p.approved,
span.approved
{
	margin-top: 0;
	margin-bottom: 0;
	color: #ccc;
	font-size: 0.75em;
}

p.red
{
	color: #f00;
}

a,
a:link,
a:visited
{
	color: #232452;
	text-decoration: underline;
}

a:hover
{
	color: #000;
}

#header a,
#header a:link,
#header a:visited
{
	color: #fff;
	text-decoration: underline;
}

#navr
{
	float: right;
	line-height: 31px;
	margin-top: 15px;
	margin-right: 15px;
}

#navl
{
	float: left;
	margin-top: 15px;
    margin-left: 15px;
}

#navl ul
{
    margin: 0;
    padding: 0;
    line-height: 31px;
    white-space: nowrap
}

#navl li
{
    list-style-type: none;
    display: inline;
    color: #fff;
}

#navl li a,
#navl li a:link,
#navl li a:visited
{
	color: #fff;
	font-weight: bold;
	font-size: 1em;
    text-decoration: none
}

#navl li a:hover
{
	color: #000;
}

div.normwrapper {
	margin: 5px;
	float: left;
	margin-bottom: 20px
}

div.productwrapper {
	margin: 5px;
	float: left;
	margin-bottom: 20px
}

div.productwrapper h2 {
	display: inline;
	padding: 3px 6px 0 6px;
	color: #fff;
	background-color: #232452;
	font-size: 1.25em;
}

div.productwrapper h2 a,
div.productwrapper h2 a:link,
div.productwrapper h2 a:visited
{
	color: #fff;
	text-decoration: none;
}

div.productwrapper img {
	xmargin: 5px;
}

div.productdesc {
	border: solid 1px #232452;
	padding: 10px;
	/*height: 175px*/
}

table.ic
{
	border: solid 1px #000;
	border-collapse: collapse;
	margin: 10px auto 10px auto;
	width: 100%;
}

table.ic td
{
	border: solid 1px #000;
	padding: 4px;
	text-align: center;
}

table.ic td.logo
{
	width: 125px;
}

table.ic td.btn
{
	width: 110px;
}

table.ic td a
{
	font-weight: bold;
}

table.ic td img
{
	border: none;
}

table.ic td.tick
{
	width: 100px;
	background: transparent url(../images/insuranceforcaravans/tick.png) no-repeat center center;
}

table.ic td.la
{
	text-align: left;
}


table.ic td ul
{
	clear: left;
	margin: 0;
	padding-left: 20px;	
}

table.ic td li
{
	font-size: 0.9em;
	/*line-height: 1.75em;*/
}

table.ic th
{
	border: solid 1px #000;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

#footer
{
	margin-top: 30px;
	clear: both;
	text-align: center	
}

#subfooter
{
	margin-top: 30px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
}


div.show 
{
	display: block;
	visibility: visible
}

div.hide 
{
	display: none;
	visibility: hidden
}

span.show
{
	display: inline;
	visibility: visible;
	text-decoration: none;
}

span.show a
{
	text-decoration: none;
}

span.hide 
{
	display: none;
	visibility: hidden
}

img.plusminus
{
	width: 9px;
	height: 9;
	border: none;	
}

tbody.show,
tbody.lowshow,
tbody.mediumshow,
tbody.highshow
{
	display: block; display: table-row-group;
}

tbody.hide,
tbody.lowhide,
tbody.mediumhide,
tbody.highhide
{
	display: none;
}

#tabs 
{
	width:100%;
	height: 36px;
	background: transparent;
	line-height:normal;
	border-bottom: solid 5px #999;
}

#tabs img { 
	border: none;
}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	padding:5px 15px 4px 6px;
	color:#FFF;
}

#tabs a.blue { background:url(../images/tabs/tableftblue.gif) no-repeat left top; }
#tabs a.red { background:url(../images/tabs/tableftred.gif) no-repeat left top; }
#tabs a.green { background:url(../images/tabs/tableftgreen.gif) no-repeat left top; }
#tabs a.grey { background:url(../images/tabs/tableftgrey.gif) no-repeat left top; }

#tabs a.blue span { background:url(../images/tabs/tabrightblue.gif) no-repeat right top; }
#tabs a.red span { background:url(../images/tabs/tabrightred.gif) no-repeat right top; }
#tabs a.green span { background:url(../images/tabs/tabrightgreen.gif) no-repeat right top; }
#tabs a.grey span { background:url(../images/tabs/tabrightgrey.gif) no-repeat right top; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
color:#FFF;
}

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#iccontent
{
	margin-left: 180px;
	padding: 10px 15px 10px 15px;
	border-top: none;
	border-left: solid 1px #232452;
}

#links
{
	text-align: center;
}

.helpdiv
{
	background-color: #FFC;
	display:none;
	width: 95%;
	border: 1px solid #000;
	margin: 5px 5px 5px 5px;
	padding: 3px 3px 3px 3px;
}	




/* news */

#right 
{
	float: right;
	width: 220px;
	margin: 10px;
	/* IE doubles the margins on floats, this takes care of the problem */
	display: inline;
}

#mainr
{
	padding: 10px;
	margin-right: 240px;
	/*clear: both;*/
}

div.panel1
{
	float: left;
	position: relative;
	margin: 0px 2px;
	width: 220px;
}

div.panel1top
{
	width: 210px;
	height: 17px;
	padding: 5px;
	background-color: #fff;
	background-image: url(../images/panel1_top_bl.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}

div.panel1bottom
{
	width: 220px;
	height: 15px;
	/*padding: 5px;*/
	background-color: #fff;
	background-image: url(../images/panel1_bottom_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}

div.panel1content
{
	width: 208px;
	border-left: solid 1px #D0E0FF;
	border-right: solid 1px #D0E0FF;
	padding: 5px;
}

div.panel1content p
{
	padding: 0 5px;
	margin: 0;
}

div.panel1top h1
{
	padding: 0 5px;
	color: #000;
	font-weight: bold;
	font-size: 1.35em;
	margin: 0;
	text-align: center;
}


a.print
{
	padding-left: 30px;
	background:url(../images/icon_print.png) left center no-repeat;
}

a.sendtofriend
{
	padding-left: 30px;
	background:url(../images/icon_sendtofriend.png) left center no-repeat;
}

a.rss
{
	padding-left: 20px;
	background:url(../images/icon_rss.png) left center no-repeat;
}

#articleactions
{
	text-align: center
}

#articleactions li
{
    list-style-type: none;
    display: inline;
    color: #aaa;
}

div#bookmark
{
	border: solid 1px #E7DCBF;
	padding: 5px;
}

#bookmark  ul
{
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 31px;
    white-space: nowrap
}

#bookmark li
{
    list-style-type: none;
    display: inline;
    color: #fff;
    margin-right: 5px;
}

#bookmark  ul
{
    margin: 0;
    padding: 0;
    color: #fff;
    white-space: nowrap
}

#bookmark li a,
#bookmark li a:link
{
    text-decoration: none;
}

#bookmark li img
{
    border: none;
    margin: 2px 2px 2px 2px;
}


div.article1wrapper
{
	margin: 10px;
	width: 480px;
	float: left;
}

div.indexpanelwrapper,
div.article2wrapper,
div.article3wrapper
{
	margin: 10px;
	width: 230px;
	float: left;
}


div.article1top
{
	float: left;
	clear: left;
	width: 476px;
	padding: 2px;
	background-color: #D0E0FF;
	background-image: url(../images/paneltop_bl_480.gif);
	background-repeat: no-repeat;
	text-align: center;
}


div.indexpaneltop,
div.article2top,
div.article3top
{
	float: left;
	clear: left;
	width: 220px;
	padding: 5px;
	background-color: #D0E0FF;
	background-image: url(../images/paneltop_bl_230.gif);
	background-repeat: no-repeat;
	text-align: center;
}

div.righttop h2,
div.indexpaneltop h2,
div.article1top h2,
div.article2top h2,
div.article3top h2
{
	margin: 5px;
}

div.righttop h3,
div.indexpaneltop h3,
div.article1top h3,
div.article2top h3,
div.article3top h3
{
	margin: 5px;
}

div.rightmain h3
{
	margin: 10px 5px;
}


div.indexpaneltop a,
div.article1top a,
div.article2top a,
div.article3top a
{
	text-decoration: none;
	color: #000;
}

div.indexpanelbot,
div.article2bot,
div.article3bot
{
	float:left;
	clear: left;
	width: 230px;
	height: 6px;
	background-color: #fff;
	background-image: url(../images/panelbot_bl_230.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

div.article1bot
{
	float:left;
	clear: left;
	width: 480px;
	height: 6px;
	background-color: #fff;
	background-image: url(../images/panelbot_bl_480.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.article1
{
	vertical-align: top;
	border-left: solid 1px #D0E0FF;
	border-right: solid 1px #D0E0FF;
	float: left;
	clear: left;
	width: 468px;
	padding: 5px;
}

div.indexpanel,
div.article2,
div.article3
{
	vertical-align: top;
	border-left: solid 1px #D0E0FF;
	border-right: solid 1px #D0E0FF;
	float: left;
	clear: left;
	width: 208px;
	padding: 10px;
}

div.rightmain p,
div.indexpanel p,
div.article1 p,
div.article2 p,
div.article3 p
{
	margin: 0
}


div.articlelist
{
	clear: left
}


div.rightmain ul,
div.article1 ul,
div.panel1 ul
{
	clear: left;
	margin-left: 0;
	padding-left: 20px;	
}

div.rightmain li,
div.article1 li,
div.panel1 li
{
	margin-top: 5px;
	font-size: 0.9em;
	line-height: 1.5em;
}

#sendtofriend
{
	margin: 10px;
}


/* poll */

div.poll
{
	margin: 10px;
	padding: 0;
	width: 150px;
	float: right;
	clear: right;
	border: solid 1px silver;
}

div.pollinner
{
	margin: 5px;
	padding: 5px;
}

div.pollsubmit
{
    text-align: center;
	font-size: 0.9em;
}

div.poll h3,
div.poll h4
{
	margin: 0;
	padding: 0;
	text-align: center;
}

div.poll h3
{
	padding: 4px;
	background-color: silver;
}

div.poll p
{
	margin: 5px;
	padding: 0;
}

#imgSafeguard,
#imgTowergate
{
	border: none;	
}

.xcontactform
{
	display: none;
	visibility: hidden;	
}


/* new 01/09 ex. 09/08 */

.ss
{
	border: solid 1px #ccc;
}

table.s2
{
	border: none;
	margin: 5px auto 5px auto;
	width: 730px;
}

table.s2 td
{
	border: none;
	/*border: solid 1px #ccc;*/
	padding: 5px;
}

table.s2 p
{
	margin-top: 0;
}

table.s2 td.btn
{
	width: 110px;
}

table.s2  td a
{
	font-weight: bold;
}

table.s2 h3
{
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px;
	color: #000;
	background: transparent url(../images/grad_h_green_500.png) repeat-y;	
}

.la
{
	text-align: left;
}

table.s2 ul
{
	margin-top: 3px;
}

table.s2 li
{
	list-style-image: url(../images/studentinsurancecover/tick15.png);
	list-style-position: left center;
}

.atitle
{
	background-color: #fff;
	margin: 0;
	padding: 0 3px 0 3px;
	color: #ccc;
	font-size: 10px;
	position: relative;
	top: -10px;
	right: -5px;
}

.atitle2
{
	background-color: #fff;
	margin: 0;
	padding: 0 3px 0 3px;
	color: #ccc;
	font-size: 10px;
	position: relative;
	top: 10px;
}

.aframe
{
	padding: 2px;
	border: solid 1px #ccc; 
}

.fpframe
{
	float: left;
	width: 340px;
	height: 265px;
	margin: 10px;
	padding: 2px;
	border: solid 1px #ccc;
	cursor:pointer;
	cursor:hand; 
}

/* front page stuff */

div.frontpage
{
	margin: 15px 0 15px 0;
	overflow: hidden;
}

div.frontpage div.panel1
{
	margin: 0px 10px;
}

div.frontpage div div.panel1content
{
	padding-top: 5px;
}

div.frontpage div div.panel1content div.button
{
	text-align: center;
}

div.frontpage div div.panel1top
{
	height: 36px;
	background-image: url(../images/panel1_topdouble_lightgr.gif);
	color: #fff;
}

div.panel1bottom
{
	background-image: url(../images/panel1_bottom_lightgr.gif);
}

div.panel1content
{
	width: 208px;
	border-left: solid 1px #c2e067;
	border-right: solid 1px #c2e067;
	padding: 5px;
}

/* new 01/09 */

.ss
{
	border: solid 1px #ccc;
}

.aframe table,
.fpframe table
{
	border: none;
	margin: 5px auto 5px auto;
	width: 100%;
}

.aframe table.wide,
.fpframe table.wide
{
	width: 720px;
}

.aframe table td,
.fpframe table td
{
	border: none;
	/*border: solid 1px #ccc;*/
	padding: 5px;
}

.aframe table p,
.fpframe table p
{
	margin-top: 0;
}

.aframe table td.btn,
.fpframe table td.btn
{
	width: 110px;
}

.aframe table  td a,
.fpframe table  td a
{
	font-weight: bold;
}

.aframe table h3,
.fpframe table h3
{
	font-size: medium;
	margin-top: 0;
	margin-bottom: 0;
	padding: 4px;
	color: #fff;
	background: transparent url(/images/grad_h_blue.png) repeat-y;	
}

.aframe table ul,
.fpframe table ul
{
	list-style: none;
	list-style-position: outside;
	margin-top: 3px;
	margin-left: 0;
	padding-left: 2em;
}


.aframe table li,
.fpframe table li
{
	line-height: 1.4em;
	margin-left: 0;
	padding-left: 0.5em;
	list-style-image: url(/images/insuranceforcaravans/tick15.png);
	list-style-position: left center;
}

.la 
{
	text-align: left;
}

.aframe
{
	padding: 5px;
	border: solid 1px #ccc; 
}



/* form stuff */

a.btnApply,
a.btnApply:link,
a.btnApply:visited
{
	border-top: solid 2px #999;
	border-left: solid 2px #999;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	background-color: #232452;
	color: #fff;
	padding: 3px 5px 3px 5px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 10px;
}

a.btnApply:hover
{
	border-bottom: solid 2px #999;
	border-right: solid 2px #999;
	border-top: solid 2px #000;
	border-left: solid 2px #000;
	color: #ddd;
	position: relative;
	top: 11px;
	left: 1px;
}


#innerform fieldset {
  /*clear: both;*/
  width: 680px;
  font-size: 100%;
  border: solid 1px #232452;
  padding: 20px;
  margin: 10px 0;
}

#innerform fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

#innerform label.lb1 {
  font-size: 100%;
}

#innerform label.lb1 u {
  font-style: normal;
  text-decoration: underline;
}

#innerform input, #innerform select, #innerform textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

#innerform textarea {
  overflow: auto;
}

#innerform div {
  clear: left;
  display: block;
  width: 674px;
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 3px;
}

#innerform fieldset div.notes {
  float: right;
  width: 208px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

#innerform fieldset div.notes h4 {
  background-image: url(/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}

#innerform fieldset div.notes p {
  margin: 0em 0em 1.2em 0em;
  color: #666666;
}

#innerform fieldset div.notes p.last {
  margin: 0em;
}

/*
#innerform div fieldset {
  clear: none;
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
  margin: 0 0 0 144px;
  padding: 0 5px 5px 5px;
  width: 247px;
}
*/

#innerform div label.lb1 {
  display: block;
  float: left;
  width: 180px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;
}

#innerform div label.narrow {
  width: 100px;
}

#innerform div.wide label.lb1 {
  width: 100%;
  padding: 0 20px;
  margin: 5px -10px;
  text-align: left;
  background-image: url(../images/bulletbl1.gif);
  background-repeat: no-repeat;
  background-position: left center;
}

#innerform div.wide label.arrow,
#innerform div div.wide label.arrow
{
  background-image: url(../images/arrowbl1.gif);
}

#innerform div.optional label.lb1, #innerform label.optional {
  font-weight: normal;
}

#innerform div.required label.lb1, #innerform label.required {
  font-weight: bold;
}

#innerform div label.labelCheckbox, #innerform div label.labelRadio {
  float: none;
  display: block;
  width: 200px;
  height: expression('1%');
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
}

#innerform div label.labelCheckbox, #innerform div label.labelRadio {
  margin: 0 0 5px 0;
  width: 170px;
}

/*
#innerform div img {
  border: 1px solid #000000;
}
*/

#innerform p.error {
  background-color: #ff0000;
  background-image: url(/images/icon_error.gif);
  background-repeat: no-repeat;
  background-position: 3px 3px;
  color: #ffffff;
  padding: 3px 3px 5px 27px;
  border: 1px solid #000000;
  margin: auto 100px;
}

#innerform div.error {
  background-color: #ffffe1;
  background-image: url(/images/required_bg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  color: #666666;
  border: 1px solid #ff0000;
}

#innerform div.error p.error {
  background-image: url(/images/icon_error.gif);
  background-position: top left;
  background-color: transparent;
  border-style: none;
  font-size: 88%;
  font-weight: bold;
  margin: 0 0 0 118px;
  width: 200px;
  color: #ff0000;
}

#innerform div textarea {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div textarea.textarea300 {
  width: 350px;
  height: 50px;
}


#innerform div input.inputText,
#innerform div input.inputPassword {
  width: 200px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

/* new */
#innerform div input.inputText50 {
  width: 50px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div input.inputText100 {
  width: 100px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div input.inputText350 {
  width: 350px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

#innerform div input.inputFile {
  width: 211px;
}

#innerform div select.selectOne, #innerform div select.selectMultiple {
  width: 211px;
  padding: 1px 3px;
}

#innerform div input.inputCheckbox, #innerform div input.inputRadio, #innerform input.inputCheckbox, #innerform input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

#innerform div.submit {
  width: 214px;
  padding: 0;
}

#innerform div.submit div {
  display: inline;
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}

#innerform div input.inputSubmit, #innerform div input.inputButton, #innerform input.inputSubmit, #innerform input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}

#innerform div.submit div input.inputSubmit, #innerform div.submit div input.inputButton {
  float: right;
  margin: 0 0 0 5px;
}

#innerform div small {
  display: block;
  margin: 0 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;
  height: expression('1%');
}


#innerform fieldset.noborder {
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#innerform fieldset.noborder div.wide label.lb1 {
  background: none;
}


img.mfield
{
	width: 13px;
	height: 11px;
}

a.formbc
{
	color: #000;
	text-decoration: none;
}

a.formbc:hover
{
	background-color: #fff;
}

a.selected
{
	font-weight: bold;
}

/* form borders */


div.formborderwrapper
{
	margin: 10px;
	width: 480px;
	float: left;
}

div.formbordertop
{
	float: left;
	clear: left;
	width: 476px;
	padding: 2px;
	background-color: #D0E0FF;
	background-image: url(../images/paneltop_bl_480.gif);
	background-repeat: no-repeat;
	text-align: center;
}


div.formbordertop h2
{
	margin: 5px;
}

div.formbordertop h3
{
	margin: 5px;
}


div.formbordertop a
{
	text-decoration: none;
	color: #000;
}


div.formborderbot
{
	float:left;
	clear: left;
	width: 480px;
	height: 6px;
	background-color: #fff;
	background-image: url(../images/panelbot_bl_480.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.formborder
{
	vertical-align: top;
	border-left: solid 1px #D0E0FF;
	border-right: solid 1px #D0E0FF;
	float: left;
	clear: left;
	width: 468px;
	padding: 5px;
}


div.formborder p
{
	margin: 0
}

#drpOccupation
{
	width: 206px;
}

#innerform div input.btnblue
{
	margin: 2px;
	background-color: #232452;
	color: #fff;
	font-weight: bold;
}

/* end form stuff */

.phnum
{
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: #232452;
}

p.small
{
	font-size: 0.9em;
	line-height: 1.25em;
}

div.requestquote
{
	overflow: visible;
}

#divCrumbTrail
{
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	vertical-align: middle;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat; 
}


/* balloontips */

.balloonstyle{
    position:absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: #D0E0FF;
    width: 650px;
    text-align: left;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
    z-index: 99;
    position:absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}


a.qmark:link,
a.qmark:visited
{
	line-height: 1.5em;
	text-align: center;
	margin: 2px;
	padding: 2px 6px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../images/protectmyhorse/qmark-blue.png) no-repeat scroll center center;
}

/* new for postcoding */


a.btnApplySm,
a.btnApplySm:link,
a.btnApplySm:visited
{
	padding: 3px 4px;
	font-size: 100%;
	top: 0;
}

#innerform div select.select350 {
  width: 350px;
  padding: 1px 3px;
  margin: 0 0 0 0;
}

