.left
{
	float: left;
}
.right
{
	float: right;
}
.hide
{
	display: none !important;
}
.none {
	clear:both;
}
div.row {
	margin-bottom:8px;
	clear:both;
}
.error {
	background: #fff7c0;;
	padding:10px;
}
span.info {
	font-size:8pt;
	color:#505050;
	padding-left:8px;
}
h4 {
	color:#555555;
	border-bottom:1px dotted #555555;
	font-family:"Trebuchet MS", Georgia;
	font-size:12pt;
	margin:0;
	margin-bottom:12px;
	padding:0;
}
h5 {
	color:#aaaaaa;
	border-bottom:1px dotted #aaaaaa;
	font-family:"Trebuchet MS", Georgia;
	font-size:11pt;
	margin:0;
	margin-bottom:10px;
	padding:0;
}
INPUT, TEXTAREA, SELECT, input.file{
	font-size:10pt;
	font-family:"Trebuchet MS", Georgia;
	color:#333333;
	background: #eeeeee;
	border: 1px dotted #c0c0c0;
}
INPUT:focus, TEXTAREA:focus, SELECT:focus, input.file{
	background:#f0eee0; /*#fff7c0;*/
	border: 1px solid #000000;
}
TEXTAREA {
	resize:none;
}
label.desc{
	font-size:10pt;
	font-family:"Trebuchet MS", Georgia;
	font-weight:bold;
	color:#444444;
	width:120px;
}
a.button, button.button, p.disabled
{
	background: #EAEAEA url(../images/white-grad.png) repeat-x left top;
	border: 1px solid #dedede;
	border-bottom: 1px solid #bfbfbf;
	border-right: 1px solid #bbb;
	color: #464646;
	cursor: pointer;
	display: block;
	float: left;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 10pt;
	line-height: 130%;
	margin: 0 .7em 0 0;
	-moz-box-shadow: rgba(0,0,0,.15) 0px 1px 3px;
	padding: 5px 10px 6px 10px;
	text-decoration: none;
	-webkit-box-shadow: rgba(0,0,0,.15) 0px 1px 3px;
}
a.button img, button.button img, p.disabled img
{
	margin: 0 3px -3px 0 !important;
	border:0;
}
a.button:hover, button.button:hover
{
	border: 1px solid #999;
	color: #000;
}
a.button, button.button, p.disabled
{
	display: inline;
	display: inline-block;
	float: none;
}
button.active, a.button:active
{
	background: #FFF url(/images/white-grad-active.png) repeat-x left top;
	border-color: #ccc;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
a.disabled, button.disabled, p.disabled {
	-moz-opacity:0.3;
	opacity: 0.3; !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	border: 0 !important;
	cursor:default;
}
button.positive, a.positive
{
	color: #63A142;
	font-weight: bold;
}
a.positive:hover, button.positive:hover
{
	border: 1px solid #7CB043;
	color: #63A142;
}
a.positive:active
{
	background: #94B717;
	border: 1px solid #94B717;
	color: #fff;
	text-shadow: #607710 1px 1px 1px;
}
a.negative, button.negative
{
	color: #d12f19;
}
a.negative:hover, button.negative:hover
{
	border: 1px solid #E86B6D;
	color: #d12f19;
}
a.negative:active
{
	background: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
	text-shadow: #A93816 1px 1px 1px;
}
.buttons a em, .buttons button em, a.button em
{
	font-style: normal;
	font-weight: normal;
}
