.formbox-template {
	background-color: #FFFFFF;
	font:Roboto, Verdana, Geneva, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style:dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DDDDDD;
	border-radius:3px;
	border-right-color: #DDDDDD;
	border-bottom-color: #AAAAAA;
	border-left-color: #DDDDDD;
	padding: 2px;
   -webkit-appearance: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.formbox-template-red {
	background-color: #FF4444;
	font:Roboto, Verdana, Geneva, sans-serif;
	color:#FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style:dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #DDDDDD;
	border-radius:3px;
	border-right-color: #DDDDDD;
	border-bottom-color: #AAAAAA;
	border-left-color: #DDDDDD;
	padding: 2px;
   -webkit-appearance: none;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.table-box {
	font-family: Roboto, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font:Roboto, Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}


.input, formbox-template {   
    padding: 9px;  
	background:#FFC;
    border: solid 0px #C9C9C9;  
    outline: 0;  
    border-color: #C9C9C9;   
    font: normal 13px/100% Roboto, Verdana, Tahoma, sans-serif;  
    background: #ffffff;  
	-webkit-box-shadow: 0 1px 2px rgba(200,200,0,.3);
	-moz-box-shadow: 0 1px 2px rgba(200,200,0,.3);
	box-shadow: 0 1px 2px rgba(200,200,0,.3);
    }  
  
  
.input:hover, formbox-template:hover,  
.input:focus, formbox-template:focus {   
    border-color: #C9C9C9;   
    background: #fffff7;
	background:#FFC;
    } 


.dbxsubmit {
	-moz-box-shadow:inset 2px 1px 8px 2px #dcecfb;
	-webkit-box-shadow:inset 2px 1px 8px 2px #dcecfb;
	box-shadow:inset 2px 1px 8px 2px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.dbxsubmit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
	cursor: hand; cursor: pointer;
}.dbxsubmit:active {
	position:relative;
	top:1px;
}
.off {
	visibility:hidden;
	display:none;
}
.on {
	visibility="";
}
