/* Comentarios */
.PpsComments_Background {
	position:relative;
	margin: auto;
	padding: 30px 0px 0px 0px;
	width: 98%;
	border:1px solid #e1e2fe;
	border-radius: 6px; 
	background:#c6d0e1 url('images/headblueup.jpg') repeat-x;

	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	overflow:hidden;
}

.PssComments_Title
{
	position:absolute; 
	top:8px; 
	left:8px;
	font-family : Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
   	color: #000; 
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.comment {
	/* Syling the comments and the comment form container */
	position: relative;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

.comment .cmt_avatar{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 70px;
	height: 80px;
	padding:3px;
	font-size: 9px;
	text-align: center;
	background-color: #EBF5F4;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	/* CSS3 rounded corners and drop shadows */	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 20;
}

.comment .cmt_arrow{
	position: absolute;
	top: 10px;
	left: -12px;
	width: 16px;
	height: 16px;
	background: url(images/arrow.gif) no-repeat 0px 0px;
}

.comment .cmt_name,
#addCommentContainer .addComment_title {
	position: absolute;
	top: 0px;
	left: 5px;	
	font-size: 14px;
	font-weight: bold;
}

.comment .cmt_buttons {
	position: absolute;
	top: 0px;
	right: 5px;	
	font-size: 14px;
	font-weight: bold;
}

.comment .cmt_usertype {
	position: relative;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}

.comment .cmt_msg, 
#addCommentContainer{
	position: relative;
	margin: 20px 0px 0px 90px;
	padding: 30px 10px 30px 10px;
	
	background-color: #f0f0f0;
	
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	/* CSS3 rounded corners and drop shadows */	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.comment .cmt_date{
	position: absolute;
	right: 15px;
	bottom: 3px;
	font-size: 10px;
	color: #bbb;
}

#addCommentContainer{
	width: 80%;
	margin: 20px auto 0px auto;
	padding: 20px 30px 10px 10px;
}


#addCommentContainer input[type=text] {
	margin: 3px 10px 3px;
	display: block;
	border:1px solid #aaa;
}

#addCommentContainer textarea{
	display: block;
	margin: 3px 10px 3px;
	padding: 3px 0px 3px 0px;
	width: 100%;
	border:1px solid #aaa;
}

#addCommentContainer label{
	font-size:12px;
}