/** drag&drop classes */
.ghost {
	position: absolute;
	list-style: none;
	margin: 0px;
	vertical-align: top;
	padding: 4px 4px 8px 4px;
	height: 11px;
	overflow: hidden;
	white-space:nowrap;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-family: Verdana, sans-serif;
	border: 1px solid #999;
}
.ghost button {
	display: none;
}
.ghost span.aimTitle {
	color: #9f9f9f;
	font-size: 11px;
}
.outline {
	background-color: red;
	border-color: #DAA;

}
.active {
	background-color: white;
	border-color: #ADA;
}
/** end of drag&drop classes */
#overlay {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top:0px;
	left:0px;
	display: none;
	z-index: 2000;
}
#overlay_border {
	background:none;
	position: absolute;
	top:0px;
	left:0px;
	display: none;
	z-index: 2000
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 4px solid #999;
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 20px white;
	-moz-box-shadow: 0px 0px 20px white;
}
#overlay_border span {
	font-size: 14px;
	color:white;
	text-align: center;
	background-color: rgba(0,0,0,0.4);
	padding:4px;
	padding-bottom:5px;
	display:block;
	position:relative;
	top:24px;
	margin: 0px auto 0px auto;
	width:auto;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
#formWrapper {
	z-index: 2001;
	background-color: #1d1d29;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: absolute;
	display: none;
	font-family: Verdana, sans-serif;
}
#formWrapper h1 {
	color: #e0e0d5;
	padding: 8px 8px 8px 8px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 16px;
	background-color: #373741;
	font-weight: 100;
}
#formWrapper div.form {
	margin: 10px;
	font-size: 12px;
}
#formWrapper div.form label {
	display: block;
	color: #e0e0d5;
	margin-bottom: 5px;
}
#formWrapper div.form input[type=text] {
	border: none;
	outline: none;
	width: 276px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:2px;
	display: block;
	background-color: #efedfe;
}
#formWrapper div.form input[type=text]:focus {
	background-color: white;
}
#formWrapper div.form select {
	border: none;
	outline: none;
	width: 276px;
	margin-bottom: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:2px;
	display: block;
	background-color: #efedfe;
}
#formWrapper div.form select:focus {
	background-color: white;
}
#formWrapper div.form textarea {
	border: none;
	outline: none;
	width: 276px;
	max-width: 276px;
	margin-bottom: 10px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	background-color: #efedfe;
}
#formWrapper div.form div.form textarea:focus {
	background-color: white;
}
#formWrapper div.form hr {
	outline: none;
	border:none;
	margin-top: 10px;
	border-top: 1px dotted #61606b;
}
#formWrapper div.form button {
	margin-top: 5px;
	margin-left: 6px;
	color: #3c3b49;
	border: none;
	outline: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	height: 20px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	background: url(/media/i/bgButton.png) repeat-x center;
	cursor: pointer;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	float:right;
}
#formWrapper div.form button.red {
	background: url(/media/i/bgRedButton.png) repeat-x center;
	color: white;
	float:left;
	margin-left: 0px;
}
#formWrapper div.form button:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=1);
}
#formWrapper div.form button:active {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter:alpha(opacity=60);
}
#formWrapper div.form a {
	color: #898994;
	text-decoration: none;
}
#formWrapper div.form a:hover {
	color: white;
}
#formWrapper div.form p.twitter_link {
	padding: 4px 0 10px 0;
	text-align: right;
	margin-bottom:-22px;
}
#emails_list {
	display:none;
}
#emails_list ul {
	border-bottom: none;
}
#emails_list ul li {
	cursor: pointer;
	background: url(/media/i/icons/user_icon.png) no-repeat 21px 6px;
}
#emails_list ul li span {
	font-style: italic;	
}
#emails_list ul li.ch {
	background: url(/media/i/icons/user_icon_ch.png) no-repeat 21px 6px;
}
#emails_list ul li:hover {
	background-color:white;
}
#loading {
	height: 20px;
	display:none;
	background: url(/media/i/ajax_loader.gif) no-repeat top left;
}
#emails_list div.manager {
	margin-bottom:8px;
	font-size: 11px;
	text-align: right;
}
#emails_list div.manager a {
	cursor: pointer;
	margin-top: 2px;
	text-decoration: underline;
	color:#666666;
}
#emails_list div.manager a:hover {
	text-decoration: none;
}
div.succ_message {
	display:none;
	margin-bottom:10px;
}
#formWrapper div.form table {
    color:gray;
}
#formWrapper div.form table th {
    text-align: left;
    padding-bottom:5px;
    color:#969696;
}
#formWrapper div.form table td {
    padding:5px;
}
#formWrapper div.form table td img {
    position:relative;
    float:left;
    margin-top:0px;
    margin-right:4px;
    opacity: 0.8;
    -moz-opacity: 0.8;
}
#formWrapper div.form table td img:hover {
    opacity: 1;
    -moz-opacity: 1;
}
#formWrapper div.form label[for=id_done], #formWrapper div.form label[for=id_has_deadline]{
    display: inline;
    margin-top:0px;
}
#formWrapper div.form #id_done,  #formWrapper div.form #id_has_deadline{
    margin-bottom:5px;
}

