@charset "utf-8";

.flash-edit-admin {
    margin: auto;
   /* width: 70%;*/
}
.flash-edit-admin .sendform label {
    cursor: default;
    font-size: 1.2rem;
    font-weight: bold;
}
#content #flashinfos {
	width:350px;
    padding: 1rem;
	position:absolute;
	margin-left: 12%;
	z-index:10;
}
#content #flashinfoscontent {
	background-color:#FFFFFF;
    border: 3px solid #999999;
    border-radius: 50px;
    padding: 0.8rem;
	line-height: 1.4rem;
	cursor:default;
    max-height: 300px;
}
#content #flashinfos #closeflashinfos {
	float:right;
	cursor:pointer;
	width:16px;
	height:16px;
	margin-right: -8px;
    margin-top: 4px;
	background-image: url(../images/close_window.gif);
	background-repeat: no-repeat;
}
.wp-picker-container .iris-picker {
    border-color: #DFDFDF;
    border-radius: 0;
    margin-top: 26px;
}
#content .scrolldiv {
    overflow: hidden;
}

#content .scrolldiv > p {
    margin-bottom: 0.4rem;
}
#content .scrolldiv > hr {
    margin-top: 10px;
	margin-bottom:10px;
	width:80%;
}
