/* CSS Document */



/* field set and legend------------------------------------------------------------------------*/
fieldset
{
	border: 2px solid #99cdff;
	width: 40em;
	}


	
legend
{
	color: #fff;
	background: #3399fe;
	border: 2px solid #99cdff;
	padding: 2px 6px;
	font-family: Tahoma, Arial, sans-serif;
	}
	
.btn {
	width: 70px;
	color: #fff;
	background: #3399fe;
	border: 2px solid #99cdff;
	font-family: Tahoma, Arial, sans-serif;
	cursor:pointer;
	}
/* field set and legend end------------------------------------------------------------------------*/
