.lpc_text {
	margin:0px;
	font-family: 'TrebuchetMSBold';
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.lpc_inputt {
	width:217px;
	height:34px;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 3px;
	border:none;
	background:url(field1.jpg) no-repeat;
	font-family: 'TrebuchetMSRegular';
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

.errormessage_lec {
    background: none repeat scroll 0 0 #CC0033;
    color: #FFFFFF;
    font-family: 'TrebuchetMSBold';
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    width: 95%;
    word-spacing: 2px;
}

.confirmmessage_lec {
    background: none repeat scroll 0 0 #FFFFCC;
    /*border: 2px solid #000000;*/
    color: #669900;
    font-family: 'TrebuchetMSBold';
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    width: 95%;
    word-spacing: 3px;
}