/* ----------------T11 Media Limited ----------------*/
/* ----------------Input Class----------------*/
table.input{
	border-style: none;
	border-collapse: separate;
	width: 80%;
}
table.input2{
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	border-collapse: separate;
	width: 90%;
}
table.pad{
	width: 99%;
	border: none;
	border-collapse: collapse;
	border-width: 3px;
}
/*----------------Validation Information----------------*/
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	width: 100%;
}
.textlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
}
span.validate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FF0000;
	font-size: 75%;
}
/*----------------Table Cells----------------*/

td.titleform{
	text-align : right;
	vertical-align : top;
	width: 25%;
	white-space: nowrap;
}
td.text{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 8px;
}
td.moreinfo{
	text-align: left;
	vertical-align: top;
	width: 2%;
	white-space: nowrap;
}
td.validate{
	text-align: left;
	vertical-align: top;
	width: 25%;
	white-space: nowrap;
}
td.titlelabel{
	text-align : right;
	vertical-align : middle;
	width: 10%;
	white-space: nowrap;
}
td.threebuttons{
	width: 33%;
	padding: 2px;
	vertical-align: middle;
}
.errortext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
}

/*----------------Box Cells----------------*/
td.boxltl{
	background: url(/images/tables/layerbox/tl.gif);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	height: 8px;
	width: 8px;
}
td.boxlt{
	background: url(/images/tables/layerbox/t.gif);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: repeat-x;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	height: 8px;
}
td.boxltr{
	background: url(/images/tables/layerbox/tr.gif);
	background-attachment: scroll;
	background-position: bottom;
	background-repeat: no-repeat;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	height: 8px;
	width: 8px;
}
td.boxlml{
	background: url(/images/tables/layerbox/l.gif);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	width: 8px;
}
td.boxlm{
	background-color: #E9E9E9;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	vertical-align: top;
}
td.boxlmr{
	background: url(/images/tables/layerbox/r.gif);
	background-attachment: scroll;
	background-position: top;
	background-repeat: repeat-y;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	width: 8px;
}
td.boxlbl{
	background: url(/images/tables/layerbox/bl.gif);
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	height: 8px;
	width: 8px;
}
td.boxlb{
	background: url(/images/tables/layerbox/b.gif);
	background-attachment: scroll;
	background-position: top, left;
	background-repeat: repeat-x;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	height: 8px;
}
td.boxlbr{
	background: url(/images/tables/layerbox/br.gif);
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	border: none;
	border-width: 0px;
	margin: 0;
	padding: 0px;
	height: 8px;
	width: 8px;
}

