﻿.reg{
		width: 198px;
		height: 50px;
		float: left;
		background-color: #799bfb;
		color: white;
		font-weight: bold;
		text-align: center;
		border-top: 1px #8da9dc solid;
		border-right: 1px #8da9dc solid;
		border-left: 1px #8da9dc solid;
		border-bottom: 0px #8da9dc solid;
		cursor: pointer;
		
		padding-top:5px;
		
				

	}
	
.reg_base{
		width: 145px;
		height: 20px;
		float: left;
		background-color: #799bfb;
		color: #fff;
		font-weight: bold;
		text-align: center;
		font-size: 11px;
		border-top: 1px #8da9dc solid;
		border-right: 1px #8da9dc solid;
		border-left: 1px #8da9dc solid;
		border-bottom: 0px #8da9dc solid;
		cursor: pointer;
		
		padding-top:5px;
		
				

	}
	
	#registers{
		
		height: 30px;
		width:538px;
	}
	
	#reg1{
		background-color:#e6c8a9;
		color: #000;
		border-bottom: medium black none;
		height: 30px;
		font-family: CorpoA;
		font-size: 10pt;
		
		border-bottom: 0px #000 solid;
		border-right: 0px #000 solid;
		border-left: 0px #000 solid;
		border-top: 0px #000 solid;

	}
		
	#reg2{
	
		font-family: CorpoA;
		font-size: 10pt;
		color: #000;
		border-bottom: medium black none;
		height: 30px;
		
		border-bottom: 0px #000 solid;
		border-right: 0px #000 solid;
		border-left: 0px #000 solid;
		border-top: 0px #000 solid;

	}
	
	#content1{
		padding: 5px;
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 20px;
		
		width:500px;
		height: 300px;
		display: block ;
		visibility: visible;
		
		border-bottom: 0px #000 solid;
		border-right: 0px #000 solid;
		border-left: 0px #000 solid;
		border-top: 0px #000 solid;
		
		background-color:#fddbb8;
				
	}
	
	#content2{
		padding: 5px;
		padding-top: 25px;
		padding-left: 15px;
		padding-right: 20px;
		
		width: 500px;
		height: 300px;
		display: block;
		visibility: visible;
	
		border-bottom: 0px #000 solid;
		border-right: 0px #000 solid;
		border-left: 0px #000 solid;
		border-top: 0px #000 solid;
		
		background-color:#fddbb8;
			
	}	