﻿.bill-online-form-style{
	margin:0;
	padding:0;
}
.bill-online-form-style input[type=text], input[type=password], input[type=file], input[type=number], input[type=email], textarea, select{
	font-size:13px;
	padding:10px;
	border:1px solid#ccc;
	outline:none;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	margin:8px 0;

}

.bill-online-form-style select{
	width:100%;
}
.bill-online-form-style textarea{
	min-height:150px;
}

.bill-online-form-style span{
	font-size:10px;
	color:#666;
	display:block;
}
.bill-online-form-style label{
	font-size:13px;
	color:#000;
	font-weight:400;
}
.bill-online-form-style input[type=submit]{
	border:1px solid#00a1d8;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background:#00a1d8;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	margin-top:5px;
	}
	.bill-online-form-style input[type=submit]:hover{
	border:1px solid#0686b2;
	background:#0686b2;
	color:#fff;
	}
	
	.bill-online-form-style input[type=button]{
	border:1px solid#00a1d8;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	border-radius: 3px;
	background:#00a1d8;
	color:#fff;
	padding:10px 25px;
	font-size:14px;
	margin-top:5px;
	margin-left:10px;
	}
	.bill-online-form-style input[type=button]:hover{
	border:1px solid#0686b2;
	background:#0686b2;
	color:#fff;
	}

.bill-online-form-style a{
	font-size:12px;
}	

.bill-online-form-style-3{
	margin-top:15px;
}
.bill-online-form-style-3 input[type=text]{
	font-size:13px;
	padding:6px;
	border:1px solid#ccc;
	outline:none;
	width:40%;
}
.bill-online-form-style-3 input[type=submit]{
	border:1px solid#ccc;
	background:#fff;
	color:#9c7d23;
	padding:5px 10px;
	font-size:14px;
	margin-left:-5px;
}
.bill-online-form-style-3 input[type=submit]:hover{
	border:1px solid#ccc;
	background:#ccc;
	color:#fff;
	
}
.bill-online-form-style span1{
	font-size:12px;
	color:#333;
	line-height:20px;
	display:block;
}
.alert{
	font-size:13px;
}


div.show-image {
    position: relative;
    float:left;
}

div.show-image:hover a
  {
  display: block;
    }

div.show-image a {
    position:absolute;
    right:0;
    bottom:0;
    display:none;
    background:#222;
	text-decoration:none;
	color:#fff;
	width:100%;
	font-size:11px;
	padding:5px;
}

	