html {
	height: 100%; 
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #191919;
	background: #f4f5f6;	
}

#page {
   position: relative;
   top: 9px;
   padding-top: 30px;
   margin: 0 auto;	 
   width: 1000px; 
   height: 700px; 
   background: #fff;
   display: block; 
   font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#titlejpg {
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
 
#back { margin: 0 auto; text-align:center;}  
#back a {
    color: #ef4000;
    padding: 40px 0px 0px 0px;  
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 16px;   
} 
#message {
    color: #df0000;
    padding: 40px 0px 0px 0px;  
    text-align: center;
    font-weight: bold;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;   
}

label {
    padding-left: 0px; 
    font-weight: bold; 
    width: 700px;
    text-align: left;
    color: #7d8790; 
    display: block; 
    font-size: 13px;
}

#description {
    color: #a9afb5;
    width: 700px;
    height: 200px;
    padding: 10px 10px 10px 10px;  
    text-align: left;
    font-weight: normal;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;  
    border-right: solid 0px #d4d7da;
    border-left: solid 0px #d4d7da;
    border-top: solid 1px #d4d7da;
    border-bottom: solid 1px #d4d7da; 
}
