.overlay {

}

.popup {
/*	position: fixed;
	left: 50%;
	top: 45%;
	margin: -150px 0 0 -230px;*/
	width: 400px;
	background: #e0e6e9;
	padding: 30px;
	text-align: left;
	line-height: 18px;
}

.popup h2 {
	color: #3b4148;
	font-size: 16px;
	margin-bottom: 25px;
}

.popup form p {
	margin-top:		10px;
	margin-bottom:	10px;
}

.popup label {
	float: left;
	width: 120px;
	text-align: right;
	margin: 3px 15px 0 0;
}

.popup .compact select {
	width: 180px;
}
.popup .compact input.text,
.popup .compact textarea {
	width: 166px;
}

.popup .compact label {
	width: 75px;
}

.popup input.text,
.popup textarea {
	color: #3b4148;
	font: 12px Arial, sans-serif;
	border: 1px solid #b0b7ba;
	padding: 4px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.popup textarea {
	padding: 7px;
	height: 50px;
}

.popup input.text:focus {
	outline: 0;
	border-color: #3b4148;
}

.popup select {
	margin: 2px 0 0 1px;
}

.popup input.checkbox {
	margin: 0 0 0 1px;
}

.popup .separate {
	margin-top: 5px;
}

.popup .hrContainer {
		
}

.popup hr {
	margin: 30px -30px;
	border: 0;
	border-top: 1px solid #aebec6;
	border-bottom: 1px solid white;
}

.popup .buttons a {
	line-height: 13px;
	float: right;
	display: block;
	padding-left: 10px;
	background: url(../gfx/popups/button_l.png) left top no-repeat;
	margin: -10px 0 -5px 15px;
	color: #323232;
}

.popup .buttons a span {
	background: url(../gfx/popups/button_r.png) right top no-repeat;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px white;
	padding: 9px 13px 8px 3px;
	display: block;
}

.popup .buttons a:hover {
	color: gray;
}

.error {
	color: #990E00;
}

p.short{
	float:left;
	width:130px;
}






