p {line-height: 32px;}
img.avatar{float:left; width:32px; margin-right: 20px;}
ul{padding-left: 0;}
li{margin-left: 0px;}
input, textarea, select {font-size: large; }
input[type="file"]{ width: 80%;}
textarea {width: 95%;}
th,td{border-top:1px solid #ccc;}
th{text-align: left;}
ul.buttons , ul.buttons li {list-style-type:none;}
ul.buttons li a{text-decoration:none;color:#000;}
.button{
	padding: 0px 15px; margin: 0px 0px 7px; 
	border: 1px solid rgb(217, 217, 217); 
	cursor: pointer; 
	background-image: -webkit-linear-gradient(top, rgb(251, 251, 251) 0px, rgb(238, 238, 238) 100%);
	font-size: 15px; line-height: 40px; 
	font-family: Tahoma; 
	border-top-left-radius: 2px; 
	border-top-right-radius: 2px; 
	border-bottom-right-radius: 2px; 
	border-bottom-left-radius: 2px; 
	display: block; 
	width: auto; 
	height: 40px; 
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 2px, rgba(255, 255, 255, 0.498039) 0px 1px 0px inset; 
	text-shadow: white 0px 1px 0px; 
	transition: background 0.4s; 
	-webkit-transition: background 0.4s; 
}