/*FORMS*/

form p{
	margin:0;
	padding:0 0 2px 0;
}

form p label{
	float:left;
	text-align: left;
	border: 0px;
	font-weight: bold;
	width:90px;
}
form p label.main{
	width: 80px;
	float: left;
}
form p label.radio{
	float:none;
}
.error{
	color:#a40016;
	font-weight:bold;
}
input, textarea{
	font-family:"Arial";
	width:175px;
	border:1px solid #bfbfbf;
}
input.sml{
	width:75px;
}
input.radio{
	width:15px;
	border:0;
}
textarea{
	height:75px;
	width:255px;
}
textarea.sml{
	height:75px;
	width:175px;
}
input.button{
	width:100px;
}



/* PROPOSAL FORMS */

.group{
	display:block;
	clear:both;
	width:640px;
	margin:20px 0 0 0;
}
.group input{
	width:150px;
}
.group .label{
	float:left;
	width:130px;
	font-weight:bold;
	font-size:110%;
}
.group .detail{
	float:right;
	width:500px;
}
.group .detail p{
	clear:both;
	padding:0 0 10px 0;
}
.group .detail ol{
	padding-bottom:10px;
}
.group .detail p input{
	margin-right:20px;
}
.group .detail p.inline{
	clear:none;
	float:left;
}
.group .detail p label{
	line-height:22px;
}
.group .detail p label.small{
	width:40px;
}
.group .detail p.large input, .group .detail p.large textarea{
	width:362px;
}

.group .detail p.long_label label{
	width:393px;
	font-weight:normal;
}
.group .detail p.long_label input{
	width:59px;
}
.group .detail input.radio{
	width:15px;
}

#previewSig{
	padding-left:90px;
}
.numbered_item{
	position:relative;
	padding-left:20px;
}
.numbered_item span{
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
}
.numbered_item ol{
	list-style:lower-alpha;
}


form table{
	border-top:1px solid #bfbfbf;
	border-left:1px solid #bfbfbf;
}
form table.table2{
	border-top:0;
}
form table td{
	padding:5px;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
}
form table td#form_cover_schemes{
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}
form table tr#test_error td{
	background-color:#f8dbdb;
}
form table td.strong_title{
	background-color:#DADADA;
	font-weight:bold;
}
form table td.weak_title{
	background-color:#EFEFEF;
	font-weight:bold;
}
form table td.center{
	text-align:center;
}



#basicModalHolder{
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	border: 1px solid #bfbfbf;
	display:none;
}
#modalClose{
	position:absolute;
	top:-10px;
	right:-10px;
	float:left;
	text-indent:-100px;
	overflow:hidden;
	width:30px;
	height:30px;
	background-image:url('../images/fancy_closebox.png');
	background-position:0 0;
	background-repeat:no-repeat;
}
#basicModalContent{
	background-color:#FFFFFF;
	border:0;
}
.sig_preview{
	position:relative;
	left:35px;
}
.sig_preview img{
	border:0;
}



/* DIRECT DEBIT MANDATE */

div.heading h3{
	float:left;
	font-size:24px;
	color:#FF0000;
}
div.heading img{
	float:right;
}
div.intro{
	clear:both;
}
div.box{
	border:1px solid #BFBFBF;
	padding:10px 10px;
}
div.dd_group{
	clear:both;
}
div.dd_group p{
	float:left;
}
div.dd_group p.note{
	float:none;
	display:block;
	clear:both;
	padding:10px 10px 5px 10px;
}
div.dd_group label{
	width:auto;
	min-width:50px;
	padding:0 5px 0 10px;
	white-space:nowrap;
}
div.highlight_box{
	margin:10px 0 0 0;
	padding:5px 10px;
	background-color:#BFBFBF;
}

div.dd_instructions table, div.dd_instructions table td{
	border:0;
	vertical-align:top;
}
div.dd_instructions{
	margin:20px 0 0 0;
}
div.dd_instructions .header p{
	float:left;
}
div.dd_instructions h3{
	color:#000000;
	font-size:20px;
}
div.dd_instructions .header h3{
	display:inline;
	float:left;
	clear:none;
	width:360px;
	text-align:center;
}
div.dd_instructions .header p.right{
	float:right;
}
div.dd_instructions .dd_group p{
	clear:both;
	padding:0 5px 5px 0;
}
div.dd_instructions .dd_group p label{
	padding:0;
}
div.dd_instructions .box h4{
	margin:0;
	padding:10px 0 0 0;
	font-size:14px;
}
div.dd_instructions .hiscox_use p{
	float:left;
	clear:none;
	width:auto;
}

div.dd_instructions .hiscox_use p label{
	float:left;
	text-align:right;
}
div.dd_instructions p.small{
	font-size:90%;
	line-height:120%;
}
div.dd_group #previewSig{
	padding-left:35px;
}
div.dd_instructions .box input, div.dd_instructions .box textarea{
	width:275px;
}
div.dd_instructions .box input.radio{
	width:15px;
}

#bank_instructions{
    border:0;
}
