
body, table {
    color: #333333;
    font-family: arial;
    font-size: 12px;
    line-height: 18px;
}

#container {
    padding: 16px;
    width: 714px;
}

h1 {
    font-size: 18px;
    font-weight: normal;
}

#step-bar {
    height: 45px;
    padding-bottom: 20px;
    padding-top: 16px;
}

#step-bar .box {
    color: #999999;
    float: left;
    font-weight: bold;
}

#step-bar .active {
    color: #666666;
}

#step-bar .box .no {
    background-color: #f7f7f7;
    behavior: url(/css/css3pie/PIE.htc);
    border: 1px solid #dededf;
    border-radius: 4px;
    float: left;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 5px;
    padding: 4px 8px 4px 8px;
}

#step-bar .active .no {
    background-color: #ffffff;
    border: 1px solid #666666;
}

#step-bar .box .text {
    float: left;
    font-size: 12px;
    margin-left: 4px;
    margin-top: 10px;
}

#step-bar .arrow {
    float: left;
    margin: 12 3 0 5px;
}

.desc {
    clear: both;
}

.desc .text {
    float: left;
    text-align: justify;
    width: 600px;
}

.desc .flag {
    float: right;
}

form {
    background-color: #E3E3E3 !important;
    border-radius: 4px 4px 4px 4px;
    clear: both;
}

form .section {
    clear: both;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    width: 680px;
}

form .section .content-right {
    text-align: right;
    width: 100%;
}

form .section h1 {
    background-color: #666666;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 4 4 4 16px;
}

form .section .row {
    clear: both;
    padding-top: 5px;
}

form .section .left {
    float: left;
}

form .section .right {
    float: right;
}

form .section .text {
    padding-bottom: 5px;
}

form .section .text img {
    vertical-align: middle;
}

form .section .input-box input, select, textarea {
    width: 300px;
}

form .section .error-text {
    color: #d71920;
    font-weight: bold;
    padding: 0px;
}

form .section .userinputerror {
    border: 1px solid #d71920;
}

form .hint {
    color: #0066cc;
}

.errormessage, .forminputerrormessage {
    color: #d71920;
    font-weight: bold;
}

form .submitbutton {
    background-color: #666;
    behavior: url(/css/css3pie/PIE.htc);
    border: 1px solid #666;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 0px;
    margin: 0px;
    padding: 0px 20px;
    text-decoration: none;
}

form .submitbutton:hover {
    background-color: #06C;
    border: 1px solid #06C;
}

.overlibcaption {
    background-color: #0066cb;
    behavior: url(/css/css3pie/PIE.htc);
    border-radius: 4px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 1px;
}

.overlibpopup {
    background-color: #FFFFFF;
    font-weight: normal;
    margin: 2px;
    padding: 5px;
}

input[type="text"], input[type="password"], select {
    background-color: white;
    border: none;
    font-size: 14px;
    margin: 4px 0px;
    padding: 5px;
    text-align: left;
}

input:focus, textarea:focus {
    background-color: white;
    border: 2px solid #0066cc;
    outline: none;
}

input[type="submit"]:focus, input[type="button"]:focus {
    background-color: #666666;
    border: none;
    outline: none;
}

.separator {
    clear: both : height : 5 px;
}

.smsinfo {
    margin-top: 0;
    width: 300px;
}

.fixed-width {
    width: 300px;
}

.fixed-width-checkbox {
    width: 10px !important;
}

/* styles for new phone prefix dropdowns */
.phoneInput {
    background-color: #666;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin: 0 5px 10px 0;
    padding: 6px 12px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 45px;
}

.phoneInput:hover {
    background-color: #7d7d7d;
}

.phoneInput span {
}

.countryContainer {
    background: none repeat scroll 0 0 white;
    display: none;
    max-height: 150px;
    overflow-y: scroll;
    position: absolute;
    border: 1px solid #ccc;
}

.countryContainer > ul {
    list-style: none;
    padding: 2px 0 2px 0;
}

.countryContainer li {
    padding-left: 20px
}

.countryContainer li.selected, .countryContainer li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.countryContainer a {
    color: black;
    line-height: 31px;
    text-decoration: none;
    text-transform: capitalize;
}

input:focus, textarea:focus {
    background-color: white;
    border: 2px solid #0066cc;
    outline: medium none;
    padding: 3px;
}


.info {
	width            : 600px;
	display          : inline-block;
	font-size        : 11.844px;
	line-height      : 14px;
	padding          : 2px 4px;
	border-radius    : 10px;
	padding          : 10px;
	text-align       : justify;
	font-family      : arial;
	font-size        : 12px;
	line-height      : 18px;
	border: 1px solid #277dd3;
	background-color: #c1d9f0;
	color: #333;
}

div.terms-box {
    width: 658px;
    height: 150px;
    overflow: auto;
    border: 1px black solid;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 5px;
}
