﻿.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {border-left:1px solid! important; border-right:1px solid! important;}
.xb1 {margin:0 5px;}
.xb2 {margin:0 3px; border-width:0 2px! important;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}


.RoundContainer
{
	background: transparent;
}

.RndCnrTop, .RndCnrBottom {display:block; background:transparent; font-size:1px;}

.RndCnrContent 
{
    display:block;
    border:0 solid;
    border-width:0 1px !important;
    height:auto;
    overflow:hidden;
}
/* html .RndCnrContent {height:1px;} */

/* make sure there's no margin in paragraphs that might break the lines. */
.RndCnrContent p { margin:0; padding:5px 10px;}

.RndCnrBorderColor
{
	border-color:#444;
	background-color: #fff;
}

/* where background colour is used to make the border as well. */
.RndCnrBorderElementColor {
	background-color:#444;
}

.RndCnrHeaderColors
{
	background-color:#008ec4;
	color:#FFFFFF;
}


/* use with headers (e.g. h1) so as not to break lines at top of box */
.RndCnrHeaderText
{
	margin:0;
	font-size:1.2em;
	padding:0 10px 5px 10px;
	border-bottom:1px solid !important;
}

.RndCnrHeaderElement 
{
	background-color:#008ec4;
	color:#FFFFFF;
	margin:0;
	font-size:1.2em;
	padding:0 10px 5px 10px;
	border-bottom:1px solid !important;
}

.RndCnrBodyColors
{
	background-color:#E0E0E0;
	color:#000;
}


/* to correct IE6 z-index problems */
.select-free
{
	position:absolute;
    z-index:6;

	overflow:hidden;/*must have*/
	/* width: container must specify a value */
}

.select-free .barrier
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}