

div.left-content {width:180px;}
div.right-content {width:480px; padding-bottom: 20px;}
div.right-content-form {width:550px; padding-bottom: 20px;}
div.right-content-form-reg {width:620px; padding-bottom: 20px;}

.column {float: left; }
.clear {float: none; clear: both;}
.none {display: none !important;}


/**
	Fahrer Image Replacement logic
*/
.fir { position: relative; cursor: default; display: block; overflow: hidden; z-index: 0; }
a.fir,
.fir a {cursor: pointer;}
.fir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 0; }




/** Forms
*/
select * { float: none !important; }


.last {margin: 0px !important;}
.block { /*margin-bottom: 10px;*/ display: block; /*clear: both;*/ }
.uppercase {text-transform: uppercase;}

.right {float: right;}
.left {float: left;}




