.preview_error {
	border: 1px solid red;
	font-weight: bold;
	font-size: 12px;
	margin: 10px;
	padding: 10px 5px;
	background: #f99;
	color: red;
}
#rightcell {
	overflow: hidden;
}
#error {
	margin: 0 auto;
	width: 400px;
	text-align: center;
}
.error {
	color: red;
	font-weight: bold;
}
ul {
	list-style-type: square;
	padding-left: 20px;
}
ol {
	padding-left: 30px;
}
li {
	font-size: 11px;
	margin: 10px 0;
}
.indetails {
	margin: 5px 5px 10px 0;
	font-family: Verdana, Arial;
	font-size: 12px;
 	text-align: right;
}
.indetails a {
	color: #27516F;
}

#content {
	font-family: Verdana, Arial;
	font-size: 12px;
 	width: 682px;
	margin: 10px auto;
	text-align: left;
}
#fw-content {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 10px auto;
	text-align: center;
}
#fw-content .usertable {
	margin: 0px auto;
}
#footer {
	padding: 0px;
	margin: 0px auto;
	width: 927px;
	height: 100%;
}
input[type="submit"] {
	border: 1px solid black;
	margin-top: 10px;
}
/* sitemap */
.sitemap {
	margin: 5px;
	padding: 0;
}
.sitemap ul {
	list-style-type: none;
	padding-left: 20px;
}
.sitemap ul li, .sitemap ul li a {
	font-size: 14px;
	font-weight: bold;
}
.sitemap ul ul {
	list-style-type: square;
	padding-left: 20px;
}
.sitemap ul ul li, .sitemap ul ul li a {
	font-size: 11px;
	font-weight: normal;
	margin: 10px 0;
}
/* */
fieldset {
	margin-top: 10px;
	border: 1px solid black;
	padding: 10px;
}
fieldset div {
	margin-top: 8px;
}
label {
	display: block;
	margin-top: 10px;
}
.contacts select {
	width: 100%;
}
.contacts textarea {
	width: 100%;
	margin: 0 -2px;
}
fieldset input {
	width: 100%;
	margin: 0 -2px;
}
fieldset div input {
	width: auto;
}
fieldset select {
	width: 100%;
}
fieldset div select {
	width: auto;
}
fieldset input[type="checkbox"] {
}
fieldset input[type="file"] {
	background: white;
	width: 200px;
}
fieldset input[type="radio"] {
	margin-right: 10px;
}
#gender {
	text-align: center;
}
.label_inline label {
	display: inline;
}
.file {
	width: 200px;
}
#jobform td {
	font-size: 11px;
}
.popup {
	position: absolute;
	top: 50%;
	left: 50%;
	background: white;
	/* for IE */
	filter:alpha(opacity=100);
	/* CSS3 standard */
	opacity:1.0;
	z-index: 100000;
}
.popup div {
	margin: 5px;
	background: white;
}
.popup_header {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 200px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin: 0px !important;
}
.popup_shadow {
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}
.popup_container {
	position: fixed;
	_position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
}
#recaptcha_area, #recaptcha_table {
	margin: 0 auto;
}
