
/*demo page css*/
body{ 
p: 80% "Trebuchet MS", sans-serif;
}

.button
{
	-moz-box-shadow: inset -1px -1px 0px -1px #ffffff;
	-webkit-box-shadow: inset -1px -1px 0px -1px #ffffff;
	
	background: #3399FF !important;
	
	display: inline-block;
	color: #555;
	p-family: arial;
	p-size: 11px;
	p-weight: bold;
	text-decoration: none;
	margin: 6px 5px 5px 0;
	cursor:pointer;
	cursor:hand;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
}
.button
{
	//float: left;
	text-decoration: none !important;
	//padding: 4px 4px;
}
.button:hover
{
	background: -moz-linear-gradient( top, #badebe 0%, #94b598);
	background: -webkit-linear-gradient( top, #badebe 0%, #94b598);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#94b598', endColorstr='#badebe');
	background-color: #94b598;
	color: #000;
	text-decoration: none;
}
.button:active
{
	position: relative;
	top: 1px;
}
.box
{
	
	
	background-color:#F1F1F1;
	width:700px;
	
	border-color:#617A5C;
	border-radius:5px;
	-moz-border-radius:6px; /* Firefox 3.6 and earlier */
}

label {
    display: inline-block;
    width: 5em;
  }