﻿@charset "utf-8";
/* CSS Document */

@import "jScrollPane.css";

body { 
	padding:20px; 
	margin:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background:none transparent;
	background-image:url(/dimages/flagShip10/75black500x500.png);
	color:white;
}

hr {
	border-top: 1px dashed #999;
	border-bottom: none 0;
	height:1px;
	padding:0px;
	margin:5px 0px;
}



h3 { 
	color:white;
	font-size:13px;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

p, label {
	font-size:11px;
	color:white;
	margin:0px;
	padding:6px 0px;
}

label {
	color:white;
	font-size:14px;
}

label, p.tncLink {
	text-transform:uppercase;	
}

div#smsInputs, div#submitInputs, div.captchaImage, input#regCaptcha {
	margin:7px 7px 7px 65px;
}

div#submitInputs input {
	margin:0px;
	padding:0px;
}

input#areaCode, input#preFix {
	width:27px;
}
input#postFix {
	width:35px;
}

div.captchaImage img {
	background-color:white;
}
input#regCaptcha {
	display:block;
	width:116px;
	margin-top:3px;
}

form {
	padding:0px;
	margin:0px;
}

a:link { color:#f3601d; text-decoration:none; }
a:visited { color:#f3601d; text-decoration:none; }
a:hover { color:#ff991d; text-decoration:underline; }
a:active { color:white; text-decoration:underline; }




