.separator,
.clear {
	clear:both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold !important;
}

.button {
    display:inline-block;
    margin:2px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    border:1px solid #dcdcdc;
    color:#222222;
    font-weight:bold;
    font-size:10px;
    padding:6px 16px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
    text-align:center;
}

.button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}


.button img {
	vertical-align: middle;
}

.button span {
	padding-left: 5px;
}

.toolbar {
	background: #F7F7F7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFE', endColorstr='#F7F7F7');
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F7F7F7));
	background: -moz-linear-gradient(top, #FEFEFE, #F7F7F7);
	border-bottom: 1px solid #CCCCCC;
}

ul.toolbar {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.toolbar li {
	display:inline-block;
}

.toolbar-zone {
	display: inline-block;
	background-color: transparent;
	border-color: #eee;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	margin: 2px 0 2px 0;
	padding: 2px;
	background: #FAFAFA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FAFAFA');
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FAFAFA));
	background: -moz-linear-gradient(top, #FFFFFF, #FAFAFA);
}

.toolbar-button {
	display: inline-block;
	background-color: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	margin: 2px 0 2px 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.toolbar-button.disabled {
	color:#888888;
}

.toolbar-button.mini {
	margin:0;
	padding:1px 2px;
}

.toolbar-button:hover {
	background-color: #DCE8F9;
	border: 1px solid #7FA1E6;
	color:#000000;
	text-decoration: none;
}

.toolbar-button.disabled:hover {
	background-color: #eee;
	border: 1px solid #ddd;
	color:#888888;
}

.toolbar-button.disabled img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%); /* For Webkit browsers */
	filter: gray; /* For IE 6 - 9 */
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
	
.toolbar-button.pressed {
	background-color: #eee;
	border: 1px solid #bbb;
	color:#555555;
}

.toolbar-button img {
	vertical-align: middle;
}

.toolbar-button span {
	margin: 0 5px 0 5px;
}



fieldset {
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
	background-color: #f5f5f5;
	margin:0 0 10px 0;
	padding:5px;
}

.tabbed_sections .toolbar {
	border: 1px solid #CCCCCC;
}

