﻿
/*------------------------------------------------------------------ 
    
    EmailEncoder main.css 
    Meridium AB 2009

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
2 Dialog overlay
-------------------------------------------------------------------*/
#email-encoder {
	background:transparent url(/images/overlay.png);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
}
#email-encoder div.inner-dialog {
	margin:8% auto 0;
	background:transparent url(/images/overlay-30.png);
	width:44em;
	padding:.6em;
	-moz-border-radius:8px;
}
#email-encoder .ee-dialog {
	font-size:.9em;
	border-top:solid 1px #fff;
	background:#f2f2f2;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
}
#email-encoder div.inner-dialog h2 {
	background:#e1f1ff;
	padding:.5em 1em;
	margin:0;
	border-bottom:solid 1px #cfe5f7;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
}
#email-encoder div.inner-dialog div {
	padding:1em 1em 0 1em;
	overflow:hidden;
}
#email-encoder label { display:block; font-weight:bold; }
#email-encoder .emailEncoderMathProblemInput,
#email-encoder .ee-error {
	width:auto;
	margin:.5em 0 0 0;
    border:solid 1px #ddd;
    -moz-border-radius:3px;
    padding:.5em;
    font:1em/1.6 arial;
    color:#333;
}

#eeButtonDiv { padding:0;overflow:visible;margin-bottom:1em;}
#eeButtonDiv input {
	background:#fff url(/images/button-arrow.png) no-repeat bottom right;
	-moz-border-radius:3px;
	border:1px solid #cfcfcf;
	padding:0em 27px .3em .4em;
	color:#bc4a32;
	font-weight:bold;
	height:36px;
	line-height:normal;
	margin:.7em 0 0 .5em;
	-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.1)
}
#eeButtonDiv input[value="Avbryt"],
#eeButtonDiv input[value="Stäng"]{ background:none;padding-right:.4em; }
#eeButtonDiv input.cancel {
	background:#fff url(/images/button.png) no-repeat bottom right;
	padding-right:.5em;
}


