﻿div#newComment
{
	border-top:1px dotted black;
	margin-top:10px;
	padding-top:10px;
}

ul.form
{
	 list-style:none;
	 padding: 3px 0 0 0;
	 
}
ul.form li
{ 
	list-style:none;
	margin-bottom:3px;
}
ul.bullet
{
	margin: 0 0 0 13px;
}
ul.bullet li 
{
	margin: 4px 0 0 13px;
}

ul.form li label
{
    clear:left;
    display:block;
    float:left;
    padding-right:13px;
    text-align:left;
    width:50px;
    margin:4px 0 0 0;
}

ul.form li input[type=text],
ul.form li textarea
{
    font-family:Verdana;
    margin-right:2px;
    padding:2px;
    width:440px;
}
ul.form li textarea
{
    height:130px;
}

object{
  outline:none;
}

pre 
{
 font-size: 1.3em ;
 overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-word; /* Internet Explorer 5.5+ */
}
