#red{
	color: #ff0000;
}
#error{
	border:2px solid #ff0000;
	text-align: center;
	display: none;
	
}


#ciImage{
	background-image: url('images/ci.jpg'); 
	height: 50px;
}

#ciTable{
	margin-left: 15px;
}

#ciTable td{
	width: 250px
}

#ciTable input{
	width: 240px;
	border: 1px solid #c0d2e4;
	
}
/**----**/
#liImage{
	background-image: url('images/li.jpg'); 
	height: 50px;
	margin-top: 20px;
	
}
#liTable{
	margin-left: 15px;
}

#liTable td{
	width: 250px
}

#liTable input{
	width: 240px;
	border: 1px solid #c0d2e4;
}
/*-----*/
#piImage{
	background-image: url('images/pi.jpg'); 
	height: 50px;
	margin-top: 20px;
	
}
#piTable{
	margin-left: 15px;
}

#piTable td{
	width: 250px
}

#piTable input{
	width: 240px;
	border: 1px solid #c0d2e4;
}

label {
    float: left;
    padding: 0 1em;
    text-align: center;
    font-size: 12px;
    
}

#otherOption{
	margin-left:12px;
	width:500px;
	display:none;
}

#paymentForm{
	display: none;	
}