div.comment-form, table.form-container
{
	background-color:#A8B40A;
	clear:both;
	position:static;
	padding:0px;
	width:576px;
}

table.form-container
{
	
}
table.form-container tr td 
{
	text-align:left;
}
table.form-container td.photo-preview
{
	text-align:center;
	padding-top:10px;
}
table.form-container td.photo-title
{
	text-align:center;
	padding-top:10px;
}

table.form-container tr.header td
{
	height:25px;
	color:White;
	font-size:13px;
	font-weight:bold;
	padding-left:40px;
	vertical-align:middle;
	width:100%;
}
table.form-container tr td.details 
{
	background-color:White;
	vertical-align:top;
	text-align:center;
	padding-left:45px;
	width:100%;
}
table.form-container tr.details td table.form-wrap
{
	width:485px;
}

table.formcontent tr td 
{
	text-align:left;
	padding-left:0px;	
}

input.btn-submit-comment
{
	border: 0px none;
	background: transparent url(/images/buttons/post_comment.jpg) no-repeat left top;
	width:100px;
	height:20px;
	font-size:1px;
	line-height:1px;
	cursor:pointer;
}
input.btn-submit-ecard
{
	border: 0px none;
	background: transparent url(/images/buttons/sumit_ecard.gif) no-repeat left top;
	width:90px;
	height:18px;
	font-size:1px;
	line-height:1px;
	cursor:pointer;
}

#cboxClose
{
	position:absolute;
	visibility:hidden;
	top:2px;
	bottom:auto;
	right:0px;
	background-image: url(/images/buttons/close_comment.gif);
}
#cboxContent
{
	background-color:#A8B40A;
	
}
input.photo-upload
{
	position:relative;
	left:0px;
	filter:alpha (opacity=0);
	opacity:0;
	top:-28px;
	width: 285px;
	cursor:pointer;
}
input.photo-upload-dummy
{
	position:relative;
	left:0px;
	width:155px !important;
}
input.upload-success
{
	background-color:#CEFCB4;
}
input.upload-failure
{
	background-color:#FCBBB4;
}


input.btn-upload-photo
{
	border: 0px none;
	background: transparent url(/images/buttons/upload_photo.jpg) no-repeat left top;
	width:92px;
	height:20px;
	font-size:1px;
	line-height:1px;
	position:relative;
	left:10px;
	top:5px;	
	cursor:pointer;
}
.mozilla * input.btn-upload-photo, .ie7 * input.btn-upload-photo,
.ie6 * input.btn-upload-photo
{
	top:-3px;
}