

body{
	font-size:13px;
	color:#666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.comment,
#addCommentContainer{
	
	/* Syling the comments and the comment form container */
	
	padding:0px 6px 6px 6px;
	width:400px;
	position:relative;
	background-color:#FCFFFD;
	border:1px solid white;
	color:#888;
	margin-bottom:25px;
	
	/* CSS3 rounded corners and drop shadows */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #DDEBE1;
	-webkit-box-shadow:2px 2px 0 #DDEBE1;
	box-shadow:2px 2px 0 #DDEBE1;
}

.comment .avatar{

	/*
	/	The avatar is positioned absolutely, 
	/	and offset outside the comment div
	/*/

	height:50px;
	left:-70px;
	position:absolute;
	width:50px;
	background:url('img/default_avatar.gif') no-repeat #fcfcfc;
	
	/* Centering it vertically: */
	
	margin-top:-25px;
	top:50%;

	-moz-box-shadow:1px 1px 0 #c2c2c2;
	-webkit-box-shadow:1px 1px 0 #c2c2c2;
	box-shadow:1px 1px 0 #c2c2c2;
}

.comment .avatar img{
	display:block;
}

.comment .name{
	font-size:16px;
	padding:0px 0px 0px 30px;
	color:#68CED2;
	display:inline;
}
.comment .c_body{
	font-size:16px;
	padding-bottom:1px;
	color:#BA8574;
}

.comment .date{
	font-size:10px;
	padding:6px 0px 0px 50px;
	display:inline;
	color:#68CED2;
}

.comment p,
#addCommentContainer p{padding:0px 0px 0px 6px;
	font-size:15px;
	line-height:1.5;
	color: #635b8a;
	
	overflow-x:hidden;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Styling the inputs */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
}

#addCommentContainer textarea{
	width:300px;
}

label{
	font-size:10px;
}

label span.error{
	color:red;
	position:relative;
	right:-10px;
}

#submit{
	
	/* The submit button */
	
	background-color:#459E00;
	border:1px solid #6BD818;
	color:#FFFFFF;
	cursor:pointer;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	margin-top:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#submit:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}

/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin:0 auto;
	padding: 18px 0px 0px 0px;
	width:427px;
}





a img{
	border:none;
}
label {
    font-size: 15px;
}
