/*
 _____       _        _ _                         
|  __ \     | |      (_) |                        
| |  | | ___| |_ __ _ _| |_      _____  _ ____  __
| |  | |/ _ \ __/ _` | | \ \ /\ / / _ \| '__\ \/ /
| |__| |  __/ || (_| | | |\ V  V / (_) | |   >  < 
|_____/ \___|\__\__,_|_|_| \_/\_/ \___/|_|  /_/\_\

Copyright 2010 : www.detailworx.nl
Weltevreden 24 G - 3731 AL De Bilt
Tel: 030 - 220 41 81

*/

/* -------------------------------------------------------------------------------- BODY --*/

* {
	margin:0;
	padding:0;
	border:0
}

html, body {
	height:100%;
	background:url(../../images/bg.jpg) #178cae;
	background-repeat:repeat-x;
	font:11px Verdana, Geneva, sans-serif;
	color:#FFF
}

a {outline:none}/* remove ff dotted border */
a:link, visited {color:#FFF; text-decoration:underline}
a:hover, active {color:#FFF; text-decoration:none}

#container {
	position:absolute;
	width:760px;
	height:420px;
	left:50%;
	top:50%;
	margin-left:-390px;
	margin-top:-210px;
	background:url(../../images/fastbyte_hosting_domeinaam_gereserveerd.png)
}

#domain {
	position:absolute;
	top:100px;
	left:350px
}

#please_fill_in {
	position:absolute;
	top:240px;
	left:140px;
	color:#135f76
}

#field {
	position:absolute;
	top:262px;
	left:140px
}

#status{
	width:380px;  
    padding:10px;  
    outline:none;  
    height:29px;
}  

.focusField{
	background:none;
	font-size:28px;
	color:#FFF;
}  

.idleField{
	background:none;
	color:#166a83;
	font-size:28px
}

#footer {
	position:absolute;
	top:380px;
	width:760px;
	text-align:center
}