/* ######### CSS for Shade Tabs. Remove if not using ######### */







.shadetabs {

	padding: 3px 0;

	float:left;

	width:450px;

	margin-bottom: 0;

	list-style-type: none;

	text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li {

	float:left;

}

.shadetabs li a {

	text-decoration: none;

	position: relative;

	z-index: 1;

	margin-bottom:15px;

	width:340px;

	margin-bottom:15px;

	height:62px;

	padding:15px 110px 15px 15px;

	font-size:16px;

	display:block;

	line-height:130%;

	color: #000;

	font-family: Verdana;

	background: url(images/loginTabs.jpg) right no-repeat;

}

.shadetabs li a:visited {

	color: #2d2b2b;

}

.shadetabs li a:hover {

	text-decoration: underline;

	color: #2d2b2b;

	background: url(images/loginTabs_hover.jpg) no-repeat;

}

.shadetabs li a.selected { /*selected main tab style */

	text-decoration: underline;

	color: #2d2b2b;

	background: url(images/loginTabs_hover.jpg) no-repeat;

}

.shadetabs li a.selected:hover { /*selected main tab style */

	text-decoration: none;

}

#countrydivcontainer {

	background:#f0f0f0;

	border:1px solid #dedede;

	width:420px;

	min-height:260px;

	margin-bottom: 1em;

	padding: 25px;

	float:right;

}

#countrydivcontainer p {

	font-size:10px;

}

#countrydivcontainer input {

	/*width:200px;*/

}

.pointer {

	float:left;

	margin-left:-42px;

	width:17px;

}

.pos1 {

	margin-top:20px;

}

.pos2 {

	margin-top:125px;

}

.pos3 {

	margin-top:235px;

}


