.modal { 
	background-color:#fff; 
	display:none; 
	width:350px; 
	padding:15px; 
	text-align:left; 
	z-index: 9999;
	opacity:0.9; 
	box-shadow: 0 0 50px #000; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-box-shadow: 0 0 50px #000; 
	-webkit-box-shadow: 0 0 50px #000; 
} 
.modal h2 { 
	margin: 0 0 20px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #333; 
	font-size: 20px; 
}
.modal p:first-child {
	margin-top: 30px;
}

.modal-medium,
.modal-linewatch {
	width: 500px;
}
.modal-large,
.modal-error {
	width: 600px;
}
.modal-huge,
.modal-prefs {
	width: 700px;
}

.modal .close {
	background-image: url(../../img/modal/close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.modal-buttons {
	clear: both;
	width: 100%;
	text-align: right;
	padding: 20px 0 0 0;
	margin: 0;
}

.scrollable {
	position: relative;
	overflow: hidden;
}
.scrollable .items {
	position: absolute;
}
div#model-elem-cont{
	margin-left:30px;
}
div.dlg-elem{
	padding:20px;
	padding-left:50px;
	width:130px;
	height:60px;
	float:left;
}
div#spacer-middle{
		height:40px;
		margin-top:10px;
		border:3px solid #aaa;
		width:0px;
		float:left;
}

