/* --- Boxen ------------------------------------------------------------------------------------------------------------------- */


/* *** Gemeinsame Eigenschaften aller runden Ecken ************* */
/* *** (diese Klassen werden auch in rc_clips.css verwendet) *** */

div.top_left, 
div.top_right, 
div.bottom_left, 
div.bottom_right {
	position: absolute;
	width: 10px;
	height: 10px;
	
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

/* *** Fully Featured Boxen für die rechte und linke Spalte **** */

div.contentBox_default_header {
	position: relative;
	width: 100%;
	height: 30px;
}

div.contentBox_default_header_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 30px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_left.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_header_left.gif) top left no-repeat;
	*/
}

div.contentBox_default_header_heading {
	height: 30px;
	margin: 0px 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_middle.gif) top left repeat-x;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_header_middle.gif) top left repeat-x;
	*/
}

div.contentBox_default_header_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 30px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_right.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_header_right.gif) top left no-repeat;
	*/
}

div.contentBox_default_headerSimple {
	position: relative;
	width: 100%;
	height: 10px;

	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

div.contentBox_default_headerSimple_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_simple_blue_left.png) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_header_simple_left.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

div.contentBox_default_headerSimple_corner_left_forTabs {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	background-color: #FBFDFE;

	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

div.contentBox_default_headerSimple_middle {
	height: 10px;
	margin: 0px 10px;
	border-top: 1px solid #CCCCCC;
	background-color: #FBFDFE;
	
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}

div.contentBox_default_headerSimple_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_simple_blue_right.png) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_header_simple_right.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}


div.contentBox_default_header_heading h4 {
	display: block;
	/* muss inline auf float:left gesetzt werden, falls untenstehende headerButtons verwendet wird */
	
	/* neuer Style: gerundete Ecken */
	padding: 7px 0 0 2px;
	/*
	padding-top: 4px;
	*/
	font-weight: bold;
}

.contentBox_default_header_buttons {
	float: right; 
	margin-top: 2px;
	cursor: pointer;
}

div.contentBox_default_content {	
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FBFDFE;
	overflow: auto;
}

div.contentBox_default_contentInner {
	/*
	padding: 8px 10px 0px 10px;
	*/
	/* neuer Style: gerundete Ecken */
	padding: 10px;
	zoom: 1;
}

div.contentBox_default_contentInnerForHeaderSimple {
	/*
	padding: 0px 10px 1px 10px;
	*/
	/* neuer Style: gerundete Ecken */
	padding: 10px;
}

div.contentBox_default_footer {
	position: relative;
	width: 100%;	
	height: 10px;
	margin-bottom: 15px;
}

div.contentBox_default_footer_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_footer_blue_left.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_footer_left.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

div.contentBox_default_footer_middle {
	height: 9px;
	margin: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FBFDFE;
	
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}

div.contentBox_default_footer_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_footer_blue_right.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_footer_right.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}


/* *** Bilderbox (abgerundete Ecken für Schmuckbilder) ********* */

div.pictureBox_default {
	position: relative;
}

div.pictureBox_default div.top_left {
	top: 0px;
	left: 0px;

	/* neuer Style: gerundete Ecken */	
	background: url(/jsp/de/img/_rc/layout/layout_picturebox_corner_top_left.png) top left no-repeat;
}

div.pictureBox_default div.top_right {
	top: 0px;
	right: 0px;

	/* neuer Style: gerundete Ecken */	
	background: url(/jsp/de/img/_rc/layout/layout_picturebox_corner_top_right.png) top left no-repeat;
}

div.pictureBox_default div.bottom_left {
	bottom: 0px;
	left: 0px;

	/* neuer Style: gerundete Ecken */	
	background: url(/jsp/de/img/_rc/layout/layout_picturebox_corner_bottom_left.png) top left no-repeat;
}

div.pictureBox_default div.bottom_right {
	bottom: 0px;
	right: 0px;

	/* neuer Style: gerundete Ecken */	
	background: url(/jsp/de/img/_rc/layout/layout_picturebox_corner_bottom_right.png) top left no-repeat;
}


/* *** Boxen innerhalb des Contentbereichs ********************* */

div.contentBlockBox_default_header {
	position: relative;
	width: 100%;
	height: 30px;
}

div.contentBlockBox_default_header_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 30px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_left.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_blockbox_glass_white_square_header_left.gif) top left no-repeat;
	*/
}

div.contentBlockBox_default_header_heading {
	height: 30px;
	margin: 0px 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_middle.gif) top left repeat-x;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_blockbox_glass_white_square_header_middle.gif) top left repeat-x;
	*/
}

div.contentBlockBox_default_header_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 12px;
	height: 30px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_header_right.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_blockbox_glass_white_square_header_right.gif) top left no-repeat;
	*/
}

div.contentBlockBox_default_header_heading h4 {
	display: block;
	/* muss inline auf float:left gesetzt werden, falls untenstehende headerButtons verwendet wird */
	/* neuer Style: gerundete Ecken */
	padding: 7px 0 0 2px;
	/*
	padding-top: 4px;
	*/
	font-weight: bold;
	color: #000000;
}

