/*################################################################################
#
#	ROUNDED-COLOR
#
################################################################################*/

.rounded-color-small {	
margin:0;
}

.rounded-color-small .Head{

}

.rounded-color-small .Content p {
font-size:12px;
text-align:center;
color:#666;
margin:0;
}

.rounded-color-small a:link{

}


.rounded-color-small h2 {
	font-size:18px;
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}
/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.rounded-color-small .dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1000px; /* based on image dimensions - not quite consistent with drip styles yet */ color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.rounded-color-small .dialog .content,
.rounded-color-small .dialog .t,
.rounded-color-small .dialog .b,
.rounded-color-small .dialog .b div {
 background:transparent url(images/container-small_bg.png) no-repeat top right;
 _background-image:url(images/container-small_bg.gif);
}

.rounded-color-small .dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.rounded-color-small .dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.rounded-color-small .dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.rounded-color-small .dialog .b,
.rounded-color-small .dialog .b div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.rounded-color-small .dialog .b {
 background-position:bottom right;
}

.rounded-color-small .dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.rounded-color-small .dialog .hd,
.rounded-color-small .dialog .bd,
.rounded-color-small .dialog .ft {
 position:relative;
}

.rounded-color-small .dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.rounded-color-small .dialog h1,
.rounded-color-small .dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.rounded-color-small .dialog h1 {
 padding-bottom:0px;
}


