#popup .clouse{
	font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 8px;
    top: 8px;
	cursor:pointer;
}
.hidden {
    display: none;
}
#popup .prew_text{
	margin-bottom:5px;
}
.user-actions {
    margin: 10px 0 0 200px;
    width: 400px;
}

.user-actions p {
    border: 1px solid #999999;
    padding: 10px;
}

.user-actions p.bug a {
    color: red;
}

.user-actions p.reference a {
    color: green;
}


.user-actions a {
    text-decoration: none;
    border-bottom: 1px dashed;
}

/* Pop-up message and fading background */
#opaco {
    /*background-color: #000000; */
    background-color: #fff;
    left: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";/* IE8 */
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 50); /* IE5+ */
    moz-opacity: 0.5; /* Mozilla */
    -khtml-opacity: 0.5; /* Safari */
    opacity: 0.5;  /* general CSS3 */
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10002;
}
#popup {
    width: 600px;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    /*position: fixed;*/
    /*position: absolute;
    left:50%;
    top:50%;*/
	position: fixed;
	left: 30% !important;
	top: 14% !important;
    min-width: 300px;
    z-index: 10003;
    box-shadow: 0 0 25px #777;
    padding: 20px;
}
#popup h3{
	margin-top:0;
}
#popupcontent{
    overflow: auto;
    height: 560px;
    width: 900px;
    position: relative;
}
#popup h3 {
    margin-bottom: 10px;
}

#popup textarea {
    display: block;
    width: auto;
    margin-bottom: 10px;
}

#popup p {/*
    margin: 10px;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #444444;*/
}

#popup .close-btn {
    margin: 10px;
}
#popup #close{
    cursor: pointer;
    float:right;
    z-index: 10;
    display: block;
    position: absolute;
    right:0;
    margin:0 20px;
}
#popup #popuptitle{
    height: 48px;
    margin-top: 0;
    overflow: hidden;
    font-size:16px;
}

div.bug {
    border: 5px solid #f28c8c;
    padding:10px;
}

div.reference {
    border: 5px solid #6ebd6e;
    padding:10px;
}