@charset "utf-8";
/* CSS Document */

.location{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #004549;
	text-decoration: none;
}

.location a{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #004549;
	text-decoration: none;
}

.title{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #2f6dc3;
}

.title a{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #2f6dc3;
}

.content{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #444444;
}

.content a{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #444444;
}

.form_title{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 14px;
	color: #2f6dc3;
}

.message_title{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

.author_name{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 14px;
	color: #2f6dc3;
}

.reply_time{
	font: Tahoma;
	font-family: Tahoma;
	font-size: 12px;
	color: #2f6dc3;
}


.album_content{
	font: Tahoma;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

.album_content a{
	font: Tahoma;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

.album_author_name{
	font: Tahoma;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f6dc3;
}

.album_author_name a{
	font: Tahoma;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f6dc3;
}

.black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 600px;
            height: 400px;

            border: 16px solid;
			border-color: #a5deef;
            background-color: white;
            z-index:1002;
            overflow:hidden;
        }