body {
	background-color: white;
}

div#welcomemsg {
position:absolute;
z-index:100;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
width:200px;
height:100px;
}

.select-free {
	

	z-index:1000;/*any value*/
	
	
	/*overflow: hidden;*/
	position: absolute;
	width:33em;
}
.select-free iframe
{
	
	
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must h*/
	
	
	
	z-index:-1;/*must have*/
	filter: mask();
	
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
	
}
/*for the tool tips*/
/*	o rly? */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
#tooltipiframe {
	position: absolute;
	left: -300px;
	width: 150px;
	z-index: 99;
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

/* */

#header #headerlinks {
margin-top: 3px;
margin-right: 5px;
text-align:right;
position: absolute;
right: 0;
top: 0;
z-index: 98;
}
#header img{
position:absolute;
top: 30px;
}
h2.formheader {
margin-top:140px;
padding-top:0;
}

#reminderslist {
list-style-image: url(../images/note.gif);
}
#reminderslist li.justadded {
list-style-image: url(../images/note_new.gif);
}
/*this is actual html settings form not the javascript ajax settings menu */
form#changesettings {
margin-top:150px;
}

/* settings menu stuff */
#settingsmenu {
	position:absolute;
	z-index:100;
	background-color:#FFFFFF;
	border:1px black solid;
	right:0px;
	width:300px;
	height: 20em;
	
}
#settingsmenu h5 {
	text-align:center;
	font-size:1.4em;
	margin:0;
	padding: 5px 0 5px 0;
	
}
#settingsmenu input {
	display:block;
}
#settingsmenu p {
text-align:left;
}
#settingsmenu p.haserror {

}
#settingsmenu span.passworderror {
display:block;
} 



/* this is for the pages shown when not logged in, register, etc. */
#headerm div{
position:absolute;
margin-top:3px;
margin-right:2px;
right:0;
top:0;
}
#headerm img {
margin-top:8px;
margin-bottom:8px;
}
a#backhome {
margin-left:675px;
}
div#login {
float:left;
}
div#login form {
width:500px;
}

#steppictures img#step1img {
position:relative;
bottom:30px;
}
#steppictures img {
float: right;
clear: right;
width: 325px;
}

div#botinfodiv {
position:absolute;
top:150px;
}
table#botinfotable th, table#botinfotable td {
padding: 0 5px 0 5px;
}

/*#settingsmenu input {
position:relative;
right:0px;
margin-left:20px;
}*/

#absoluteme {
	position: absolute;
	z-index: 50;
	top: 98px;
}
#currenttime {
	margin-left: 115px;
}
form#reminderaddedit {
	/*position:absolute;
	/z-index:50;*/
	/*margin-top:70px;*/
}
a#back {
	position:absolute;
	z-index:50;
	top:100px;
	margin-left:115px;
}
.natalem {
	font-weight: bold;
	text-decoration: none;
	color: black;
}
