html, body {
    font-family: Arial, Helvetica, sans-serif;
    background: #eeebdf;
}

body {
    font-size: 0.8em;
    color: #666;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
}

:focus {
	-moz-outline-style: none;
}

div#Container {
    width: 460px;
    margin: 0 auto;
	background: transparent url(../images/verify-bg.jpg) no-repeat right top;
}

div#Header {
	padding: 56px 0 17px 5px;
}

div#Header h1 a img {
	display: block;
}

div#Footer {
    clear: both;
    width: 100%;
    padding: 12px 0 30px 0;
    background: transparent url(../images/bg-splitter.png) left top repeat-x;
}

div#Footer ul {
	margin-left: 10px;
}

div#Footer ul li {
	float: left;
	font-size: 0.85em;
	margin-right: 20px;
}

div#Footer ul li.clear {
	float: none;
	clear: both;
	margin-right: 0;
}

div#Footer ul li a {
	color: #b4985a;
	text-decoration: none;
}

div#Footer ul li a:hover {
	text-decoration: underline;
}

div#Content {
	width: 315px;
}

p.warning {
	color: #000000;
	font-size: 1.4em;
	padding-bottom: 10px;
}

p {
	color: #333333;
	font-size: 0.9em;
}

div.seperator {
	clear: both;
	width: 100%;
	margin: 12px 0;
	height: 2px;
	font-size: 0;
	line-height: 0;
	background: transparent url(../images/bg-splitter.png) repeat-x left top;
}

div.formText div.inputWrapper {
    height: 16px;
    background: transparent url(../images/input-left.png) left top no-repeat;
}
div.formText div.inputWrapper div {
	height: 16px;
	background: transparent url(../images/input-right.png) right top no-repeat;
}

div.formSubmit input {
	width: 48px;
	height: 18px;
	border: 0;
	text-indent: -9999px;
	background: transparent url(../images/bttn-enter.png) left top no-repeat;
	cursor: pointer;
	margin-top: 4px;
}

div.inputWrapper div input {
	border: 0;
	background: none;
	padding: 2px 7px 0 7px;
	width: 31px;
	color: #999;
	font-size: 0.85em;
	display: block;
}

form div.error div.inputWrapper {
	background-position: left -16px;
}

form div.error div.inputWrapper div {
	background-position: right -16px;
}

form {
	padding-bottom: 50px;
}

form label {
	font-size: 0.9em;
}

p.error,
form label.error {
	color: #c02c0f;
}

div#Form_VerifyDay,
div#Form_VerifyMonth,
div#Form_VerifyYear {
	width: 45px;
	float: left;
	padding-right: 6px;
	margin-top: 4px;
}
#Form_VerifyCountry{
    margin: 5px 0;
}


.selectWrapper .option {
    line-height:16px;
    color:#666;
    cursor:pointer;
}
.selectWrapper .optionHover {
    background:#dbb35e;
    color:#fff;
}

.selectWrapper,
.multiSelect{
    position:relative;
    height:16px;
    font-size:11px;
    font-family: Arial, Helvetica, sans-serif;
}

.selectWrapper .styledSelect {
    position:absolute;
    top:0px;
}

.selectWrapper .selectedOption {
    float: left; /* Must have this */
    border-bottom:1px solid #eaeaea;
    background:transparent url(../images/bg-select.png) left top no-repeat;
}

.required .selectWrapper .selectedOption {
    background-image:url(../images/bg-select-error.png);
}

.selectWrapper .selectedOption span {
    padding:0 6px;
    margin:0;
    line-height:16px;
    height:16px;
    overflow:hidden;
    display:block;
    cursor: pointer;
    color:#999;
}
.selectWrapper .optionHolder span {
    margin:0 6px;
    line-height:16px;
    display:block;
    color:#999;
}

    .selectWrapper .optionHover span {
        color:#fff;
    }


.selectWrapper .optionHolder {
    background:#fff;
    clear:both;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

    .selectWrapper .jScrollPaneContainer {
        border-right:1px solid #ccc;
    }

.selectWrapper .selectArrow {
    float:right;
    width:14px;
    height:16px;
    cursor:pointer;
    background-color:transparent;
    background-image: url(../images/bttn-select.png);
    background-position: right top;
    background-repeat: no-repeat;
}

div.selectFooter    {
    height:4px;
	overflow:hidden;
    background: transparent url(../images/bg-select-footer-left.png) left top no-repeat;
}
    div.selectFooter div.selectFooterRight    {
        height:4px;
        width:6px;
        float:right;
        background: transparent url(../images/bg-select-footer-right.png) right top no-repeat;
    }

div.selectTop    {
    height:4px;
	overflow:hidden;
    background: transparent url(../images/bg-select-top-left.png) left top no-repeat;
}
    div.selectTop div.selectTopRight    {
        height:4px;
        width:6px;
        float:right;
        background: transparent url(../images/bg-select-top-right.png) right top no-repeat;
    }

#VerifyCountry{
    width: 147px;
}

label{
    padding-bottom:2px;
}