@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
	margin:0;
	font-family:Arial;
	color:#a7a7a7;
	font-size:12px;
	line-height:18px;
}
.content {
	background-repeat:no-repeat;
	height:480px;
}
.text-resalt {
	color:#D8934F;
}
.text-blank {
	color:#FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #D8934F;
	text-decoration:none;
}
a:active {
	color: #D8934F;
	text-decoration:none;
}

.L-PIC {
	float:left;
	margin-right:15px;
}
.text {
	color:#D8934F; 
	font-size:12px; 
	font-family:Arial; 
	border:solid 1px #D8934F; 
	background-color:#000000; 
	width:300px; 
	height:17px;
}
.textarea {
	color:#D8934F; 
	font-size:12px; 
	font-family:Arial; 
	border:solid 1px #D8934F; 
	background-color:#000000; 
	width:300px; 
	height:170px;
}
/* Share Dock Styles */
#sharedock { position: fixed; bottom: 0; left: 0; width: 640px; height: 90px; z-index: 999; }
#dock { position: relative; bottom: 0; font: 13px "Trebuchet MS", Verdana, Helvetica, sans-serif; }
.dock-container { position: relative; background: url(/images/dock-background-sm.png) no-repeat bottom right; height: 50px; padding: 20px; }
.dock-contaner-left { background: url(/images/dock-background-sm.png) no-repeat left bottom; width: 15px; height: 32px; position: absolute; bottom: 0; left: -15px; }
.dock-container .custom_images a { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #333; cursor: pointer; }
.dock-container .custom_images span { background: rgba(0,0,0,.75); display: none; padding: 2px 8px; margin-left: 17px; font-size: 11px; color: #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.dock-container .custom_images img { border: 0; margin: 5px 10px 0px; width: 100% }
