/* FORMS */
form {
    text-align: left;
	background: url(/images/layout/bg_trans_black_35.png) repeat;
}
form fieldset {
    margin-bottom: 10px;
    border: none;
}
form label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-weight: bold;
}
form fieldset ul {
    margin: 10px 0px;
    padding: 0;
}
form fieldset li {
    list-style: none;
    padding: 5px 10px 5px 25px;
    margin: 0px;
    clear: both;
    border-top: none;
}
form fieldset li label {
    float: left;
    width: 100%;
}
input, textarea, select {
    padding: 4px;
    color: #444;
    background: #FFF;
    border: 1px solid #CCC;
}
input:hover, textarea:focus, textarea:hover, select:hover {
    color: #000;
    background: #FFFFCC;
    border: 1px #666;
    border-style: inset;
}
input:focus, textarea:focus, select:focus {
    color: #000;
    background: #FFFFF2;
    border: 1px #333;
    border-style: inset;
}
input.btn-image {
    border: none;
}
input.btn-image:hover {
    color: #000;
    background: none;
    border: none;
    border-style: none;
}
input.btn-image:focus {
    color: #000;
    background: none;
    border: none;
    border-style: none;
}
input.button {
    background: #1F1911;
    color: #FFF;
	font-size:11px;
	text-transform:uppercase;
}

.commentfeed{
	border:1px dotted #DDD;
	padding:8px;
}
#commentForm{
	border:1px solid #DDD;
	background:#f1f1f1;
	margin:10px;
}
