
table { width:100%; }
td { border:0px; overflow:hidden;}


#header {
	position:absolute;
	top:15px;
	left:0px;
	min-width:100%;
	max-width:100%;
	max-height:150px;
	height:auto !important;
	height:150px;
	}	
		
#greyline {
	position:absolute;
	top:75px;
	left:3px;
	min-width:99.7%;
	max-width:99.7%;
	width:auto !important;
	width:100%;
	overflow:hidden;
	}
	
#navbar {
	position:absolute;
	top:80px;
	left:0px;
	min-width:100%;
	max-width:100%;
	width:auto !important;
	width:100%;
	max-height:30px;
	min-height:30px;
	height:auto !important;
	height:30px;
	overflow:hidden;
	}
	
#redline {
	position:absolute;
	top:106px;
	left:3px;
	min-width:99.7%;
	max-width:99.7%;
	width:auto !important;
	width:100%;
	overflow:hidden;
	}

#textfield_outline {
	position:absolute;
	top:130px;
	left:50%;
	margin-left: -475px;
	max-width:960px;
	width:auto !important;
	width:960px;
	min-width:960px;
	max-height:620px;
	height:auto !important;
	height:620px;
	min-height:620px;
	background-image:url(../images/layout/bg_textfield.png);
	background-repeat:no-repeat;

	}
#textfield_inline {
	position:absolute;
	top:0px;
	left:50%;
	margin-left: -480px;
	max-width:940px;
	width:auto !important;
	width:940px;
	min-width:940px;
	max-height:590px;
	height:auto !important;
	height:590px;
	min-height:590px;
	overflow:auto;
	background-color:#B3B3B3;
	}