﻿.rounded-box, .rounded-box-gray{
margin-bottom:15px;
}

.rounded-box .top-line{
background-color:#4FC1E6;
}

.rounded-box-gray .top-line{
background-color: white;
width: 100%;
}

.rounded-box .head-line{
background:transparent url(../pics/box-bg.gif) repeat scroll center bottom;
border-color:#4FC1E6 #4FC1E6 #37AAD9;
border-style:solid;
border-width:1px;
height:24px;
margin-top:-6px;
padding-left:10px;
padding-top:6px;
}

.rounded-box-gray .head-line{
background-color: #e5e5e5;
border-color:#CCCCCC #CCCCCC #CCCCCC;
border-style:solid;
border-width:1px;
height:24px;
margin-top:-6px;
padding-left:10px;
padding-top:6px;
font-size:14px;
color:#666666;
font-weight: bold
}

.rounded-box ul, .rounded-box-gray ul{
margin: 0px;
}

.rounded-box .top-line .top-corner-right{
background:transparent url(../pics/top-corner-right.gif) no-repeat scroll right top;
right:-1px;
display:block;
font-size:0;
height:6px;
line-height:0;
margin:0;
position:relative;
}

.rounded-box-gray .top-line .top-corner-right{
background:transparent url(../pics/top-corner-right-gray.gif) no-repeat scroll right top;
right:-1px;
display:block;
font-size:0;
height:6px;
line-height:0;
margin:0;
position:relative;
width: 100%;
}

.rounded-box .top-line .top-corner-left{
background:transparent url(../pics/top-corner-left.gif) no-repeat scroll left top;
left:-2px;
width:6px;
display:block;
font-size:0;
height:6px;
line-height:0;
margin:0;
position:relative;
}

.rounded-box-gray .top-line .top-corner-left{
background:transparent url(../pics/top-corner-left-gray.gif) no-repeat scroll left top;
left:-2px;
width:6px;
display:block;
font-size:0;
height:6px;
line-height:0;
margin:0;
position:relative;
width: 100%;
}

.rounded-box .content, .rounded-box-gray .content{
border-color:#CCCCCC;
border-style:solid;
border-width:0 1px;
padding: 7px;
}

.rounded-box .bottom-line, .rounded-box-gray .bottom-line{
background-color:transparent;
border-color:#CCCCCC;
border-style:solid;
border-width:0 1px 1px;
}

.rounded-box .bottom-line .bottom-corner-right, .rounded-box-gray .bottom-line .bottom-corner-right{
background:transparent url(../pics/bottom-corner-right.gif) no-repeat scroll right bottom;
bottom:-1px;
right:-1px;
display:block;
font-size:0;
height:10px;
line-height:0;
margin:0;
position:relative;
}

.rounded-box .bottom-line .bottom-corner-left, .rounded-box-gray .bottom-line .bottom-corner-left{
background:transparent url(../pics/bottom-corner-left.gif) no-repeat scroll left bottom;
left:-2px;
width:10px;
display:block;
font-size:0;
height:10px;
line-height:0;
margin:0;
position:relative;
}


.rounded-box .head-line a, .rounded-box-gray .head-line a{
	text-decoration: none;
}