table{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.t-b {
	border-right: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	margin-top: 0.1em; 
	margin-bottom: 0.3em; 
	border-left: #cccccc 0px solid; 
	width: 100%;
	border-bottom: #cccccc 0px solid;
}

.t-b TH {
	border-right: #cccccc 0px solid; 
	padding-right: 3px;
	border-top: #cccccc 0px solid; 
	padding-left: 3px; 
	padding-bottom: 3px; 
	border-left: #cccccc 1px solid; 
	padding-top: 3px; 
	border-bottom: #cccccc 1px solid;
}

.t-b TD {
	border-right: #cccccc 0px solid; 
	padding-right: 3px; 
	border-top: #cccccc 0px solid; 
	padding-left: 3px; 
	padding-bottom: 3px; 
	border-left: #cccccc 1px solid; 
	padding-top: 3px; 
	border-bottom: #cccccc 1px solid;
}

.style-1 input[type="text"] {
	padding: 10px;
	border: solid 1px gainsboro;
	-webkit-transition: box-shadow 0.3s, border 0.3s;
	-moz-transition: box-shadow 0.3s, border 0.3s;
	-o-transition: box-shadow 0.3s, border 0.3s;
	transition: box-shadow 0.3s, border 0.3s;
}

.style-1 input[type="text"]:focus, .style-1 input[type="text"].focus {
	border: solid 1px #707070;
	-webkit-box-shadow: 0 0 5px 1px #969696;
	-moz-box-shadow: 0 0 5px 1px #969696;
	box-shadow: 0 0 5px 1px #969696;
}