@charset "UTF-8";

@import url("individual.css");

/* ======================================

 temporary CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

======================================= */

#comments .list
{
	width: 460px;
	padding: 10px;
}
#comments .list .comment
{
	margin: 0 0 10px;
}
#comments .list .comment .baloon
{
	width: 460px;
	margin: 0 0 5px;
	padding: 10px 0 0;
	background: url(../img/blog/bg_baloon_top.gif) no-repeat left top;
}
#comments .list .comment .baloon .bottom
{
	padding: 0 0 20px;
	background: url(../img/blog/bg_baloon_bottom.gif) no-repeat left bottom;
}
#comments .list .comment .baloon .bottom .body
{
	padding: 0 10px;
	background: url(../img/blog/bg_baloon_body.gif) repeat-y left top;
}
#comments .list .comment .commenter
{
	float: left;
	width: 74%;
}
#comments .list .comment .date
{
	float: right;
	width: 25%;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#post #comment-greeting
{
	margin: 5px 10px;
}
#post .form
{
	width: 460px;
	margin: 10px;
	border-top: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}
#post .form th,
#post .form td
{
	padding: 0.5em;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
}
#post .form th
{
	width: 25%;
}
#post .form th .must
{
	margin-left: 0.5em;
	color: #c00;
	font-size: 84%;
}
#post .form #comment-author,
#post .form #comment-email,
#post .form #comment-text,
#post .form #captcha_code
{
	padding: 3px;
	border-top: 1px solid #666;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#post .form #captcha_code
{
	width: 150px;
	margin: 0 5px;
	color: #666;
	font-size: 200%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#post .buttons
{
    text-align: center;
}
#post .buttons li
{
	margin: 0 2px;
    display: -moz-inline-box;/*for FF2*/
    display: inline-block;/*Modern Browser & FF3*/
}
    /* Windows IE6 only */
    * html #post .buttons li
    {
        display: inline;  
        zoom: 1;
    }
    /* Windows IE7 only */
    *+html #post .buttons li
    {
        display: inline;
        zoom: 1;
    }
	
#message .error
{
	padding: 9px;
	border: 1px solid #fc0;
	background: #ffc;
}
#message .btnBack,
#message .btnBackEntry
{
	margin: 10px;
	text-align: center;
}
