form.jot-form fieldset{
border:none;
}

form.jot-form fieldset label{
float:left;
clear:left;
}

form.jot-form fieldset input, form.jot-form fieldset textarea{
float:left;
clear:left;
border:1px #5c5c5c solid;
margin:9px 0;
padding:3px;
width:500px;
}

div.jot-comment div.jot-content{
padding:18px 0;
border-top:1px #5c5c5c dotted;
}

div.jot-comment div.jot-content span.jot-poster{
font-weight:bold;
font-size:12px;
display:block;
float:left;
width:130px;
}

div.jot-comment div.jot-content span.jot-subject{
font-weight:bold;
}

div.jot-comment div.jot-content div.jot-message{
clear:left;
margin-left:130px;
}

div.jot-comment div.jot-content div.jot-extra{
display:none;
}

img.image_left{
margin:0 1.5em 1em 0;
padding:3px;
border:1px #CFCFCF solid;
float:left;
}

img.image_right{
margin:0 0 1em 1.5em;
padding:3px;
border:1px #CFCFCF solid;
float:right;
}

img.image_row{
margin:0 0.5em 1.5em 0;
padding:3px;
border:1px #CFCFCF solid;
float:left;
}
/*----------Archives Schedule Table CSS----------*/
table.schedule_list{
border-top:1px solid #aaaaaa;
border-bottom:2px solid #aaaaaa;
border-left:none;
border-right:none;
border-collapse:collapse;
font-size:13px;
}
table.schedule_list tr td{
border-top:1px solid #aaaaaa;
}
table.schedule_list tr td{
padding-top:1em;
padding-bottom:1em;
}
table.schedule_list tr td.title{
font-weight:bold;
width:180px;
}