.odp1{
    float: right;
    cursor: pointer!important;
    margin-top: -8px!important;
    padding: 0px 4px 0px 4px!important;
}

.level2{
    margin-left: 80px;
}

.comment,
#addCommentContainer,.addCommentContainer2{
	
	/* Syling the comments and the comment form container */
	
	padding: 12px 12px 12px 12px;
	width:620px;
	position:relative;
	background-color:#fcfcfc;
	border:1px solid white;
	color:#888;
	margin-bottom:25px;
	z-index: 1000;
	/* CSS3 rounded corners and drop shadows */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #c2c2c2;
	-webkit-box-shadow:2px 2px 0 #c2c2c2;
	box-shadow:2px 2px 0 #c2c2c2;
        display: inline-block;
        clear: both;
}

.avatar span{
    font-size: 10px;
}

.comment .avatar{

	left: -95px;
        position: absolute;
        width: 50px;
        background: #fcfcfc;
        margin-top: -25px;
        top: 35%;
        -moz-box-shadow: 1px 1px 0 #c2c2c2;
        -webkit-box-shadow: 1px 1px 0 #c2c2c2;
        box-shadow: 1px 1px 0 #c2c2c2;
        height: 72px;
        width: 72px;
        text-align: center;
		margin-left: 20px;
}

.comment .avatar img{
	display:block;
        margin: auto;
}

.comment .name{
	font-size:15px;
	padding-bottom:10px;
	color:#ccc;
        padding-right: 70px;

}

.comment .date{
	font-size:10px;
	padding:1px 0 6px 0;
	position:absolute;
	right:15px;
	top:10px;
	color:#bbb;
}

.comment p,
#addCommentContainer p{
	font-size:18px;
	line-height:1.5;
	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,.addCommentContainer2 textarea{
	width: 100%;
}

label{
	font-size:10px;
}

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

#submit,.submit2,.odp1{
	
	/* The submit button */
	
	background-color:#58B9EB;
	border:1px solid #40A2D4;
	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,.submit2:hover,.odp1:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}

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

#main_comments{
	position:relative;
	margin:0 auto;
        margin-left: 160px;
}
#main_comments .loggedbox{
    margin-left: 6px;
}