.dialog_titletext {

	font-size: 14px;
	margin-bottom:10px;
}

.dialog_maintext {

	font-size: 12px;
	margin-bottom:10px;
}

.strongtext {
	
	font-weight: bold;
}

.normaltext {
	
	font-weight: normal;
}

.smallertext {

	font-size: 11px;	
}

.righttext {
	
	float:right;
}

.close_arrowright, .close_arrowtop {
	
	background: url(../images/cross.png) no-repeat 2px 2px;
	float: right;
	height:11px;
	width:12px;
	cursor: pointer;
}
.close_arrowtop {

	margin-right:12px;
	margin-top:30px;
}
.close_arrowright {

	margin-right:32px;
	margin-top:10px;
}

.dialog_link {

	margin-left:14px;
	display: block;
}

.bigindent {
	
	margin-left:14px;
}

.smallindent {
	
	margin-left:6px;
}

.longurl {
	
	width: 290px;
	
	white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#about_holder {

	display:none;
	position:absolute;
	margin-left:-470px;
	top:90px;
	left:50%;
	z-index:100;
	width:360px;
	background: url(../images/arrow_right.png) no-repeat 340px 28px;
	opacity:0.95;
}

	#about_dialog {
		
		background-color:#d9e6e9;
		width:304px;
		padding:18px;
		
		-moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	}
	
	#about_dialog ul {
		
		margin-bottom:6px;
	}
	
	#about_dialog li {
	
		list-style: square;
		margin-bottom:6px;
		margin-left:14px;
		font-size: 11px;
	}
	
	#about_dialog a {
	
		font-size:11px;
		color:#749EAB;
	}
	
#terms_holder {

	display:none;
	position:absolute;
	margin-left:100px;
	top:35px;
	left:50%;
	z-index:100;
	background: url(../images/arrow_up.png) no-repeat 260px 0px;
	opacity:0.95;
}

	#terms_dialog {
	
		background-color:#d9e6e9;
		width:284px;
		padding:18px;
		margin-top:20px;
		
		-moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	}
	
#api_holder {

	display:none;
	position:absolute;
	margin-left:-100px;
	top:220px;
	left:50%;
	z-index:100;
	background: url(../images/arrow_up.png) no-repeat 40px 0px;
	opacity:0.95;
}

	#api_dialog {
	
		background-color:#d9e6e9;
		width:280px;
		padding:18px;
		margin-top:20px;
		
		-moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	}