	.textround
	{
		border-radius:5px;
		border-style:solid;		
		border-width:2px;
		border-color:LightGray;	
		Height:23px;				
	}
	.textround:hover
	{
		border-color:LightSeaGreen;			
	}
	
	.botom
		{
		border-radius:5px;
		border-style:solid;
		border-color:#0ca7e8;	
		Height:37px;		
		background: -webkit-linear-gradient(top,#33b9f2 0%,#a4e2fc 100%);
        background: -moz-linear-gradient(top, #33b9f2 0%,#a4e2fc 100%);
        background: -o-linear-gradient(top, #33b9f2 0%,#a4e2fc 100%);
        background: -ms-linear-gradient(top, #33b9f2 0%,#a4e2fc 100%);
        background: linear-gradient(top, #33b9f2 0%,#a4e2fc 100%);
		}
	.botom:hover
		{			
			border-color:DarkBlue;
			font-weight:bold;
		}
	.combobox
	{
		border-radius:5px;
		border-style:solid;
		border-color:LightGray;	
		Height:30px;		
	}
