/* reset*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
body { 
font-family:arial, sans-serif;
line-height:20px;
text-align:center;
font-size:12px;
}
p { 
padding-bottom:15px;
color:#70706B;
}
li {
color:#70706B;
}
img {border:none;}
a:link {color: #D33301;
text-decoration:underline;
}    
a:visited {color: #FE5E03;
text-decoration:none;
}  
a:hover {color:#FE5E03;
text-decoration: none;
}   
a:active {color: #C40605;
text-decoration:none;
}   
h1 { 
font-family:Arial, sans-serif;
font-weight:normal;
color:#DD4F09;
font-size:26px;
font-weight:400;
padding-bottom:25px;
}
/* content area */
#content-area { 
clear:both;
text-align:left;
}
/* content */
#content { 
clear:both;
text-align:left;
}
#footer { 
clear:both;
padding-top:20px;
}
/* register form */
#registerform {
width: 360px;
padding: 10px;
}
/* login form */
#loginform {
width: 360px;
padding: 10px;
}

.button, input.button-field {
margin: 0;
padding: 0;
border: 0;
margin-bottom: 1em;
background: transparent url(/@@/cloudmap/images/button.jpg) no-repeat top left;
vertical-align: middle;
color:#fff;
text-align:center;
width:174px;
font-size:14px;
padding:7px;
height: 35px;
border: none;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* IE 5.x */
}

.button.disabled input.disabled {
background: transparent url(/@@/cloudmap/images/button-off.jpg) no-repeat top left;
}
input.disabled {
margin: 0;
padding: 0;
border: 0;
margin-bottom: 1em;
background: transparent url(/@@/cloudmap/images/button-off.jpg) no-repeat top left;
vertical-align: middle;
color:#fff;
text-align:center;
width:174px;
font-size:14px;
padding:7px;
height: 35px;
border: none;
cursor: pointer; /* hand-shaped cursor */
cursor: hand; /* IE 5.x */
}

/* Message display */
.message{
	border: 1px dashed Black ;
	background-color:#F3EFEC;
	margin-bottom: 2em;
	padding: 1em;
	vertical-align: middle;}
.message img{ padding: 0.5em; padding-right: 2em; float: left;}
.messagebody {margin-left: 40px;}

