#showcase {
margin-bottom: 10px;
}

#showcase .box {
padding: 1px;
}
#showcase h3 {
font-size: 18px;
font-weight: bold;
font-family: arial;
color: #0A6CBC;margin-bottom: 2px;
}#showcase h4 {
font-size: 10px;
font-weight: normal;
font-family: verdana;
color: #666;
padding-bottom: 4px;
border-bottom: 1px dotted #ccc;
margin-bottom: 1px;
}

#showcase p {
padding: 5px 0 5px 0;
}

#showcase .left {
float: right;
padding: 8px 10px 5px 10px;
margin: 0px 5px 0px 0;
}
#showcase .art {
background-color: #fff;
border: 1px solid #ccc;
padding: 2px;
}
#showcase .art img {
width: 200px;
height: 200px;
}
#showcase .icon {
float: left;
background-repeat: no-repeat;
background-position: 2px 2px;
margin-bottom: 5px;
}
#showcase .icon a:link, #showcase .icon a:visited{
float: left;
display: block;
border: 0px solid #F1F1F1;
font-weight: bold;
padding: 3px 3px 3px 20px;margin-right: 10px;
}
#showcase .icon a:hover{
border: 0px solid #999;

}
#showcase .download {
width: 100px;
background-image: url('img/icons/download.png');
}
#showcase .discuss {
width: 90px;
background-image: url('img/icons/discuss.png');
}
#showcase .add {
float: right;
width: 220px;
background-image: url('img/icons/add.png');
}


#showcase .right {padding: 5px 7px 0px 7px;
}
#showcase .bottombar {
margin-top: 5px;
border: 0px solid #fff;
border-top: 1px solid #ccc;
height: 18px;
padding: 5px;
background-image: url('img/bottombargrad.png');
background-repeat: repeat-x;
}
#showcase .submission {
border-top: 1px solid #aaa;
padding: 5px;
}
.submission div {
margin: 1px 0 1px 0;
}
.submission label {
display: block;
}
.submission input{
border: 1px solid #ccc;
padding: 2px;
display: block;
margin-bottom: 5px;
}
.submission textarea{
border: 1px solid #ccc;
padding: 2px;
display: block;
margin-bottom: 10px;
width: 400px;
height: 100px;
}
#showcase strong {display: block;}
.clear {
clear: both;
}

