
     .full_container{
        width:100%;
        height:1500px;
        border-width:1px;
        border-style: solid;
        border-color:#990000;
        padding:0px;
    }
    
   .container_form{
        width:100%;
        padding:0px;
     }
    
    .container_form_full{
        width:100%;
        float:left;
        padding:0px;
        margin-top: 0px;
        
    }
    
     .container_form_left{
        width:50%;
        float:left; 
    }
    .container_form_right{
        width:50%;
        float:left;  
    }

    .heading
    {
        width:99.3%;
        background:#7F0E2A;
        padding-left:5px;
        height:30px;
        font-size: medium;
        color:floralwhite;  
        float:left;
		display:block !important;
    }
    .heading p{
       font-size:14px;
        
       text-align: left;
       margin-top:5px;
       color: #FFFFFF;
        text-shadow: 0px 1px 0px #000000;
        
    }
  
  ::-webkit-input-placeholder {
   color: WHITE;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}


    .headingfullline{
        float:left;
        height:25px;
        width:100%;
       background:#8F8F8F;
       text-align: left;
    }       
      
    /*all sub label */
   l{
     
     font-weight: bold;
	 color:#3d3d3d;
	 text-shadow:0 1px 10px #ffffff;
	 
    }
    sh{
     text-shadow:0 1px 10px #ffffff;
     font-weight: bold;
     color:#3d3d3d;
     font-size: 14px;
    
    }
         
     
    .headingfullline p{
    text-align: left;
    padding-left:5px;
    vertical-align: middle;
    margin-top:3px;
    color: #000;
    text-shadow: 0px 1px 0px #FFFFFF;
    opacity: 0.5;
    font-size:14px;
    font-weight: bold;
    }
    
     
    .sub-heading{
        
        height:25px;
        width:100%;
       background-color:rgba(61,61,61,0.3);
       
         
    } 
    .sub-heading p{
        font-size:14px;
        color: #000;
        text-shadow: 0px 1px 0px #FFFFFF;
        font-weight: bold;
        margin-left:5px ;
        margin-top: 0px;
        
        opacity: 0.5;
        
         
    } 
    
  
 
label {
  float:left;
  width:39%;
  margin-right:0.2em;
  padding-top:0.2em;
  text-align:left; 
  color:#3d3d3d;
  text-shadow: 0 1px 10px #ffffff;
  font-weight: bold;
}
input.text {
	font-family:"Open Sans Condensed Light" ;
        font-size: 14px;
        font-weight: bold;
		background-color:rgba(61,61,61,0.3);
        border:1px transparent;
        box-shadow: 0 0 2px inset;
        border-radius:4px !important;
        margin-left: 10px;
        margin-top: 4px;
       /*text-shadow: 0 0 2px #FFFFFF;*/
       
        }
       
input.text:hover {
	border-color:#990000;
}
input.text:focus {
	background-color:#ffffff;
}

input.checkbox {
        
        vertical-align: middle;
        font-family: Arial, Sans-Serif;
		font-size: 12px;
		background-color:rgba(255,255,255,1);
        border:1px transparent;
        box-shadow: 0 0 1px #FFFFFF;
        text-align: center;
        margin-left:10px;
        
}

input.radio {
        
        vertical-align: middle;
        font-family: Arial, Sans-Serif;
		font-size: 12px;
		background:#FFF;
        margin:0 0 0 10px;
		padding-left:3px;
       
}


textarea{
        width: 170px;
        height: 125px;
        font-family: Arial, Sans-Serif;
		font-size: 12px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 4px !important;
        margin-left: 10px;
        margin-top: 4px;
        background-color:rgba(61,61,61,0.3);
        border:1px transparent;
        box-shadow: 0 0 2px inset;
}
textarea:focus {
	background-color:#ffffff;
}
  
