@charset "utf-8";
/* CSS Document */
body{
  background:#fff;
}
.header{
	text-align:center;
	font-style:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:24px;
	}
.header1{
	text-align:center;
	font-style:bold;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
}
#pricing-table {
	width: 100%;
	margin: 50px auto;
	text-align: center;
	}
#pricing-table .plan {
	width: 100%;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-shadow: 0 1px rgba(255,255,255,.8);        
	background: #fff;      
	border: 1px solid #ddd;
	color: #04bac8;
	padding: 20px;
	width: 220px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
	float: left;
	position: relative;
	text-align:center;
	}
#pricing-table #most-popular {
	z-index: 2;
	top: -13px;
	border-width: 3px;
	padding: 30px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
	box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
}
#pricing-table .plan:nth-child(1) {
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;        
	}
#pricing-table .plan:nth-child(4) {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;        
}
#pricing-table h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px;
	margin: -20px -20px 50px -20px;
	background-color: #4e5052;
	color:#FFF;
	}
#pricing-table #most-popular h3 {
	background-color: #16afbd;
	background-image: -moz-linear-gradient(#eee,#ddd);
	margin-top: -30px;
	padding-top: 25px;
	border-radius: 5px 5px 0 0; 		
	}
#pricing-table .plan:nth-child(1) h3 {
border-radius: 5px 0 0 0;       
}
#pricing-table .plan:nth-child(4) h3 {
border-radius: 0 5px 0 0;       
}	
#pricing-table h3 span {
	display: block;
	font: bold 25px/100px Arial, Helvetica, Verdana, sans-serif;
	color: #777;
	background: #fff;
	border: 5px solid #fff;
	height: 100px;
	width: 100px;
	margin: 10px auto -65px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
#pricing-table .signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	display: inline-block;       
	background-color: #04bac8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}
#pricing-table .signup:hover {
	background-color: #4e5052;
	}
#pricing-table .signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}
.clear:before, .clear:after {
  content:"";
  display:table
}
.clear:after {
  clear:both
  }
.clear {
  zoom:1
}
#pricing-table p{
color:#000;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:12px;
}
.notes{
	text-align:center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	font-style:bold;
	}
	.notes2{
		color:#04bac8;
		text-align:center;
		font-size:16px;
		font-family:Arial, Helvetica, Verdana, sans-serif;
	}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
	 background-color: #f8f8f8;
	 	color: #4e5052;
		font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}
textarea {
    width: 100%;
    height: 230px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
}

.signup {
	position: relative;
	padding: 8px 20px;
	margin: 20px 0 0 0;  
	color: #fff;
	font-style:bold;
	font-size:14px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-decoration: none;
	display: inline-block;       
	background-color: #04bac8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;     
	text-shadow: 0 1px 0 rgba(0,0,0,.3);        
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}
.signup:hover {
	background-color: #4e5052;
	}
.signup:active, #pricing-table .signup:focus {
	background: #62bc30;       
	top: 2px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
	box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 
}
.require p{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
}
.require form{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
}
.row label{
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
}                             

.ffff{
	float: left;
}

.abc{
	width:100%;
}