.contentBlockBox_default_header_buttons {
	float: right; 
	margin-top: 2px;
}

div.contentBlockBox_default_content {	
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #FBFDFE;
	overflow: auto;
}

div.contentBlockBox_default_contentInner {
	padding: 8px 10px 0px 10px;
	/* neuer Style: gerundete Ecken
	padding: 10px;
	*/
}

div.contentBlockBox_default_footer {
	position: relative;
	width: 100%;	
	height: 10px;
	margin-bottom: 15px;
}

div.contentBlockBox_default_footer_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_footer_blue_left.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_footer_left.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

div.contentBlockBox_default_footer_middle {
	height: 9px;
	margin: 0px 10px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FBFDFE;
	
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}

div.contentBlockBox_default_footer_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_rounded_footer_blue_right.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_default_footer_right.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}


/* *** Einfache Box ohne Header ******************************** */

div.simpleBox {
	position: relative;
	z-index: 1;
	border: 1px solid #CCCCCC;
	background-color: #FBFDFE;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

div.simpleBox_content {
	margin: 10px;
}

div.simpleBox div.top_left {
	z-index: 2;
	top: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_simple_rounded_top_left.png) top left no-repeat;
	
	display:none;
}

div.simpleBox div.top_right {
	z-index: 2;
	top: -1px;
	right: -1px;
	
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_simple_rounded_top_right.png) top left no-repeat;

	display:none;
}

div.simpleBox div.bottom_left {
	z-index: 2;
	bottom: -1px;
	left: -1px;
	
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_simple_rounded_bottom_left.png) top left no-repeat;
	
	display:none;
}

div.simpleBox div.bottom_right {
	z-index: 2;
	bottom: -1px;
	right: -1px;
	
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_simple_rounded_bottom_right.png) top left no-repeat;

	display:none;
}


/* *** Box mit variabler Headerhöhe **************************** */

div.versatileBlockBox_default_container {
	border: 2px solid #666666;
}

div.versatileBlockBox_default_header {
	padding: 5px;
	background-color: #dbe3ed;
	overflow: hidden;
}

div.versatileBlockBox_default_header h4 {
	font-weight: bold;
}

div.versatileBlockBox_default_content {
	padding: 5px;
	background-color: #FFFFFF;
/*
	-moz-opacity: 0.70;
	opacity: .70;
	filter:	alpha(opacity=70);
*/
	overflow: hidden;
}


/* *** Actionbox *********************************************** */

div.actionBox_header {
	position: relative;
	width: 100%;
	height: 30px;
}

div.actionBox_header_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 30px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_rounded_header_left.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_square_header_left.gif) top left no-repeat;
	*/
}

div.actionBox_header_heading {
	height: 30px;
	margin: 0px 16px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_rounded_header_middle.gif) top left repeat-x;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_square_header_middle.gif) top left repeat-x;
	*/
}

div.actionBox_header_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 30px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_rounded_header_right.gif) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_square_header_right.gif) top left no-repeat;
	*/
}

div.actionBox_header_heading h4 {
	display: block;
	/* neuer Style: gerundete Ecken 
	padding-top: 5px;
	*/
	padding-top: 5px;
	font-weight: bold;
}

div.actionBox_content {	
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_content.gif) top left repeat-y;
}

div.actionBox_contentInner {
	/*
	padding: 4px 21px 10px 21px;
	*/
	/* neuer Style: gerundete Ecken */
	padding: 6px 21px;
}

div.actionBox_footer {
	position: relative;
	width: 100%;	
	height: 16px;
	margin-bottom: 15px;
}

div.actionBox_footer_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_rounded_footer_left.gif) left top no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_square_footer_left.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;
}

div.actionBox_footer_middle {
	height: 16px;
	margin: 0px 16px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_rounded_footer_middle.gif) left -4px repeat-x;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_square_footer_middle.gif) top left repeat-x;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}

div.actionBox_footer_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 16px;
	height: 16px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_rounded_footer_right.gif) left top no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_box_action_square_footer_right.gif) top left no-repeat;
	*/
	/* folgende Angaben für IE 6: */
	line-height: 1px;
	font-size: 1px;	
}


/* *** Kleiner Header (20px Höhe) für "Miniboxen" ************** */

div.boxes_smallHeader {
	position: relative;
	width: 100%;
	height: 20px;
}

div.boxes_smallHeader_corner_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 20px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_smallheader_rounded_left.png) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_smallheader_square_left.png) top left no-repeat;
	*/
}

div.boxes_smallHeader_heading {
	height: 20px;
	margin: 0px 10px;
	background: url(/jsp/de/img/_rc/layout/layout_bg_smallheader_middle.png) top left repeat-x;
}

div.boxes_smallHeader_corner_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 20px;
	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_bg_smallheader_rounded_right.png) top left no-repeat;
	/*
	background: url(/jsp/de/img/_rc/layout/layout_bg_smallheader_square_right.png) top left no-repeat;
	*/
}

