body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
width:750px;
margin:0 auto;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 0px #666666;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #999999;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized label.checkbox{
display:block;
font-weight:bold;
text-align:left;
padding-left:36px;
margin-bottom:4px;
width:600px;
float:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized .small2{
color:#666666;
font-size:11px;
display:block;
font-weight:normal;
text-align:left;
padding-left:100px;
width:400px;
}
#stylized img{
float:left;
padding-left:6px;
padding-top:6px;
width:16px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999999;
width:200px;
margin:2px 0 20px 10px;
}
#stylized input.checkbox{
float:none;
text-align:left;
width:4px;
*width:20px;
*border:0px;
*height:5px;
*margin:0px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999999;
width:200px;
margin:2px 0 20px 10px;
}
#stylized input#event{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #999999;
width:550px;
margin:2px 0 20px 10px;
}
#stylized button{
clear:both;
margin-left:500px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
border:solid 2px #999999;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.error {
  clear:both;
  font-family: Tahoma;
  font-size: 8pt;
  color: red;
  margin-left: 50px;
  display:none;
  }

.admin {
margin-left:568px;
width:125px;
height:31px;
background:transparent;
text-align:right;
line-height:31px;
color:#999999;
font-size:10px;
font-weight:normal;
}

.admin A:link {text-decoration: none; color:#999;}
.admin A:visited {text-decoration: none; color:#999;}
.admin A:active {text-decoration: none; color:#999;}
.admin A:hover {text-decoration: none; color:#ccc;}
 
/* Calendar Style */

.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

.ds_conclass{
 position:relative;
}

.ds_conclass p span{
 position:absolute:
 top:0;
 left:0;
}
.ds_calclass{
 position:relative;
display:block;
}