/* /css/dialog.css */

#dialog{
	display:block;
	position:absolute;
	left:50%;
	margin-left:-200px;
	top:0px;
	width:400px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	background:rgb(50,50,50);
	background:rgba(0,0,0,.25);
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}

#dialog .content{
	margin:8px;
	margin-top:0px;
	background:url('http://baptistfriends.org/media/admin/dialog-gradient.jpg') #FFF repeat-x bottom center;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	padding:15px;
}

#screen{ position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:98; background:rgb(0,0,0); opacity:0;filter:alpha(opacity=0); }

#dialog h1{ font-size:20px; color:#444; margin:0px; padding:0px; padding-bottom:5px; border-bottom:1px solid #AAA; margin-bottom:15px; }
#dialog .clear{ clear:both; }

#dialog .buttons{ border-top:1px solid #AAA; padding-top:10px; margin-bottom:10px; clear:both; position:relative; top:10px; }
#dialog .buttons ul{ float:right; list-style:none; }
#dialog .buttons ul li{ float:left; margin-left:15px; }
#dialog .buttons a.secondary{ position:relative; top:3px;}

#dialog .formapp span label{ color:rgb(85,85,85);color:rgba(0,0,0,.35); margin-bottom:3px; }
#dialog .formapp label.description{ color:#444; }
#dialog .formapp .errors{ line-height:1.5;}

#dialog .formapp input.tiny{ width:50px; }
#dialog .formapp input.small{ width:100px; }
#dialog .formapp .text,
#dialog .formapp .text.medium{ width:150px; }
#dialog .formapp .text.large{ width:315px; }

#dialog .formapp select.small{ width:105px; }
#dialog .formapp select,
#dialog .formapp select.medium{ width:155px; }
#dialog .formapp select.large{ width:320px; }

#dialog .formapp textarea.small{ height:25px; width:315px; }
#dialog .formapp textarea.medium{ height:50px; width:315px; }
#dialog .formapp textarea.large{ height:100px; }

#dialog .formapp .errors{ margin-top:0px; margin-bottom:0px; font-size:11px; }

#dialog p.confirm,
#dialog p.error{ font-size:14px; line-height:1.5; padding-left: 65px; background-repeat:no-repeat; background-position:15px 8px; background-color:none; border:0px; }
#dialog p.confirm{ background-image:url('http://baptistfriends.org/media/admin/alert.png'); }
#dialog p.error{ background-image:url('http://baptistfriends.org/media/admin/error.png'); }

#dialog .uploading{
	line-height:1.5;
	background:url('http://baptistfriends.org/media/admin/loading.gif') no-repeat center left;
	color:#444;
	padding-top:8px;
	padding-left:40px;
	padding-bottom:10px;
	font-size:12px;
}