<!--

		label {
			width: 200px;
			float: left;
			text-align: right;
			margin-right: 0.5em;
			display: block;
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 11px;
			font-weight: normal;
			padding: 4px 0px 0px 0px;
			color: black;
			}
		
		input.shortinput {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: 150px;
			font-family: Trebuchet MS, Arial, Helvetica;
			padding: 2px;
			padding-top: 5px;
			line-height: 100%;
			font-size: 11px;
			}
			
		select.shortselect {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: 75px;
			font-family: Trebuchet MS, Arial, Helvetica;
			padding: 2px;
			padding-top: 5px;
			line-height: 100%;
			font-size: 11px;
			}
			
		select.LONGselect {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: 350px;
			font-family: Trebuchet MS, Arial, Helvetica;
			padding: 2px;
			padding-top: 5px;
			line-height: 100%;
			font-size: 11px;
			}			
			
		textarea.textarea_address {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: 200px;
			height: 60px;
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 11px;
			font-weight: normal;
			padding: 2px;
			padding-top: 5px;
			line-height: 100%;
			}
			
		textarea.textarea_huge {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: 460px;
			height: 200px;
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 11px;
			font-weight: normal;
			padding: 2px;
			padding-top: 5px;
			line-height: 130%;
			}
			
		input.longinput {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: 350px;
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 11px;
			font-weight: normal;
			padding: 2px;
			padding-top: 5px;
			line-height: 100%;
			}
			
		.dropdown {
			color: #000000;
			background: #fafafa;
			border: 1px solid #cccccc;
			width: auto;
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 11px;
			font-weight: normal;
			padding: 4px;
			}
			
		input {
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 11px;
			font-weight: normal;
			}
				
		.submit input {
			margin-left: 129px;
			Xcolor: #ffffff;
			Xbackground: #808080;
			Xborder: 1px outset #cccccc;
			Xfont-family: Trebuchet MS, Arial, Helvetica;
			font-size: 12px;
			Xfont-weight: bold;
			padding: 0px;
			Xletter-spacing: 1px;
			width: 90px;
			} 
		
		fieldset {
			border: 1px solid #cccccc;
			}
			
		fieldset p {
			padding-left: 15px;
			padding-right: 15px;
			}
		
		legend {
			color: black;
			background: white;
			border: none;
			padding: 2px 6px;
			font-family: Trebuchet MS, Arial, Helvetica;
			font-size: 12px;
			font-weight: bold;
			} 
			
.mgui_btn {
		background-color: #aaaaaa;
		color: white;
		padding: 2px 15px 2px 15px;
		text-decoration:none;
		font-weight:bold;
		border-top: 1px white solid;
		border-left:1px white solid;
		border-right:1px #303030 solid;
		border-bottom:1px #303030 solid;			
		}
		
.mgui_btn:hover {
		background-color: #cccccc;
	}

.tabledata_table {
	padding: 0px;
	border: 3px #4E06A0 solid;
	width: 95%;
	margin: 0px;
	
	}
	
.tabledata_header {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #4E06A0;
	padding: 1px;
	Xborder: 1px black solid;
	margin: 0px;
	}
	
.tabledata_data {
	font-family: Trebuchet MS, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: white;
	padding: 1px;
	Xborder: 1px black solid;
	margin: 0px;
	}

.tabledata_data a {
	color: #0000cc;
	text-decoration: none;
	}
	
.tabledata_data a:hover {
	color: #0000ff;
	text-decoration: underline;
	}
-->
