.widefat {
	background-color:#FFFFFF;
	border-color:#DFDFDF;
	border-collapse:separate;
	border-spacing:0;
	border-style:solid;
	border-width:1px;
	clear:both;
	margin:0;
	width:100%;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.widefat * {
	word-wrap:break-word;
}
.widefat thead tr th, .widefat tfoot tr th {
	background:#DFDFDF url(../img/elm/gray-grad.png) repeat-x scroll left top;
	color:#333333;
}
.widefat td, .widefat th {
	border-color:#DFDFDF;
	overflow:hidden;
	border-bottom-style:solid;
	border-bottom-width:1px;
	vertical-align:text-top;
	padding:3px 7px;
}
.widefat th {
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	line-height:1.3em;
	padding:7px 7px 8px;
	text-align:left;
}
table.fixed {
	table-layout:fixed;
}
th {
	text-align: left;
}
td, th {
	padding-right: 5px;
}
img
{
	border:0;
}
input,select,textarea
{
	font-size:12px;
}
.input-text
{
	color:dimgray;
	background:transparent;
	border:1px solid #CACACA;
	margin:1px;
}
.input-button,.input-submit
{
	background-color:dodgerblue;
	border-color:#D8DFEA #0E1F5B #0E1F5B #D8DFEA;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	cursor:pointer;
	margin-right:5px;
	padding:3px 5px;
	text-align:center;
}
select
{
	border:1px solid #BDC7D8;
}
label
{
	color:#666666;
	cursor:pointer;
	font-weight:bold;
}
textarea
{
	border:1px solid #CACACA;
	overflow:auto;
	padding:2px;
	background:#FFFFFF none repeat scroll 0 0;
}
.button {
	font-weight:normal;
	border-style:solid;
	border-color:#BBBBBB;
	color:#464646;
	border-width:1px;
	cursor:pointer;
	line-height:26px;
	padding:4px 10px;
	white-space:nowrap;
	text-shadow:0 1px 0 #FFFFFF;
	background:#F2F2F2 url(../img/elm/white-grad.png) repeat-x scroll left top;
	text-decoration:none;
}
.button:hover {
	background:#F2F2F2 url(../img/elm/white-grad.png) repeat-x scroll left top;
	color:#464646;
	border-color:#666666;
	text-decoration:none;
}
.button {
	-moz-border-radius:11px;
	-webkit-border-radius:4px; 
}

