input:focus[type="text"], 
.textbox{
	color: black;
	border-color: #c5e2ff;
	-moz-box-shadow: 0 0 5px #c5e2ff;
	-webkit-box-shadow: 0 0 5px #c5e2ff;
	box-shadow: 0 0 5px #c5e2ff;
}
input[type="checkbox"],
.checkbox{
	width: 20px;
	height: 20px;
}
input[type="text"], 
.textbox
{
	height:30px;
	*width:80%;
	font-size: 16px;
	color: #494949;
	border-style: ridge;
	margin-top: 8px;
}
input[type="text"]:hover,
.textbox:hover
{
	color: black;
	background-color: #f2f9e9;
}
table{
	padding: 100px;
}
table.form-table tbody span {
	font-size: 14px;
}
table.form-table tbody tr th {
	text-align: right;
	font-size: 16px;
	padding: 25px;
}
table.form-table tbody tr {
	font-size: 16px;
	padding: 25px;
}
table.form-table tbody tr{
	background-color: #fafafa;
	border: 1px solid #d6d0d3;	
}
table.form-table tbody tr:hover{
	background-color: #efefef;	
}
#wpbody-content div.wrap pre {
	background-color: #efefef;
	padding: 10px;
}
h4{
	font-size: 20px;
}
.link_block{
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	border-style: solid;
	border-color: #e8e8e8;
	margin-bottom: 10px;
	padding: 15px;
}
.link_block:hover{
	border-color: #b2dbf2;	
}
