.tb_form {
    width:190px;
	line-height:15px;
	height:15px;
	background: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	border:none;
	font-size: 11px;
	margin:3px 0px 15px 0px;
	padding: 5px 5px 3px 5px;
	color: #333333;
}

.tl_form {
    width:190px;
	line-height:15px;
	height:15px;
	background: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	border:none;
	font-size: 11px;
	padding: 5px 5px 3px 5px;
	color: #333333;
}

.tl_form_4 {
    width:80px;
	line-height:15px;
	height:15px;
	background: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	border:none;
	font-size: 11px;
	padding: 7px 5px 3px 5px;
	color: #333333;
	text-transform:uppercase;
}


.tl_form_pwd {
    width:190px;
	line-height:15px;
	height:15px;
	background: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	border:none;
	font-size: 18px;
	padding: 5px 5px 3px 5px;
	color:#333333;
}
	
.tl_p {
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:12px;
	padding:0px 50px 0px 0px;
	text-align:left;
	font-weight:normal;
}

.tl_r {
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:11px;
	padding:5px 0px 0px 0px;
	text-align:left;
	font-weight:normal;
}
.tl_right {
	font-family:Helvetica, Arial, sans-serif;
	color:#000000;
	font-size:11px;
	padding:5px 0px 0px 0px;
	text-align:right;
	font-weight:normal;
}

#line_top {
	border-top:#CCC solid 1px;
	padding: 5px 0px 0px 0px;
	}

#line_bottom {
	border-bottom:#CCC solid 1px;
	padding: 0px 0px 5px 0px;
	}
	
#line_bottom_a {
	border-bottom:#CCC solid 1px;
	padding: 0px 0px 0px 0px;
	margin-top:10px;
	}

#form_fix {
	margin: 3px 0px 3px 0px;
	}
	
.required {
	color:#63AC3C;
	}
	
/*------------------ BUTTON --------------- */	
	
.cssbutton{
	background-image:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/btnSkin.gif);
	background-repeat:repeat-x;
	border: 1px #CCC outset;
	margin: 0px 0px 0px 0px;
	height:20px;
	padding: 1px 7px 2px 7px;
	color:#666366;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
}
/* IE6 Only */
* html .cssbutton{
	background-image:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/btnSkin.gif);
	background-repeat:repeat-x;
	border: 1px #CCC outset;
	margin: 0px 0px 0px 0px;
	height:20px;
	padding: 1px 2px 2px 2px;
	color:#666366;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
}
/* IE7 Only */
*:first-child+html .cssbutton{
	background-image:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/btnSkin.gif);
	background-repeat:repeat-x;
	border: 1px #CCC outset;
	margin: 0px 0px 0px 0px;
	height:20px;
	padding: 1px 2px 2px 2px;
	color:#666366;
	text-decoration: none;
	font: 11px Arial, Helvetica, sans-serif;
	cursor:pointer;
}

.cssbutton:visited{
	color:#666366;
	cursor:pointer;
}

.cssbutton:hover{
	background-image:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/btnSkinhover.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}

.cssbutton:active{
	border: 1px #CCC inset;
	background-image:url(/Core/Images/Template/CBW/GoldsbroughLane/images/main/btnSkinhover.gif);
	background-repeat:repeat-x;
	cursor:pointer;
}
