﻿.content
{
font-size:13px;
}
#form2
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	
	
}
 #Header1
    {
    	
    	background-color:yellow;
    	color:White;
    	font-size:large;
    	text-align:left;
    	height:35px;
    }
    #Header
    {
    	background-color:Black;
    	color:White;
    	font-size:large;
    	text-align:left;
    	height:265px;
    }
    #Footer
    {
       
    	color:White;
    	font-size:large;
    	text-align:left;
    	height:25px;
    	clear:both;
    }
    #List1
    {
        
    	
    	text-align:left;
    	width:398px;
    	float:left;
    	padding-right:6px;
    	padding-left:5px;
    }

    #List2
    {
        
    	
    	text-align:left;
    	width:398px;
    	float:left;
    	padding-right:6px;
    	padding-left:5px;
    }

    #List3
    {
    	text-align:left;
    	width:200px;
    	float:left;
    	padding-right:6px;
    }
    
	#List1Reg
    {
    	
    	text-align:left;
    	padding-right:6px;
    	padding-left:5px;
    }

    #List2Reg
    {
    	
    	border:inset 1px green;
    	text-align:left;
    	width:320px;
    	float:left;
    	padding-right:6px;
    	padding-left:5px;
    }
	.input_text
	{
		width:300px;
		height:20px;
		border:inset 1px black;
		
		
	}
	.form_lable{
	padding-left:5px;padding-right:10px;
	text-align:right;
	}
	.input_non_mentatory
	{
	border:none;
	border-bottom:inset 1px black;
	width:100%;
		
	}
	.input_mentatory
	{
	border:none;
	border-bottom:inset 1px black;
	border-left:#FF0000 outset 6px;
	width:99%;
	} 
	.input_outline
	{
	border:none;
	border-bottom:inset 0px black;
	}
	.form_subhead1{
	padding:5px; color:#a80532;
	margin-bottom:5px;
	font-weight:bold;
}
	.form_subhead{
	padding:5px; 
	background-color:#eeeeee; color:#a80532;
	}
	.fee_list{
	border-bottom:0px solid #cccccc;
	}
	.reg_step1{
	font-family: 'Lato', sans-serif; font-size:16px; color:#FFFFFF;
	padding-left:20px;
	}
	.reg_step2{
	text-decoration:none;
	font-family: 'Lato', sans-serif; font-size:16px; color:#333333;
	padding-left:10px;
	}
	.reg_step2selected{
		text-decoration:none;
	font-family: 'Lato', sans-serif; font-size:16px; color:#FFFFFF;
	padding-left:10px;
	}

	.reg_step3{
	text-decoration:none;
	font-family: 'Lato', sans-serif; font-size:16px; color:#333333;
	padding-left:10px;
	}
	.reg_step3selected{
	text-decoration:none;
	font-family: 'Lato', sans-serif; font-size:16px; color:#FFFFFF;
	padding-left:10px;
	}

	.divprofile
{
	padding-top:12px;
	padding-bottom:3px;
	padding-left:3px;
	background-color:#635B48;
	color:White;
	height:30px;
	text-align:center;
	
}
.divprocont
{
	padding-top:10px;
}
@keyframes example {
from {background-color: #a80532;color:white;}
to {background-color: yellow;color:Black;}
}
.test
{
animation-name: example;
animation-duration: 4s;
animation-iteration-count:infinite;
}
  
.bt_submit
{
border-radius: 10px;
margin:2px 2px 2px 2px;
padding:5px 5px 5px 5px;
background-color:#a80532;
color:#FFFFFF;
cursor:pointer;

}
#bt_submit
{
background-color:#a80532;
color:#FFFFFF;
cursor:pointer;
}
.feedTitle
{
padding:8px;
	font-size:15pt;
	font-weight:bold;
	color:#a80532;
}
.feedTitle1
{
padding-right:8px;
	text-align:right;
	font-size:10pt;	
	color:#333333;
}
.feedContent
{
		padding-left:8px;
	padding-right:25px;
	font-size:13px;
	line-height:12pt;
	padding-bottom:15px;
}