div.boxes_smallHeader_heading h4 {
	display: block;
	/* muss inline auf float:left gesetzt werden, falls untenstehende headerButtons verwendet wird */
	/* neuer Style: gerundete Ecken */
	padding-top: 5px;
	/*
	padding-top: 2px;
	*/
	font-weight: bold;
	color: #FFFFFF;
}

.boxes_smallHeader_buttons {
	float: right; 
	margin-top: 2px;
}


/* *** Hinweisbox (ehem. BoxAdvice) **************************** */

div.boxes_boxAttentionSimple {
	position: relative;
	border: 1px solid #FDCE00;
	background-color: #FFF9BF;	
}

div.boxes_boxAttentionPanel {
	position: relative;
	border: 1px solid #fee26b;
	background-color: #fffcde;	
}

div.boxes_boxAttentionSimpleContent, div.boxes_boxAttentionPanelContent {
	margin: 10px;
}

div.boxes_boxAttentionSimple div.top_left {
	top: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_simple_corner_top_left.gif) top left no-repeat;
}

div.boxes_boxAttentionSimple div.top_right {
	top: -1px;
	right: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_simple_corner_top_right.gif) top left no-repeat;
}

div.boxes_boxAttentionSimple div.bottom_left {
	bottom: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_simple_corner_bottom_left.gif) top left no-repeat;
}

div.boxes_boxAttentionSimple div.bottom_right {
	bottom: -1px;
	right: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_simple_corner_bottom_right.gif) top left no-repeat;
}

div.boxes_boxAttentionPanel div.top_left {
	top: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_panel_corner_top_left.gif) top left no-repeat;
}

div.boxes_boxAttentionPanel div.top_right {
	top: -1px;
	right: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_panel_corner_top_right.gif) top left no-repeat;
}

div.boxes_boxAttentionPanel div.bottom_left {
	bottom: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_panel_corner_bottom_left.gif) top left no-repeat;
}

div.boxes_boxAttentionPanel div.bottom_right {
	bottom: -1px;
	right: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_panel_corner_bottom_right.gif) top left no-repeat;
}

div.boxes_boxAttentionPanelContent_section {
	margin-top: 20px;
	/*
	padding-top: 5px;
	border-top: 1px dotted #CCCCCC;
	*/
}

img.attentionPanel_sponsorCompetitionLogo {
	border: 1px solid #fee26b;
}

div.boxes_boxAttentionPanel h4 {
	display: block;
	margin-bottom: 10px;
	padding: 1px 0px 2px 4px;
	font-weight: bold;	
	background-color: #FEF1B8;
}

div.boxes_boxAttentionSimple h5 {
	margin-bottom: 10px;
	font-weight: bold;	
}


/* *** Hinweisbox ausgegraut *********************************** */

div.boxes_boxAttentionGreyedOut {
	position: relative;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;	
}

div.boxes_boxAttentionGreyedOut_content {
	margin: 10px;
}

div.boxes_boxAttentionGreyedOut div.top_left {
	top: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_greyedout_corner_top_left.gif) top left no-repeat;
}

div.boxes_boxAttentionGreyedOut div.top_right {
	top: -1px;
	right: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_greyedout_corner_top_right.gif) top left no-repeat;
}

div.boxes_boxAttentionGreyedOut div.bottom_left {
	bottom: -1px;
	left: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_greyedout_corner_bottom_left.gif) top left no-repeat;
}

div.boxes_boxAttentionGreyedOut div.bottom_right {
	bottom: -1px;
	right: -1px;

	/* neuer Style: gerundete Ecken */
	background: url(/jsp/de/img/_rc/layout/layout_clip_attention_greyedout_corner_bottom_right.gif) top left no-repeat;
}


/* *** Fehlermeldungen (Eingabefehler) ************************* */

.errorMessageBox {
	margin: 10px 0px;
	padding: 5px 10px;
	border: 1px solid #D00000;
	background-color: #FFD4D4;
}

.errorMessageBox p, .errorMessageBox ul li {
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	color: #D00000; 
}

.errorMessageBox p {
	font-weight: bold;
}

.errorMessageBox ul {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 4px;
	padding-left: 13px;	
}

.errorMessageBox ul li {
	margin-bottom: 3px;
	list-style-image: none;
	list-style: square;
}

/* *** MB ;-) ********************************* */
.successMessageBox {
	margin: 10px 0px;
	padding: 5px 10px;
	border: 1px solid #00D000;
	background-color: #D4FFD4;
}

.successMessageBox p, .successMessageBox ul li {
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-style: normal; 
	line-height: 15px; 
	color: #00D000; 
}

.successMessageBox p {
	font-weight: bold;
}


/* *** Box innerhalb einer Box ********************************* */

div.boxes_innerBox_default {
	padding: 10px;
	background-color: #ECECEC;
	border: 1px solid #767F97;
}










