body {
	/*background-color: #0c4023; */
	/*background-color:#444;*/
	background-color:#000;
	margin:0px;
	background-image:none;	}

#subheadingbox {
background-color:#ffffff;
padding:20px;
border-style: solid;
border-color: #cccccc;
border-width:1px;
overflow:none;
margin:auto;
width:500px;
-moz-border-radius: 15px;
border-radius: 15px;
}

#bodycontainer {
position:relative;
z-index:1;
}


#grad-big-bottom {
background-image:url(../images/grad-big-bottom.png);
width:100%;
height:136px;
position:absolute;
z-index:0;
bottom:0;
}

#logoheader {
margin:auto;
padding-bottom:20px;
font-size:22px;
line-height:22px;
color:#444444;
font-weight:100;
}

#logogradient {
background-color:#58b001;
padding-top:15px;
padding-bottom:15px;
background-image:url(../images/login-texture.png);
background-repeat:repeat-x;}

#grad-top {
background-image:url(../images/grad-top.png);
background-repeat:repeat-x;
height:20px;
width:100%;
}

#grad-bottom {
background-image:url(../images/grad-bottom.png);
background-repeat:repeat-x;
height:20px;
width:100%;
margin-bottom:20px;
}


h1 {
font-size:23px;
color:#CECDE4;
font-weight:strong;
}

.searchbar {
width:300px;
border-style: solid;
border-width: 1px;
border-color:#9b9b9b;
padding:5px;
color: #444444; 
background: #FFFFFF;
color:#666666;}

.tiny A:link {color: #444; font-size: 10px; font-weight:normal;} 
.tiny A:visited {color:#444; font-size: 10px; font-weight:normal;}
.tiny A:active {color: #444; font-size: 10px; font-weight:normal;} 
.tiny A:hover {color: #444; font-size: 10px; font-weight:normal; text-decoration:underline;} 
.tiny {color: #444; font-size: 10px; font-weight:normal;}

/*---------------------------------
	GREEN BUTTON
-----------------------------------*/
button.green,
a.btn.green,
a.button.green,
input[type=submit].green,
input[type=reset].green,
input[type=button].green{
padding:8px;
/*background-color:#58b000;*/
background-color:#F2228E;
border:1px;
border-style:solid;
/*border-color: #444444;*/
border-color:##F2228E;
color:#ffffff;
}

#subheadingbox { text-shadow:none !important;}
	
