@CHARSET "UTF-8";

/**   LM Buttons **/
.LMUI_buttonBar {

}
.LMUI_buttonBarLeft {
	float: left;
}
.LMUI_buttonBarLeft a:link,
.LMUI_buttonBarLeft a:visited {
	margin-right: 10px; 
}
.LMUI_buttonBarRight {
	float: right;
}
.LMUI_buttonBarRight a:link,
.LMUI_buttonBarRight a:visited {
	margin-left: 10px; 
}
.LMUI_buttonBar a:link,
.LMUI_buttonBar a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
	background-color: #DEDEDE;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	display: block;
	float: left;
}
.LMUI_buttonBar a:hover {
	background-color: #CCCCCC;
}

/**	 LM Form **/
.LMUI_Form {
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
.LMUI_Form fieldset {
	border: 1px solid #CCCCCC;
}
.LMUI_Form legend {
	color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-size: 14px;
}
.LMUI_clearBoth {
	clear: both;
}

.LMUI_big {
	font-size: 30px;
}
.LMUI_big input {
	font-size: 30px;
}
