#rcorners2 
{
    border-radius: 	25px;
    border: 		2px solid navy;
    padding: 		20px; 
    width: 		200px;
    height: 		150px; 
}
#shape1 
{
	width:	400px;
	height:	300px;
	-webkit-border-radius: 99px;
	-moz-border-radius:    99px;
	border-radius:         99px;
	background:rgba(84,107,128,0.1);
	-webkit-box-shadow: #B3B1B1 4px 4px 4px;
	-moz-box-shadow:    #B3B1B1 4px 4px 4px; 
	box-shadow:         #B3B1B1 4px 4px 4px;
}
#shape2 
{
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius:    20px 20px 20px 20px;
	border-radius:         20px 20px 20px 20px;
	background:rgba(84,107,128,0.1);
	-webkit-box-shadow: #B3B1B1 4px 4px 4px;
	-moz-box-shadow:    #B3B1B1 4px 4px 4px; 
	box-shadow:         #B3B1B1 4px 4px 4px;
}
#shape2NS 
{
	-webkit-border-radius: 20px 20px 20px 20px;
	-moz-border-radius:    20px 20px 20px 20px;
	border-radius:         20px 20px 20px 20px;
	-webkit-box-shadow: #B3B1B1 4px 4px 4px;
	-moz-box-shadow:    #B3B1B1 4px 4px 4px; 
	box-shadow:         #B3B1B1 4px 4px 4px;
}
#shape3 
{
	height:	24px;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius:    20px 20px 0px 0px;
	border-radius:         20px 20px 0px 0px;
	COLOR: 			gold;
    	BACKGROUND-COLOR: 	#000066;
	
}
#shape325 
{
	height:	27px;
	-webkit-border-radius: 20px 20px 0px 0px;
	-moz-border-radius:    20px 20px 0px 0px;
	border-radius:         20px 20px 0px 0px;
	COLOR: 			gold;
    	BACKGROUND-COLOR: 	#000066;
	
}
#shape3R 
{
    	CURSOR: pointer;
	height:	24px;
	-webkit-border-radius: 	20px;
	-moz-border-radius: 	20px;
	border-radius: 		20px;
	COLOR: 			gold;
    	BACKGROUND-COLOR: 	#000066;
}
#shape3RInput 
{
	height:	24px;
	-webkit-border-radius: 	20px;
	-moz-border-radius: 	20px;
	border-radius: 		20px;
	COLOR: 			gold;
    	BACKGROUND-COLOR: 	#000066;
    	CURSOR: pointer;
}
#shape3RInputButton 
{
    	CURSOR: pointer;
	height:	24px;
	-webkit-border-radius: 	20px;
	-moz-border-radius: 	20px;
	border-radius: 		20px;
	COLOR: 			gold;
    	BACKGROUND-COLOR: 	#000066;
    	CURSOR: pointer;
}
#shape3R1 
{
	height:	35px;
	-webkit-border-radius: 	20px;
	-moz-border-radius: 	20px;
	border-radius: 		20px;
	COLOR: 			gold;
    	BACKGROUND-COLOR: 	#000066;
}
#shape2B 
{
	background:rgba(84,107,128,0.1);
}