.tabbed_sections fieldset {
	border-style: none;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

legend {
	padding: 3px 10px 3px 10px;
	border-color: #bbbbbb;
	border-style: solid;
	border-width: 1px;
	background-color: #eeeeee;
}

.box {
	border:1px solid #222222;
}

.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.shadow {
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.box .title {
	background: #5C5C5C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C5C',
		endColorstr='#343434' );
	background: -webkit-gradient(linear, left top, left bottom, from(#5C5C5C),
		to(#343434) );
	background: -moz-linear-gradient(top, #5C5C5C, #343434);
	padding: 5px;
	color: #FFFFFF;
}

.box .title .label {
	font-weight: bold;
}

.box .content {
	background-color: #eee;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 1px 0 1px;
	padding: 5px;
	overflow: hidden;
}

.box .section {
	background-color: #727272;
	padding: 5px;
	font-size: 14pt;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	color: #eee;
	overflow: hidden;
}

.box .status {
	background: #ebebeb;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb',
		endColorstr='#a1a1a1' );
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#a1a1a1) );
	background: -moz-linear-gradient(top, #ebebeb, #a1a1a1);
	border: 1px solid #CCCCCC;
	padding: 2px 5px;
	overflow: hidden;
}

.grid {
	border-spacing: 0;
	width:100%;
	background-color:white;
    color:#555555;
}

.grid .no_result {
	color: red;
	padding: 10px;
}

.grid thead {
	padding: 0;
	margin: 0;
}

.grid tbody {
	padding: 0;
	margin: 0;
}

.grid th {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 );
    color: black;
    padding:2px 5px 2px 5px;
    text-align:left;
    vertical-align:top;
    font-weight:normal;
    border-bottom: 1px solid #CCCCCC;
}

.grid.xml th {
	cursor: pointer;	
}

.grid th a {
	color:black;
	text-decoration:none;
}

.grid td {
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	cursor: default;
}


.grid tr:nth-child(odd) {
	background-color: #fcfcfc;
}

.grid tr:nth-child(even) {
	background-color: #white;
}

.grid th.selected {
	background: #bababa;
	background: -moz-linear-gradient(top,  #bababa 0%, #d3d3d3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bababa), color-stop(100%,#d3d3d3));
	background: -webkit-linear-gradient(top,  #bababa 0%,#d3d3d3 100%);
	background: -o-linear-gradient(top,  #bababa 0%,#d3d3d3 100%);
	background: -ms-linear-gradient(top,  #bababa 0%,#d3d3d3 100%);
	background: linear-gradient(to bottom,  #bababa 0%,#d3d3d3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bababa', endColorstr='#d3d3d3',GradientType=0 );
}

.grid tr:hover {
	background-color: #e8e8e8;
}

.grid tr.intrash_1 {
	background-color:#FFD7D7;
}

.grid tr.intrash_1 .toolbar{
	display:none;
}

.grid img {
	border: 0;
	vertical-align: middle;
}

.grid .th_id {
	width: 50px;
}

.grid .th_status {
	width: 50px;
}

.grid .th__actions {
	width: 100px;
}
.grid .th__favorites {
	width: 50px;
}

.grid .td_image img {
	max-width: 75px;
	max-height: 75px;
}

.grid .status_1 {
	background-image: url(../images/status_1.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.grid .status_0 {
	background-image: url(../images/status_0.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.favorite_switch_1 {
	display:block;
	background-image: url(../images/icons/star.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.favorite_switch_0 {
	display:block;
	background-image: url(../images/icons/star_off.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
}

.table-line-informations {
	position:relative;
}

.table-line-informations span {
	display:none;
	position:absolute;
	background:black;
	padding:10px;
	left:0;
	top:-5px;
	width:340px;
	z-index:10;
	color:white;
	border-radius:2px;
	margin-left:-370px;
	text-align:center;
	box-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.table-line-informations:hover span {
	display:block;
}

.table-line-informations span::after {
	position:absolute;
	right:-10px;
	width:0px;
	height:0px;
	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-right:5px solid transparent;
	border-left:5px solid black;
	top:8px;
	content:'';
}

.gauge {
	display: block;
	border: 1px solid #888;
	padding: 1px;
	width: 100px;
}

.gaugeFill {
	display: block;
	background-color: #555;
	color: #fff;
}

.form-search {
	background-color: #E8E8FF;
	padding: 5px;
}

.input-text {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #888;
	margin: 1px;
	padding: 3px 5px;
	outline: none;
}

.input-textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #888;
	outline: none;
}



.img-vertical-align-middle {
	vertical-align: middle;
}

/* tabs */
.tabs-container {
	padding: 5px 0 0 5px;
	height: 28px;
}

.tab,.tab-active {
	background: #5C5C5C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C5C',
		endColorstr='#292929' );
	background: -webkit-gradient(linear, left top, left bottom, from(#5C5C5C),
		to(#292929) );
	background: -moz-linear-gradient(top, #5C5C5C, #292929);
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	padding: 2px 10px 2px 10px;
	line-height: 22px;
	font-size: 10px;
	margin: 2px 2px 0 0;
}

.tab img {
	margin: 0 0 -5px 0;
}

.tab-active img {
	margin: 0 0 -4px 0;
}

.tab-active {
	background: #D5D5D5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D5D5D5',
		endColorstr='#FFFFFF' );
	background: -webkit-gradient(linear, left top, left bottom, from(#D5D5D5),
		to(#FFFFFF) );
	background: -moz-linear-gradient(top, #D5D5D5, #FFFFFF);
	color: #000 !important;
	margin: 0 2px 0 0 !important;
	line-height: 24px !important;
}

.tab:hover {
	color: #000;
	background: #5C5C5C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC700',
		endColorstr='#FF6D00' );
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC700),
		to(#FF6D00) );
	background: -moz-linear-gradient(top, #FFC700, #FF6D00);
}



.pager {
	margin: 0;
	padding: 2px 0 2px 5px;
	text-align: left;
	float: left;
}

.pager a {
	color: #000;
	text-decoration: none;
}

.FirstArrow,.PreviousArrow,.NextArrow,.LastArrow {
	vertical-align: middle;
}

/* forms */
.form {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.input-container {
	margin: 0 0 5px 0;
	display: block;
	overflow: hidden;
}

.form .input-container.encrypted label {
	background-image:url(../images/icons/lock.png);
	background-repeat:no-repeat;
	background-position:5px center;
}

.form .titlelabel {
	display:block;
	padding:5px;
	background: #e0e0e0;
	background: -moz-linear-gradient(top,  #e0e0e0 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #e0e0e0 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #e0e0e0 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #e0e0e0 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f5f5f5',GradientType=0 );
	font-size:14px;
	color:black;
	margin:0 0 5px 0;
}

.form .verticalSpace {
	display:block;
	clear:both;
	height:20px;
}

.form label {
	float: left;
	width: 200px;
	display: block;
	line-height: 18px;
	padding: 0 20px 0 0;
	text-align: right;
}

.form .label_mandatory {
	/*background: transparent url(../images/form_label_mandatory.png)
		no-repeat right center;*/
	font-weight:bold;
}

.captcha_question {
	float: left;
	display: block;
	line-height: 18px;
	padding: 0 20px 0 0;
}

.form .inputs {
	border: 1px solid #CCCCCC;
	float: left;
}

.form input[type=text].inputs {
	width: 400px;
}

.form input[type=password].inputs {
	width: 400px;
}

.form input[type=text].inputs:focus,  .form textarea:focus{
	border: 1px solid #aaaaaa;
}

.form select {
	width: 400px;
}

.form textarea {
	width: 600px;
	height: 250px;
}

.form .radio_group {
	float: left;
	overflow: hidden;
	display: block;
}

.form .radio_item {
	display: block;
	padding: 2px 10px 2px 0;
}

.form .horizontal .radio_item {
	float: left;
}

.form .vertical .radio_item {
	float: none;
}

.form .checkbox_group {
	float: left;
	overflow: hidden;
	display: block;
}

.form .checkbox_item {
	display: block;
	padding: 2px 10px 2px 0;
}

.form .horizontal .checkbox_item {
	float: left;
}

.form .vertical .checkbox_item {
	float: none;
}

.form .display {
	float: left;
	line-height: 18px;
}

.form .p_error {
	background-color: #FFF8D5;
}

.form .error {
	background: #FF0000 !important;
	color: #FFFFFF !important;
}

.form .optionnal {
	display: none;
	background-color: #FDFCE3;
}

.form_options, .form_advice {
	padding: 5px;
	background-color: #FBF9C6;
	border-bottom: 1px dashed #FDC044;
	margin-bottom:10px;
}

.form .upload_button {
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 5px 2px 25px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	display: block;
	background: #EEEEEE url(../images/icons/folder.png) 2px center no-repeat;
}

.form .upload_link {
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 5px 2px 25px;
	cursor: pointer;
	border: 1px solid #CCCCCC;
	display: block;
	background: #EEEEEE url(../images/icons/disk.png) 2px center no-repeat;
}

.dependencyConstraint,.dependencyLink {
	padding: 2px 25px 0 10px;
	margin: 0 2px 10px 0;
	background: #5C5C5C;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5C5C5C',
		endColorstr='#343434' );
	background: -webkit-gradient(linear, left top, left bottom, from(#5C5C5C),
		to(#343434) );
	background: -moz-linear-gradient(top, #5C5C5C, #343434);
	height: 36px;
	border: 1px solid #444;
}

.dependencyConstraint:hover,.dependencyLink:hover {
	background: #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666',
		endColorstr='#444' );
	background: -webkit-gradient(linear, left top, left bottom, from(#666),
		to(#444) );
	background: -moz-linear-gradient(top, #666, #444);
	border: 1px solid #555;
}

.dependencyConstraint {
	float: left;
}

.dependencyLink {
	float: right;
}

.dependencyConstraint .entities {
	padding: 2px 0 2px 0;
}

.dependencyConstraint .entities a {
	color: #fff;
	text-decoration: none;
}

.dependencyConstraint .entity a {
	color: #ccc;
	text-decoration: none;
}

.dependencyLink .link {
	padding: 5px 0 0 0;
}

.dependencyLink .link a {
	color: #fff;
	text-decoration: none;
}

.dependencyLink .link span {
	padding: 0 0 0 5px;
}

.form-search label {
	display: inline-block;
	width: 150px;
}

.alert-error {
	background: transparent url(../images/icons/exclamation.png) left center no-repeat;
	padding: 0 0 0 20px;
	line-height:18px;
}

.alert-success {
	background: transparent url(../images/icons/accept.png) left center no-repeat;
	padding: 0 0 0 20px;
	line-height:18px;
}

.alert-information {
	background: transparent url(../images/icons/information.png) left center no-repeat;
	padding: 0 0 0 20px;
	line-height:18px;
}

.alert-warning {
	background: transparent url(../images/icons/error.png) left center no-repeat;
	padding: 0 0 0 20px;
	line-height:18px;
}

.g-message-box {
	background: url("../images/icons/information.png") no-repeat scroll 10px
		center #85B9E5;
	border-color: #3890CA;
	padding: 10px 10px 10px 35px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}

.g-error-box {
	background: url("../images/icons/exclamation.png") no-repeat scroll 10px
		center #FBEDD9;
	border-color: #F4B82C;
	padding: 10px 10px 10px 35px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
	color:#D8480A;
}

#picoreDialog {
	position: fixed;
	width: 500px;
	height: 300px;
	margin-left: -250px;
	margin-top: -150px;
	top: 50%;
	left: 50%;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}

#picoreDialogContents {
	margin: 5px;
	height: 250px;
	overflow-y: auto;
	border: 1px solid #dddddd;
	background: #fafafa;
}

#picoreDialogButtons {
	padding: 0 0 0 5px;
}

.jauge {
	position: relative;
	height: 20px;
	border: 1px solid #555;
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',
		endColorstr='#eee' );
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa),
		to(#eee) );
	background: -moz-linear-gradient(top, #fafafa, #eee);
	float: left;
}

.jauge-exploded {
	border-right: 0px !important;
}

.jauge-bar {
	height: 20px;
}

.bar-blue {
	background: #2A80C4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45CFF8',
		endColorstr='#2A80C4' );
	background: -webkit-gradient(linear, left top, left bottom, from(#45CFF8),
		to(#2A80C4) );
	background: -moz-linear-gradient(top, #45CFF8, #2A80C4);
}

.bar-red {
	background: #E12D2D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8C247',
		endColorstr='#E12D2D' );
	background: -webkit-gradient(linear, left top, left bottom, from(#F8C247),
		to(#E12D2D) );
	background: -moz-linear-gradient(top, #F8C247, #E12D2D);
}

.jauge-percentage {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 15px;
	margin-left: -35px;
	margin-top: -7px;
	color: #000;
	text-align: center;
}

.jauge-container {
	position: relative;
}

.jauge-bar-explosion {
	width: 60px;
	height: 22px;
	background: transparent url(../images/icons/explosion.png) 0 0 no-repeat;
	float: left;
}

.jauge-skull {
	width: 20px;
	height: 22px;
	background: transparent url(../images/icons/skull.png) 0 0 no-repeat;
	float: left;
}

.filter-title {
	display: inline-block;
	padding: 8px 15px 8px 8px;
	font-weight: bold;
}

.filter,.filter-active {
	display: inline-block;
	padding: 8px 10px 8px 22px;
	text-decoration: none;
	color: #000;
}

.filter {
	background: transparent url(../images/icons/radio_inactive.png) 0 center
		no-repeat;
}

.filter-active {
	background: transparent url(../images/icons/radio_active.png) 0 center
		no-repeat;
	text-decoration: underline;
}

.jump {
	color: black;
	text-decoration: none;
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

.jump span {
	padding-left: 5px;
}

#tooltip {
	display:none;
    position:absolute;
    left:0px;
    top:0px;
    background: #FFFFE7 url(../images/icons/lightbulb.png) 5px center no-repeat;
    padding: 5px 10px 5px 30px;
    z-index:1000;
    color:#000000;
    font-size:8pt;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);   
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.listbox {
	color:black;
	background-color:white;
	border:1px solid #ccc;
	padding:0;
	margin:0;
}

.listbox .item {
	padding:2px 5px;
	line-height:18px;
}

.listbox .item img {
	vertical-align: middle;
}

.listbox .item.level2 {
	padding:2px 5px 2px 25px;
}

.listbox .item:hover {
	background-color:#eeeeee;
}

.listbox .item.selected {
	background-color:#dddddd;
}

.popinboxBackground {
	background-color:rgba(0,0,0,0.5);
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:5;
}

.popinbox {
	background-color:white;
	border-radius:8px;
	position:relative;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.popinbox .title {
	background-color:white;
	border-bottom:1px solid #F1EEE3;
	height:38px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	border-radius:8px 8px 0 0;
}

.popinbox .title .label {
	display:block;
	color:black;
	font-size:14px;
	font-weight:bold;
	padding:10px 15px;
}

.popinbox .content {
	background-color:white;
	border-bottom:1px solid #E5E1D5;
	position:absolute;
	top:39px;
	right:0;
	left:0;
	bottom:51px;
}

.popinbox .actions {
	border-top:1px solid #FEFDFC;
	background-color:#F6F3E9;
	height:42px;
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	border-radius:0 0 8px 8px;
	text-align:right;
	padding:8px 10px 0 10px;
}