h1,h2,h3,h4,h5,h6,body{
	font-family: Arial, Helvetica, sans-serif !important;
	padding:0;
}
h3{
	margin-top:0;
}

td {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 150px;
}
textarea{
	width: 400px;
	height: 200px;
	margin-bottom: 20px;
}
select{
	width: 400px;
	margin-bottom: 20px;
}
input{
	margin-bottom: 20px;
}
.divider{
	background-color: #000;
	height: 1px;
}

.head{
    /*position: fixed;*/
    width: 100%;
    top: 0;
    background-color: #fff;
    padding-top: 7px;
}		
.content{
	margin-top:80px;
}

.image-left a,
.image-left a img,
.image-left img {
    margin-left: 0;
}