/* DELIVERY DETAIL AREA */
#delivery-info{
	margin: 0px auto 0;
	height:auto;	
	width: 470px;
	overflow-y: scroll;	
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
	background-color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;  
}
#delivery-info p.heading{
	font-family: font1;
	font-size: 28px;
	letter-spacing:0px;
}
#delivery-info table{
	margin: 30px 60px 60px 60px;	
	height:auto;	
	width: 76% !important;
	padding: 0px;
}
#delivery-info table tr td{	
	width: 33%;
	padding: 0px;
	height: 2px;
}
#delivery-info table tr td label {
	font-family: font1;
	font-size: 14px;
	letter-spacing:0px;	
	margin-top:-10px;
	margin-bottom:10px; 
}
#delivery-info table tr td label.errormsg {
	display: none;
	font-family: font1;
	font-size: 14px;
	letter-spacing:0px;	
	margin-top:-10px;
	margin-bottom:10px; 
	color: #c00707;
}

#delivery-info table tr td h4 {
	font-family: font3;
	font-size: 18px;
	letter-spacing:0px;	
	margin-top:-5px;
	margin-bottom:20px; 
}

/* DELIVERY DETAIL AREA */
input{
	width:93.5%;
	font-family: font1;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border: 1px solid #BBB;
    background:#fff;
	border-radius: 5px;
}

form label{

    }
.signin {
	margin: 10px 0px 10px 0px;
	width: 100%;
	font-family: font5;
	font-size: 16px;
	border: 1px solid #333;
	height:45px;
	color:#FFF;
	background:#333;
	border-radius: 7px;
	letter-spacing: 0px;
}
.signin:hover {	
	color:#FFF; 
	background-color: #666;
}

.signup {
	margin: 10px 0px 10px 0px;
	width: 100%;
	font-family: font5;
	font-size: 16px;
	height:45px;
	color:#000;
	border: 1px solid #5a5a5a;
	background:#fff;
	border-radius: 7px;
	letter-spacing: 0px;
}
.signup:hover {	
	color:#000; 
	border: 1px solid #666;
	background-color: #f1f1f1;
}