
body {
	background: url(/images/freesms/bg.jpg) top center no-repeat;
	text-align: center;
	font: 10px Arial, Tahoma, Verdana;
	color: #68a4ca;
}
a {
	color: #68a4ca;
	text-decoration: none;
}
	a:hover {
		color: #fecf00;
	}
input,
textarea,
.btn-submit {
	float: left;
	border: 1px solid #68a4ca;
	color: #68a4ca;
	font: 9px Arial,Tahoma,Verdana;
	font-size: 9px;
	padding: 3px 8px 3px 8px;
	background-color: #fff;
}
.submit,
.btn-submit {
	padding: 2px 15px 2px 15px;
	text-decoration: none;
}
.btn-submit {
	float: none;
}
.btn-submit:hover {
	color: #68a4ca;
}
#center {
	margin: 225px auto 0 auto;
	width: 960px;
	height: 280px;
	position: relative;
}
#description {
	position: absolute;
	top: 113px;
	left: 59px;
	width: 263px;
	text-align: left;
	border-top: 1px solid #fecf00;
	padding: 10px 0 0 0;
}
	#description p {
		margin: 0;
		padding: 0 0 8px 0;
		color: #68a4ca;
	}
		#description p span.hover_1 a:hover,
		#description p span.hover_2 a:hover,
		#description p span.hover_3 a:hover{
			color: #68A4CA;
		}
		#description p span.normal_1,
		#description p span.normal_2,
		#description p span.normal_3,
		#description p span.normal_3 a {
			color: #fecf00;
			text-decoration: none;
		}
#login {
	position: absolute;
	top: 64px;
	left: 334px;
	width: 253px;
	height: 139px;
	border: 1px solid #fecf00;
	padding: 10px;
	text-align: left;
}
	.ico_person,
	.ico_letter {
		position: absolute;
		top: -12px;
		left: 15px;
	}
#send {
	position: absolute;
	top: 64px;
	left: 622px;
	border: 1px solid #fecf00;
	padding: 10px;
	text-align: left;
	width: 253px;
	height: 139px;
}
	.ico_letter {
		top: -11px;
	}
#copywright {
	position: absolute;
	bottom: 35px;
	right: 140px;
	color: #bcbec0;
}
.btn-dropdown {
	float: right;
	background: url(/images/freesms/ico_arrow.gif) center no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#lost-btn-dropdown,
#get-btn-dropdown {
	float: left;
	margin: 0 0 0 5px;
}
.dropdown {
	position: absolute;
	border: 1px solid #68a4ca;
	z-index: 999;
	background-color: #fff;
	list-style: none;
	padding: 0;
	margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
}
    .dropdown li {
        float: left;
        padding: 0;
        margin: 0;
    }
    .dropdown li a {
        float: left;
        width: 287px;
        padding: 3px;
		text-decoration: none;
		color: #68a4ca;
        border-bottom: 1px solid #dedede;
    }
    .dropdown li a.first {
        border-top: 1px solid #dedede;
    }
        .dropdown li a span.name {
            float: left;
            width: 95px;
            cursor: pointer;
        }
        .dropdown li a span.number {
            float: left;
            width: 108px;
            text-align: right;
            cursor: pointer;
        }
        .dropdown li span.empty {
            float: left;
            width: 179px;
            text-align: left;
            color: #666;
            font-style: italic;
            padding-top: 7px;
        }
        .dropdown li a:hover {
            background: #68a4ca;
            color: #fff !important;
       		border-bottom: 1px solid #68a4ca;
        }
#users-dropdown {
    top: 42px;
    left: 10px;
    width: 226px;
    max-height: 150px;
}
#lost-providers-dropdown,
#get-providers-dropdown {
    top: 61px;
    left: 10px;
    width: 226px;
    max-height: 150px;
}
#logoff {
	position: absolute;
	top: 64px;
	left: 334px;
	width: 253px;
	height: 139px;
	border: 1px solid #fecf00;
	padding: 10px;
}
	#logoff h2 {
		font-size: 24px;
		color: #68a4ca;
		padding: 0;
		margin: 35px 0 0 0;
	}
	#logoff p {
		padding: 0;
		margin: 0 0 8px 0;
		color: #68a4ca;
	}
	#logoff p strong {
		color: #fecf00;
	}
.char-count {
	float: right;
	padding: 5px 0 0 0;
	color: #68a4ca;
}
.label {
	float: left;
	padding: 3px 0 0 0;
	color: #68a4ca;
}
.link-get-password,
.link-lost-password {
	float: left;
	clear: left;
	margin-top: 10px;
}
.link-lost-password {
	clear: none;
	margin-left: 10px;
}
#lost-password,
#get-password {
	position: absolute;
	top: 64px;
	left: 334px;
	width: 540px;
	height: 139px;
	border: 1px solid #fecf00;
	padding: 10px;
	text-align: left;
}
	#lost-password h2,
	#get-password h2 {
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		margin: 0;
		color: #68a4ca;
	}
	#lost-password p,
	#get-password p {
		float: left;
		color: #68a4ca;
		padding: 0;
		line-height: 12px;
		margin: 2px 0 5px 5px;
	}
.captcha {
	border: 1px solid #68a4ca;
	padding: 8px 46px 8px 47px;
	float: right;
}	
.lost-password-back,
.get-password-back {
	float: left;
	padding: 4px 0 0 10px;
}
	
.disabled {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
	cursor: default;
}
#save-contact {
	position: absolute;
	top: 64px;
	left: 334px;
	width: 253px;
	height: 139px;
	border: 1px solid #fecf00;
	padding: 10px;
	text-align: left;
}
	#save-contact h2 {
		font-size: 12px;
		padding: 0;
		margin: 0;
		color: #68a4ca;
	}
	#save-contact p {
		margin: 0;
		padding: 0;
		color: #68a4ca;
	}
.save-contact-back {
	float: left;
	margin: 4px 0 0 10px;
}
.checkbox-container input {
	border: none;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	