/* PERM LINK ORDER FORM STYLES - POTENTIAL FOR ALL FORMS */
.aicForms .w30{
	width: 30px;
}
.aicForms .w90{
	width: 90px;
}
.aicForms .w125{
	width: 125px;
}
.aicForms .w130{
	width: 130px;
}
.aicForms .w150{
	width: 150px;
}
.aicForms .h50{
	height: 50px;
}
.aicForms .vam{
	vertical-align: middle; 
}
.aicForms .fwb{
	font-weight: bold; 
}
.aicForms .fs16{
	font-size: 16px; 
}
.aicForms .b1sb{
	border: 1px solid #000; 
}
.aicForms .b1dg{
	border: 1px dashed #aaa;
}
.aicForms .bgcg{
	background: #EEE;
}
.aicForms .tal{
	text-align: left;
}
.aicForms .tac{
	text-align: center;
}
.aicForms .tar{
	text-align: right;
}
.aicForms .taj{
	text-align: justify;
}
.aicForms .pt5{
	padding-top: 5px;
}
.aicForms .pt30{
	padding-top: 30px;
}
.aicForms .pb30{
	padding-bottom: 30px;
}
.aicForms .pr5{
	padding-right: 5px;
}
.aicForms .pr10{
	padding-right: 10px;
}
.aicForms .pb5{
	padding-bottom: 5px;
}
.aicForms .pl5{
	padding-left: 5px;
}
.aicForms .mt5{
	margin-top: 5px;
}
.aicForms .mr5{
	margin-right: 5px;
}
.aicForms .mb5{
	margin-bottom: 5px;
}
.aicForms .ml5{
	margin-left: 5px;
}
.aicForms .db{
	display: block;
}
.aicForms .fl{
	float: left;
}
.aicForms .red{
	color: rgb(204, 0, 0);
}
.aicForms label,input{
	display: block;
	float: left;
	margin-bottom: 10px;
}
.aicForms span{
	display: block;
	float: left;
}
.aicForms .tac{
	text-align: center;
}
.aicForms label{
	width: 101px;
	text-align: right;
	padding-right: 10px;
}
.aicForms .wA{
	width: auto;
}

.aicForms input.hidden{
	border: 0px;
	display: inline;
	float: none;
}

.aicForms input{
	border: solid 1px #7F9DB9;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
.aicForms{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}


.aicForms select{
	border: solid 1px #7F9DB9;
}
.aicForms option{
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
.aicForms textarea{
	border: solid 1px #7F9DB9;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	width: 300px;
	height: 100px;
}

.aicForms br {
	clear: both;
}
.aicForms legend{
	padding: 5px;
	color: #0046DC;
}
.aicForms fieldset{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #D0D0BF;
}

.aicButtons{
	text-align: right;
	padding-top: 10px;
}
.aicButtons input{
	display: inline;
	float: none;
	background: url("/img/tlb_submit_btn.gif");
	height: 26px;
	width: 120px;
	border: none;
	font-size: 12px;
}
.cancel *{
	display: inline;
	float: none;
	vertical-align: top;
}
.aicForms .cancelv2 *{
	display: inline;
	float: none;
	vertical-align: top;
}
.aicForms .link_details_btns{ 
	text-align: right;
	width:413px; 
	font-size: 10px;
}
.aicForms .dotLine {
	color:#999;
	border-top:1px dashed #ccc;
	clear:both;
	margin: 10px 0px 10px 0px; 
}
.aicForms .aicStatusImg{ 
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	display: inline-block;
	float: left;
	padding: 0px 12px;
}
.aicForms .aicRequired{
	background-image: url(/img/icons/required.gif);
}
.aicForms .aicEditing{
	background-image: url(/img/icons/editing.gif);
}
.aicForms .aicValid{
	background-image: url(/img/icons/validated.gif);
}
.aicForms .aicInvalid{
	background-image: url(/img/icons/required_invalid.gif);
}
.hidden{
	border: 0px;
	display: inline;
	float: none;
}