#webspace{
    position: relative;
    padding: 10px;
    border: 3px solid #e0e0e0;
    background: #fff;
    border-radius: 20px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    overflow: hidden;
}
h3{ margin: 5px 0 0 10px; color: #474366; font-family: georgia; font-size: 15px; }
#txt{ position: relative; width: 530px; margin-left: 20px; }
#txt p{ margin-top: 15px; }
#wsimg{ display: block; position: absolute; top: 50px; right: 20px; }
#txt strong{ display: block; margin: 20px 0 15px; }

.spacedisc{
    position: relative;
    width: 670px;
    margin: 0 auto;
    padding: 4px 20px;
    background: #6D6E72;
    border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #efefef;
    box-shadow: 0 0 10px #6D6E72;
	-moz-box-shadow: 0 0 10px #6D6E72;
	-webkit-box-shadow: 0 0 10px #6D6E72;
    font-size: 14px;
    font-family: georgia;
    z-index: 2;
}
#basic, #basicxl, #profi{
    position: absolute;
    top: 5px;
    width: 90px;
    padding: 0 5px;
    background: #333;
    color: #111;
    border-radius: 20px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    font-size: 11px;
    color: #DBF0AB;
    border: 1px solid #000;
}
#basic{ right: 315px; }
#basicxl{ right: 180px; }
#profi{ right: 43px; }
.databox{
    position: relative;
    width: 660px;
    margin: 0 auto 15px;
    padding: 0 5px 10px;
    border-left: 1px solid #6D6E72;
    border-right: 1px solid #6D6E72;
    border-bottom: 1px solid #6D6E72;
    border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    overflow: hidden;
    z-index: 1;
}
.databox p, .linedisc{ float: left; padding: 10px 0 5px 0; border-bottom: 1px solid #ccc; }
.linedisc{ display: block; width: 200px; padding-left: 50px; color: #803005; }
.data{ width: 136px; text-align: center; }
.first{ background-color: #ddd; }
.second{ background-color: #eee; }
.third{ background-color: #E4E6EC; }
.clear{ clear: both; }
.img{ height: 15px; background-image: url(/img/icon/ok.png); background-position: center 10px; background-repeat: no-repeat; }