﻿body 
{
	font-size:10px;
	font-family: Trebuchet MS, Arial, Times New Roman, Arial, Verdana;
	margin-top:5px;
}

/****************UNDO DEFAULTS**********************************/
* 
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {font-size: 1em;}

ul,ol {list-style: none;}

ul,ol,li,h1,h2,h3,h4,h5,h6,form,body,p,blockquote,fieldset,input,label,div,table,tr,td {margin: 0; padding: 0;}

a img, a:link img, a:visited img, fieldset {border: none;}

#wrapper 
{
	width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
	font-size: 1.2em;
	text-align:center;
}

#wrapper  input, #wrapper select, #wrapper textarea 
{
	font-family:Trebuchet MS, Arial, Times New Roman; 
	font-size:1.1em;
}

#modal 
{
	width:100%; 
	height:100%; 
	background:#E8F3F8; 
	position:absolute; 
	z-index: 1; 
	left:0;
	opacity: .9;	
	filter: alpha(opacity=90); 
	top:0; 
	visibility:hidden;
}

fieldset 
{
	padding:10px;
	border:none;
	border-top:dashed 1px #CCC;
	border-bottom:dashed 1px #CCC;
	background-color:#f4f4f4;
	margin-bottom:10px;
	text-align:left;
}

fieldset label 
{
	width: 165px; 
	clear: both;
	float: left;
	margin:0 5px 5px 0;
}

fieldset p
{
	background-color:Transparent;
	margin:5px 0 5px 0;
	font-weight:bold;
}

fieldset label textarea 
{
	width:400px;
	height:75px;
}

br 
{
	clear: both;
}

h1 
{
	font-size:1.5em;
}

h2
{
	background-color:Navy;
	color:#FFF;
}
 label span 
{
	color:#F00;
	font-size:1.6em;
	font-weight:bold;
	z-index:10;
} 

#viewtemplate label span 
{
	font-size: 1.1em;
	color: #333;	
	font-weight: normal;
}

.uploader {
        position: absolute;
        top: 415px;
       left: 100px;
       z-index: 5; 
}

.DateBox 
{
	position:absolute;
	clear:both;
}

.ajax__calendar_container 
{
	float:right;
}