.dialog {
	display: block;
	position: absolute;
    z-index: 200;
}

.dialog table.table_window  { 
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}

/* --- from alphacube.css --- */
.overlay_alphacube {
	background-color: #1B6C31;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube_content {
	color: #000;
}

/*.dialog {
    background: transparent url(/magister-musicae/images/popup_background.png) no-repeat 0 0;
}*/

.alphacube_message {
    width:100%;
    padding-bottom:5px;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	/*margin:10px;*/
	background-color: #D6DFBF;
}

/* --- custom --- */

.dialog .title_window {
    display: none;
}

.popup_error {
  width:250px;
  color:#F00;
}

#popup {
    text-align: left;
}

#popup_title	{
    text-align: left;
	color: #000000;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: -1px;
    width: 300px;
    margin: 25px 45px;
}

.popup_form {
    margin: 20px 0 0 20px;
    text-align: left;
}
#popup p {margin-top: 5px; margin-bottom:5px;}
#popup_error_msg {text-align:center; width: 100%}
#recover_error_msg {text-align:center;}

div.popup table {
	width: 100%;
}

div.popup td.label {
    vertical-align: top;
    padding: 5px 20px 5px 5px;
    color:#03499E;
}

/* prototype window styles */
div.popup {
    font: 12px arial;
    text-align:center;
    background: url(../images/popup_topleft.png) no-repeat top left;
}

div.popup h3 {
    background: url(../images/popup_topright.png) no-repeat top right;
    margin: 0;
    position: relative;
    left: 7px;
    font-size: 20px;
    font-weight: bolder;
    font-family: "Trebuchet MS",Verdana,Arial;
    padding: 25px 35px 0;
    text-align: left;
}

div.popup h3 div {
    border-bottom: 1px solid #ffb023;
    padding-bottom: 6px;
}

div.popup_body {
    background: url(../images/popup_rightborder.png) repeat-y top right;
    margin: 0;
    margin-top: -2em;
    padding: 15px;
    position: relative;
    top: 7px;
    left: 7px;
}

div.popup_footer {
    background: url(../images/popup_bottomleft.png) no-repeat bottom left;
    position: relative;
    top: 7px;
}

div.popup_footer div {
    background: url(../images/popup_bottomright.png) no-repeat bottom right;
    position: relative;
    left: 7px;
    height: 30px;
}

#email-body {
    width: 400px;
    height: 150px;
}