.dropdown {
		
		font-size: 14px  !important; 
        color:#000000;
		background-color:rgba(61,61,61,0.3) !important; 
        border:1px transparent  !important; 
       box-shadow: 0 0 2px inset !important; 
       font-family:"Open Sans Condensed Light" ;
        border-radius:4px !important;
        margin-left: 10px;
		margin-top: 4px;
       	width:170px;
       
       
        }
		/*.tabheads{padding:5px;}
		a.tabheads{
			text-shadow:none !important;
			border:none !important;
			background:#7f0e2a;
			color:#ffffff !important;
			
		
			}
		a.tabheads:hover{
			background-color:rgb(61,61,61,.8);
			color:#ffffff;
			}
			
		a.selected{
			background-color:rgba(61,61,61,.8) !important;
			box-shadow:none !important;}	
		.tabs{
			-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
			margin-left:30px !important;
			
			
			}*/
		

.container_form ul li,.container_form_left ul li, .container_form_right ul li{ margin:0.2em;}




input.bttn {
	 
	 width: 100px; height: 30px; padding: 0px 0 0 0px; 
	 
	 margin-top:10px;
	float:right;
	
	 
	 
	
	background: #7F0E2A; /* old browsers */
	/*background: -moz-linear-gradient(top, #BF4060 0%, #7F0E2A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF4060), color-stop(100%,#7F0E2A)); /* webkit */
	border: 1px transparent;
	border-radius: 10px;
	font-size:13px;
	font-weight: bold ; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #FFFFFF;
	
	
	
		
}

	input.bttn:hover {
		color: #FFFFFF;
		background: #3E3C3D;
	}
	
	input.prevbutton {
	 width: 100px; height: 30px; padding: 0px 0 0 0px; 
	 margin-left: 0px;
	 margin-top:0px;
	 
	
	background: #7F0E2A; /* old browsers */
	/*background: -moz-linear-gradient(top, #BF4060 0%, #7F0E2A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF4060), color-stop(100%,#7F0E2A)); /* webkit */
	border: 1px transparent;
	border-radius: 10px;
	font-size:13px;
	font-weight: bold ; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #FFFFFF;
	
	
	
		
}

	input.prevbutton:hover {
		color: #FFFFFF;
		background: #3E3C3D;
	}
	input.nextbutton {
	 width: 100px; height: 30px; padding: 0px 0 0 0px; 
	 margin-left: 0px;
	 margin-top:0px;
	 
	
	background: #7F0E2A; /* old browsers */
	/*background: -moz-linear-gradient(top, #BF4060 0%, #7F0E2A 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BF4060), color-stop(100%,#7F0E2A)); /* webkit */
	border: 1px transparent;
	border-radius: 10px;
	font-size:13px;
	font-weight: bold ; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #FFFFFF;
	
	
	
		
}

	input.nextbutton:hover {
		color: #FFFFFF;
		background: #3E3C3D;
	}
	
	
	/* Tabs */

.tabs .filters li {
   float:left;
}
.tabs .filters a {
   background-color:#7f0e2a;
   color:#ffffff;
   display:block;
   font-size:13px;
   padding:7px 16px 7px 14px;
  /* text-shadow:0 1px 3px #FFFFFF;*/
     -webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-shadow:none !important;
}
.tabs .filters a:hover {
   color:#3d3d3d;
   background-color:#ffffff !important;
   text-shadow:none;
   box-shadow:0px 0px 0px;
   -webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
   
}
.tabs .filters a.selected {
   -webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
   /*border-color:#3d3d3d #3d3d3d #ffffff;
   border-style:solid;
   border-width:1px;*/
   color:#3d3d3d !important;
   font-weight:bold;
   box-shadow:0px 0px 0px inset;
   background-color:transparent;
   

}
.tabsContent {
   margin-top:-1px;
   margin-left:0px !important;
   border:1px solid #000 !important;
   font-size:11px;
   line-height:17px;
}
.tabsContent > div {
   display:none;
   border:1px solid #DADADA !important;
   padding:7px 15px;
}
.tabsContent > div:first-child {
   display:block;
}

