
body{
background-color:#08090b;
background-image:url(media/homepage/pirate_woodbg.jpg);
}
div,span,body,td,a {
color:black;
font-size:12px; 
font-family:Geneva, Arial, Helvetica, sans-serif;
}
a  {
	color:brown;
}
a:hover  {
	color:black;
}
a:active   {
	color:black;
}
.landingbox_de {
	height:255px;
	width:585px;
	top:0px;
	background-image:url(media/homepage/de/registerbg.jpg);
	background-repeat:no-repeat;
}
.landingbox_eng {
	height:255px;
	width:585px;
	margin-top:0px;
	background-image:url(media/homepage/eng/registerbg.jpg);
	background-repeat:no-repeat;
}
.landingbox_nl {
	height:255px;
	width:585px;	
	background-image:url(media/homepage/nl/registerbg.jpg);
	background-repeat:no-repeat;
}
.landingbox_fr {
    height:255px;
    width:585px;    
    background-image:url(media/homepage/fr/registerbg.jpg);
    background-repeat:no-repeat;
}
.landingbox_tr {
    height:255px;
    width:585px;    
    background-image:url(media/homepage/tr/registerbg.jpg);
    background-repeat:no-repeat;
}
.landingbox_ar {
    height:255px;
    width:585px;    
    background-image:url(media/homepage/ar/registerbg.jpg);
    background-repeat:no-repeat;
}
.landingbox_kr {
    height:255px;
    width:585px;    
    background-image:url(media/homepage/kr/registerbg.jpg);
    background-repeat:no-repeat;
}
.form-field{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:20px;
	width:120px;
	padding-top:3px;
	padding-left:2px;
	font-weight:bold;
	border:0px;
}

.alertbox{
background-color:white; text-align:center; padding:3px; width:400px; color:black; border:2px solid red;
}.trans {          
display: expression(
(/\.png$/.test( this.src.toLowerCase()) ? this.runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="' + this.src + '")' : null),
(/\.png$/.test( this.src.toLowerCase()) ? this.src = 'http://stream01.dogsoftheseas.com/media/misc/1x1.gif' : null)
);