label.error {
color: red;
font-size:10px;
position: relative;
top: 0;
left:200px;
}

#commentNew
{
	background:url(../images/greyBack.png);
	margin:auto;
	text-align:center;
	padding:0px;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index:1000;
}


.commentNewManage
{

	text-align:left;
	border:solid #000 2px;
	background:#111;
	border:solid #333 1px;
	padding:10px;
	width:600px;
	color:#FFF;
	overflow:hidden;
}
#userManageWrapper
{
	background:url(../images/greyBack.png);
	margin:auto;
	text-align:center;
	padding:0px;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index:1000;
}


.userManage
{
	margin:auto;
	margin-top:40px;
	text-align:left;
	border:solid #000 2px;
	background:#111;
	border:solid #333 1px;
	padding:10px;
	width:600px;
	color:#FFF;
	overflow:hidden;
}
#titleCell
{
	text-align:center;
	clear:both;
	width:100%;
	border:0;
	border:solid #00F 0px;
	color:#6CF;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
}
#errorCell
{
	text-align:center;
	clear:both;
	width:100%;
	border:0;
	color:#F63;
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:normal;
	text-align:center;
    margin:5px;
}
/*
#userPic
	{
	margin:auto;
	border:solid #FFF 0px;
	background:url(../images/user.png);
	width:200px;
	color:#FFF;
	height:229px;
	position:relative;
	float:left;
	top:-100px;
	left:-20px;
	overflow:hidden;
	}
.showClass
{
	margin:auto;
	text-align:left;
	width:200px;
}
.checkboxWrapper
{
	width:130px;
	margin:auto;
	text-align:left;
}
.checkbox
{
	width:10px;
	margin:0px;
	padding:0px;
}
#inputText
{
}
#inputSubmit
{
}
#userCellButton
{
	width:230px;
	padding-left:10px;
}
.cell
{
	clear:both;
}

.cellLeft
{
	float:left;
	height:85%;
}
#buttonExpand
{
	border:0px;
	height:20px;
	background:none;
	border-bottom:solid #CCC 1px;
	color:#fff;
	text-align:left;
	width:100%;
}
#errorMessage
{
	text-align:center;
	width:100%;
	display:block;
}
#imageCell
{
	width:95%;
	text-align:center;
	margin:5px;
	margin-top:30px;
	border:solid #FFF 0px;
}
#labelBig
{
	font-weight:bold;
	font-size:15px;
	border-bottom:solid #FFF 2px;
	padding:5px;
	margin:0;
	width:100%;
	text-align:center;
}*/

#userNameShow
{
	clear:both;
	text-align:center;
	font-weight:bold;
	margin-left:10px;
	line-height:25px;
	width:100px;
	border:solid #F00 0px;
	display:block;
    color:#FFF;
}
#userId
	{
		border:solid #F00 0px;
		text-align:center;
		margin:auto;
		position:relative;
		width:120px;

	}
#userAvatar
{
	padding:0;
	width:80px;
    height:80px;
	border:solid #DDD 0px;
}
#comment
{
	font-size:10px;
	color:#666;
	margin:5px;
	border:solid #F00 0px;
	text-align:left;
	margin-left:210px;
    width:210px;
}
#buttonRadio
    {
        border:solid #F00 1px;
        width:20px;
        margin:0;
        }
.radioTitle
    {
        border:solid #F00 0px;
        width:100px;
        float:left;
        text-align:left;
        }
.buttonExit
	{
		float:right;
        color:#FFF;
        border:#666 0px;
	}
.cell ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}
.cell ul li
	{
		clear:both;
		width:100%;
		border:solid #F00 0px;
		text-align:center;
        margin-top:3px;
        margin-bottom:3px;
	}
.cell label
	{
		float:left;
		width:200px;
		text-align:right;
		border:solid #F00 0px;
		margin-right:5px;
	}
.cell li input
	{
		float:left;
		color:#333;
	}
.cell li select
	{
		width:205px;
		float:left;
	}
.cell fieldset
	{
		margin-top:20px;
		border:solid #333 1px;
		text-align:center;
	}
#buttonValidate
    {
        margin:10px;
        float:left;
        margin-left:0;
        width:205px;
        }