/*** Layout ***/

#master {
	position:relative;
	margin:auto auto auto auto;
	padding:0;
	top:30px;
	width:830px;
}

.bubble {
	display:block;
	position:absolute;
	background:url(img/bubble.png) no-repeat;
	width:199px;
	height:39px;
	padding:20px 10px;
	text-align:center;

	vertical-align:middle;
	cursor:help;
}

.bubble_text {

	position:relative;
	vertical-align:middle;
	color:#FFF;
text-align:center;
	}

#navigation {
	position:absolute;
	top:0;
	left:230px;
	/* width:590px; */
	width:600px;
}

.nav_box {
	z-index:2;
	position:absolute;
	top:0;
	width:116px;
	height:98px;
	margin-left:4px;
	margin-right:2px;
}

.nav_box_active {
	z-index:2;
	position:absolute;
	top:0;
	width:116px;
	height:98px;
	margin-left:4px;
	margin-right:2px;
}

.nav_title {
	background-color:#FFFFFF;
	z-index:1;
	position:absolute;
	top:80px;
	width:122px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.nav_title_active {
	background-color:#FFFFFF;
	z-index:1;
	position:absolute;
	width:122px;
	top:98px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.nav_box_title {
	z-index:3;
	position:absolute;
	width:116px;
	height:98px;
	margin-left:4px;
	margin-right:2px;
	top:0;
}
.nav_box_title_active {
	position:absolute;
	margin-left:4px;
	margin-right:2px;
	width:116px;
	height:98px;
	top:0;

}


.nav_box_hover {
	z-index:4;
	position:absolute;
	width:116px;
	height:98px;
	margin-left:5px;
	margin-right:1px;
	top:0;
}

.text {
	position:absolute;
	margin:0;
	padding:0f;
	text-align:justify;
	padding-right:10px;
	overflow:auto;
}

.image {
	position:absolute;
	margin:0;
	padding:0;
}

#content {
	position:absolute;
	top:120px;
	left:0;
	width:830px;
	height:375px;
	border-top:#cdcbcd 1px solid;
}

#foot {
	position:absolute;
	width:825px;
	height:20px;
	top:495px;
	left:0;
	border-top:#cdcbcd 1px solid;
	text-align:right;
	padding-right:5px;
	font-size:11px;
}

#pollCount {
	position:absolute;
	width:250px;
	height:20px;
	top:380px;
	left:0;
}


#logo {
	position:absolute;
	/* background:url(img/logo.png) no-repeat; */
	top:30px;
	left:0;
	width:149px;
	height:61px;
}

#right {
	position:absolute;
	left:665px;
	top:0;
	width:165px;
	height:375px;
	overflow-y:auto;
	overflow-x:hidden;
}

.right {
	position:relative;
	width:165px;
	overflow-x:hidden;
}

.line {
	border-top:#c7c9cb 1px solid;
	height:1px;
	margin:5px 0 5px 0;
}

/*#right2 {
	position:absolute;
	left:0;
	top:170px;
	width:165px;
	height:100px;
	border-top:#c7c9cb 1px solid;
}

#right3 {
	position:absolute;
	left:0;
	top:265px;
	width:165px;
	height:115px;
	border-top:#c7c9cb 1px solid;
} */
	

.sep {
	background:#c7c9cb;
	height:2px;
	width:165px;
}

.step {
	position:absolute;
	top:0;
	width:90px;
	height:63px;
}

#steps {
	position:absolute;
	left:0;
	top:245px;
	width:448px;
	height:63px;
	margin-bottom:60px;
}

#steps_title {
	position:absolute;
	left:0;
	top:220px;
	height:12px;
}

.summary {
	/*background: #FFFFFF url(img/shadow.gif) no-repeat bottom right;*/
	background:#CCCCCC;
	position:absolute;
	width:346px;
	height:54px;
	left:474px;
	top:65px;
	padding:5px;
	display:none;
	/*border:#000000 1px solid; */
}

a.lang {
	color:#000000;
}

a.lang:hover {
	color:#333333;
}

#login {
	background:url(img/login.png) no-repeat;
	width:144px;
	height:100px;
	padding-top:10px;
	padding-left:5px;
	padding-right:15px;
	margin-bottom:15px;
	text-align:center;
}

.clear {
	clear:both;
}

#content_right {
	float:right;
	position:relative;
	width:160px;
	margin-left:15px;
}


input.btn {
	background-color: #FFFFFF;
	border:2px solid; 
    border-color: #2778a1;
	margin-top:5px; 
	border-style:outset;
}
input.btn:hover {
	background-color: #FFFFFF;
	border:2px solid; 
    border-color: #2778a1;  
	border-style:inset;
}

#validEmail {
	margin-top: 2px;
	margin-left: 3px;
	position: absolute;
	width: 16px;
	height: 16px;
}


