.justmozg-uform {
	position:relative;
}
.justmozg-uform, .justmozg-uform td {
	font-family:Verdana;
	font-size:12px;
}
.justmozg-uform td {
	padding:5px 10px;
	text-align:left;
	vertical-align:middle;
}
.justmozg-uform td.justmozg-uform-head {
	padding:15px 10px 5px;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
.justmozg-uform td.justmozg-uform-name {
	vertical-align:top;
	text-align:right;
	padding:9px 10px;
}
.justmozg-uform td.justmozg-uform-noname {
	text-align:center;
}
.justmozg-uform-captcha {
	margin-top:15px;
}
.justmozg_uform-errors {
	color:#f00;
}
.justmozg_uform-success {
	color:#339933;
}
.justmozg-uform .justmozg-uform-req {
	color:#f00;
	font-size:16px;
}
.justmozg-uform td.justmozg-uform-white {
	padding:0;
	line-height:5px;
}
.justmozg-uform-field-icons img {
	border:1px solid transparent;
}
.justmozg-uform-field-icons img.selected {
	border-color:#000;
}
.justmozg-uform-file-delete {
	display:inline-block;
	width:11px;
	height:11px;
	background: url(images/delete.png);
	cursor: pointer;
	position: relative;
	top: 1px;
}
.justmozg-uform-file-items {
	margin-bottom:2px;
	padding-top:4px;
}
.justmozg-uform-file-item {
	height:20px;
}
.justmozg-uform-file a {
	background:url(images/file.png) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
}
.justmozg-uform-blocking {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
}
.justmozg-uform-loader {
	width:20px;
	height:20px;
	background:url(images/load.gif);
}
.justmozg-uform-disabled {
	cursor:default;
}