body{
margin: 0px 0px;
padding: 0;
border: 0;
font-size:12pt;
font-family: Aril;
}

textarea#petition {
	width: 90%;
	height: 30px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
/*	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}

textarea#petition1 {
	width: 400px;
	height: 20px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#sub-line{font-size:16pt;
font-family: Tahoma, sans-serif;}

p#input{
color: red;
 font-size: 10;
 width: 135px;
 height: 50px;
 border: none;
 margin: 0;
 padding: 0;
}

input[type=submiter] {
    background:url(../images/submitt.png);
	background-size: 140px 40px;
    background-position:  0px 0px;
    width:200px;
    height:60px;
}

.imgClass { 
    background-image: url(../images/submitt.png);
	background-size: 140px 40px;
    background-position:  0px 0px;
    background-repeat: no-repeat;
    width: 140px;
    height: 40px;
    border: 0px;
    background-color: none;
    cursor: pointer;
    outline: 0px;
}
.imgClass:hover{ 
      border: 5px;
	background-position:  2px 2px;
}

.imgClass:active{
      background-position:  2px 2px;
}

img {border-style: none;}

#social{
min-height: 20px;
background:transparent;
height: auto;
width: 95%;
margin-right:0px;
margin-top:0px;
padding: 0px;
overflow: hidden;}

#fblink{
min-height: 20px;
height: auto;
width: auto;
margin-left:0px;
margin-top:0px;
padding: 0px;
float: left;}

#fbsend{
min-height: 20px;
height: auto;
width: auto;
margin-right:10px;
margin-top:-20px;
padding: 0px;
float: right;}

#chart_div{
width: 900px; 
height: auto;
font-size: 18px;
font-family: latin;
font-weight: bold;
}


dl {
   /* margin-bottom:50px;*/
   margin-left:150px;
   
}
 
dl dt {
    background:#5f9be3;
    color:#fff;
    float:left; 
    font-weight:bold; 
    margin-right:10px; 
    padding:5px;  
   /* width:100px; */
}
 
dl dd {
    margin:2px 0; 
    padding:5px 0;
	float:left; 
	background:#fff;
}

progress {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40%;
  height: 20px;
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;

}