html {
	background-color:#000000:
}

body {
	width:900px;
	margin:10px auto;
	background:#ff0000;
	font-size:115%;
	border:10px solid black; 
	background-image:url('../images/ICG Logo and Wordmark.jpg')
/*	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	-ms-border-radius:13px;
	-o-border-radius:13px;border-radius:13px;
	padding-top:20px;
	padding-bottom:30px;
	padding-left:25px;
	padding-right:25px;
*/
}

input { font-size:14px; font-family:ariel; } /* Form font size */

.container {
	background-color: #ffffff;
	padding:20px;
	padding-top:8px;
}

h1, h2, h3 {
	text-align:center;
	margin:0;
	padding:0px;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

hr {
	width:75%;
	margin-top:15px;
	margin-bottom:15px;
}

.right {
	color:#000000; /* black color */
	padding-left:70px;
    text-indent:-24px;
	padding-top:20px;
	padding-bottom:0px;
}

.wrong {
	color:#999999; /* gray color */
	padding-left:70px;
    text-indent:-24px;
	padding-top:20px;
	padding-bottom:0px;
}

.button_small {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5.5px 11px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }

.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5.5px 11px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }

.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   