@CHARSET "UTF-8";

.floatLeft {
	float: left;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.margin0 {
	margin: 0;
	_margin: 0;
}

.padding0 {
	padding: 0;
	_padding: 0;
}

.borderTop {
	width: 766px;
	height: 17px;
	border-top: #e8e8e9 17px solid;
}

.loginFormNew {
	border: #e8e8e9 3px solid;
	margin: 0 0 60px 0;
}

/*   login page 1   */

.welcomeText1 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	_padding: 21px 0 0 0;
	padding: 21px 0 0 0;
	width: 720px;
}

.welcomeText2 {
	font-size: 12px;
	text-align: left;
	margin: 11px 0 0 0;
	width: 720px;
}

.existingUser {
	margin: 10px 0 0 0;
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: 1px;
}

.divForm {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 394px;
	margin: 5px 0 0 0;
}

.divForm #login, .divForm #password {
	width: 185px;
	height: 19px;
	border: 1px solid #626263;
}

.divMap {
	width: 751px;
	height: 113px;
	margin: 15px 0 35px 0px;
}

.divMap .div1, .divMap .div2, .divMap .div3 {
	border: 0;
	margin-right: 8px;
}

.divMap div {
	width: 177px;
	height: 113px;
	float: left;
}

.div1 {
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	background: url('/templates/img/silversea/regionPicture/1.jpg') no-repeat;
}

.div2 {
	background: url('/templates/img/silversea/regionPicture/2.jpg') no-repeat;
}

.div3 {
	background: url('/templates/img/silversea/regionPicture/3.jpg') no-repeat;
}

.div4 {
	background: url('/templates/img/silversea/regionPicture/4.jpg') no-repeat;
}

#a1:hover div.div1 {
	cursor: pointer;
	background: url('/templates/img/silversea/regionPicture/1_0.jpg') no-repeat;
}

#a2:hover div.div2 {
	cursor: pointer;
	background: url('/templates/img/silversea/regionPicture/2_0.jpg') no-repeat;
}

#a3:hover div.div3 {
	cursor: pointer;
	background: url('/templates/img/silversea/regionPicture/3_0.jpg') no-repeat;
}

#a4:hover div.div4 {
	cursor: pointer;
	background: url('/templates/img/silversea/regionPicture/4_0.jpg') no-repeat;
}

/*   login page 2   */

.newuserText {
	font-size: 15px;
	font-weight: bold;
	color: #5C5C5D;
	margin: 20px 0 20px 0;
}

.lineUl {
	width: 720px;
	height: 10px;
	margin: 0px 0 0 0;
	_margin: -4px 0 0 0;
	background: url('/templates/img/silversea/lineUl.gif') repeat-x;
}

.divCountry {
	width: 730px;
	height: 300px;
	border: 0;
}

.ulCountry {
	width: 730px;
	list-style-type: none;
	list-style-image: none;
	border: 0;
}

.liCountry {
	width: 200px;
	height: 19px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 8px 0;
	border: 0;
	background: url('/templates/img/silversea/lineLi.jpg') 0px 17px no-repeat;
}

.liCountry a {
	text-decoration: none;
	color: #29292A !important;
}