@charset "utf-8";
/* CSS Document */

td.calcell.today {
	border: 0;
	background-color: #ddd
	}
	
.widget_fieldset {
	border: 0;
	padding: 0;
	}
	
legend {
	display: none;
	}
	
.widget_fieldset input,
.widget_fieldset select {
	background: #fff;
	border: 1px dotted #A8A69E;
	font-size: 1em;
	color: #68655D;
	padding: 3px;
	margin: 2px 0 10px 0;
	display: block;
	width: 200px;
	}
	
.widget_fieldset textarea {
	background: #fff;
	border: 1px dotted #A8A69E;
	font-size: 1em;
	color: #68655D;
	padding: 3px;
	margin: 2px 0 10px 0;
	display: block;
	width: 350px;
	}
	
.widget_fieldset label {
	display: block;
	font-weight: bold;
	}
	
.checkbox {
	text-align: left;
	}