@CHARSET "UTF-8";

body {
	margin-left: auto; 
	margin-right: auto;
	background-color: #b71f25;
	font-size:11pt;
	font-family:Arial, Verdana, sans-serif;
}

select {
	width:90px;
	padding:0px;
	margin:0px;
}

p {
	margin:0px 0 20px 0;
}

#content {
	position:relative;
	padding:50px 0 50px 0;
	
}

#banner {
	margin-left: auto; 
	margin-right: auto;
	margin-bottom:20px;
	background: url(../img/mememiner_logo.png) no-repeat scroll 0 0;
	width:417px;
	height:67px;
	text-align:center;
}

#tip {
	text-align:center;
	 
}

#allInputs {
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	height:80px;
}

#panel {
	/*margin: 20px 200px 20px 150px;*/ 
	padding:0px;
	background:#ffffff;
	font-size:10pt;
}

#panelCenter {
	border-bottom: #bebabb 1px solid;
	border-top: #bebabb 1px solid;
	padding-top:0px;
	background: url(../img/panel_bg.jpg)  0 0;
	height:37px;
	vertical-align:middle;
	
}

#panelLeft {
	background: url(../img/panel_left.jpg) no-repeat scroll 0 0;
	width:13px;
	height:39px;
}

#panelRight {
	background: url(../img/panel_right.jpg) no-repeat scroll 0 0;
	width:13px;
	height:39px;
}

.noWrap {
	white-space: nowrap; 
	overflow: auto; 
	text-overflow:ellipsis;
}

#ask {
	vertical-align:middle;
	padding:5px 0 0 7px;
	width:100px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

#answer {
	text-align:center;
	font-size:14pt;
	
}

#answer a {
	color:#edde4f;
	text-decoration:none;
	
}

#answer a:hover {
	text-decoration:underline;
}

#description {
	text-align:center;
	font-size:11pt; 
	display:none;
	margin-bottom:40px;
}

#output {
	margin-left: auto; 
	margin-right: auto;
	margin-bottom:20px;
	width:600px;
	text-align:center;
	color:#fefffb;
	
}

.examples {
	color:#000000;
	font-size:9pt;
	text-align:center;
}

#license {
	text-align:center;
	margin-bottom:20px;	
}

#license img {
	border-width:0;

}

#footer {
	text-align:center;
	color:black;
	font-size:9pt;
	margin-bottom:20px;		
}

#footer a {
	text-decoration:none;
	color:#edde4f;	
}

#footer a:hover {
	text-decoration:underline;
}

#darkSide{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.85;
	opacity:.85;
	filter: alpha(opacity=85);
}
 
#whiteContent {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #edde4f;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

#closeOverlays {
	display: none;
	position: absolute;
	top: 22%;
	left: 23%;
	width: 48px;
	height: 48px;
	z-index:2003;
	background: url(../img/close.png) no-repeat scroll 0 0;
	cursor:crosshair;
}

.error {
	color:#edde4f;

}