#thelabel {
	float: left;
	text-align: right;
	padding:13px 10px 0 0;
}
#element {
	float: left;
	text-align: left;
}
#Mainimage {
	width: 400px;
	float: left;
}
.form {
	width: 625px;
	padding: 10px; 
	background: #f3f3f3;
	border: 2px solid #3366FF;
}
.form label {
	float: left;
	width: 120px;
	padding: 10px 10px 0 0;
}
.form select {
	margin-top: 10px;
}
.form input {
	margin-top: 10px;
	clear: both;
}
#btn {
	text-align: right;
}
.submit {
	width: 100px;
}
#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(message.gif) left center no-repeat;
	padding-left: 7px
}
#msgcontent {display:block; background:#f3f3f3; border:2px solid #3366FF; border-left:none; padding:5px; min-width:150px; max-width:250px}
#details {
	width: 320px;
	margin-left: 10px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#details h6 {
	font-weight: bold;
	color: #990000;
	font-size: 14px;
	border-bottom: 1px solid #CFCFCF;
}
#details .desc {
	margin-top: 5px;
	padding-left: 10px;
	font-size: 11px;
}
#CentUp {
	margin-left: 110px;
}
#uploadingpart {
	background-color: fff;
	visibility: hidden;
}
