﻿
.PlanBox 
{
    border: 1px solid rgb(11, 35, 69);
    border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
    height:auto;
    background-color:#72B8B4;
    
}

.PlanBox p{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;	
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.0980392) 0px 3px 5px, rgba(255, 255, 255, 0.298039) 0px -5px 35px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px;	
	letter-spacing:2px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration:none;	
	margin:0;
	padding:0;
	background-color:#0B2345;
	border-bottom:1px solid #083A38;
	text-indent:10px;
	text-align:left;
	
}



.PlanBox input[type='text']{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38
	
	
}
.PlanBox input[type='text']:focus{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:Yellow;
	
}
.PlanBox input[type='text']:not(:focus){
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:#ffffff;
	
}

.PlanBox select{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:0px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	
	
	
}
.PlanBox select:focus{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:0px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:Yellow;
	
}
.PlanBox select:not(:focus){
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:0px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:#ffffff;	
	
}


.PlanBox input[type='submit']{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:5px;
	padding-right:10px;
	margin-right:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38
	
	
	
}
.PlanBox input[type='submit']:hover{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 30px;	
	font-style: normal;		
	text-indent:5px;
	padding-right:10px;
	margin-right:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:#6A5B07;
	color:#ffffff;
	
}


.PlanBox input[type='checkbox']{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 20px;	
	font-style: normal;		
	text-indent:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38
	
	
}
.PlanBox input[type='texcheckboxt']:focus{
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 20px;	
	font-style: normal;		
	text-indent:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:Yellow;
	
}
.PlanBox input[type='checkbox']:not(:focus){
	font-family:Geneva, Arial, Helvetica, sans-serif;	
	height: 20px;	
	font-style: normal;		
	text-indent:10px;
	border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px;	
	border:1px solid #083A38;
	background-color:#ffffff;
	
}


.PlanBox  span
{    
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;     
}

.PlanBox .BoxContent
{
    margin:10px;    
    overflow:hidden;
    
}

.PlanBox .BoxContent .PBRow
{
    width:100%;    
    clear:both;    
    overflow:hidden;
    margin-bottom:5px;
}

.PlanBox .BoxContent .PBRow .PBCol
{
    float:left;    
    position:relative;
    margin-right:10px;
}


