BODY {
	font-family : Arial, Helvetica, sans-serif;
	background: #6495ED;
	color : #000063;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	padding : 0;

	scrollbar-track-color: #6495ED;
	scrollbar-face-color: #000063; 
	scrollbar-highlight-color: #6495ED;
	scrollbar-3dlight-color: #6495ED;
	scrollbar-darkshadow-color: #6495ED;
	scrollbar-shadow-color: #6495ED; 
	scrollbar-arrow-color: #6495ED;}
A {
	color : #FFFFFF;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}
A:VISITED {
	color : Yellow;
}
H1{
}
H2{
}
H3 {
}
HR {
	color: #000063;
	background-color: #000063;
	height: 1px;
}

.alert {
   border: 1px solid #e7dc2b;
   background: #fff888;
}

.success {
   border: 1px solid #669966;
   background: #88ff88;
}

.error {
   border: 1px solid #ff0000;
   background: #ffaaaa;
}

input.openid_url {
   width:               182px;
   padding-left:        20px;
   color:               #000000;
   background:          url("http://openid.net/login-bg.gif") no-repeat;
   background-color:    #ffffff;
   background-position: 0 50%;
}

fieldset {
   margin-bottom:       1em;
}