	body {
		background:url("../applet/img/bg.jpg") repeat-x scroll right top #1868AF ;	
		font-family: Arial, Tahoma, Helvetica, sans-serif;
	}
	form {
		display: inline;
	}
	input, select {
		font-size: 9pt;
	}
	.input {
		width: 130px;
	}
	a.mail {
		color: black;
	}
	.border {
		background: url(../applet/img/bg_form.gif) repeat-x bottom white; 
		border: 1px dashed #68ACEA;
		border-radius:3px;
		-moz-border-radius:3px;
		-khtml-border-radius:3px;
		padding-bottom:5px;
	}
	.layerwindow {
		position: absolute; visibility: hidden; z-index: 6000;
	}
	.invisible {
		visibility: hidden; display: none; color: #FFFFFF;
		background-color: #FFFFFF; z-index: 0;
	}

	/* Fonts */
	.tall {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 12pt;
		font-weight: bold;
	}
	.medium {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 10pt;
		font-weight: bold; text-align: right;
	}
	.small {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 10pt;
	}
	.footer {
		font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 9pt;
		font-weight: bold;
	}
	hr {
		background:url(../../design/default/hr.png) repeat-y center;
		height:1px;
		border:none;
	}
	#copy {
		color:silver;
		font-size:x-small;
		text-align:center;
		width:98%;
		position:absolute;
		bottom:3px;
	}
