

input{	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px;
}

form{
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	border:0px; 
	margin:0px; 
	padding:0px;
}

div.main{
	width:540px;
	margin-right:50px;
}

div.box{
	border:solid 1px #c6cfe1;
	background:#edf6ff;
	padding:10px;
	color:#333333;
	margin-bottom:5px;
}

div.boxofcopy{
	border:solid 1px #c6cfe1;
	background:#dfe4ee;
	padding:10px;
	color:#333333;
	margin-bottom:5px;
}

div.box h1 {
	font-size:14px;
	color:#000000;
	padding-bottom:4px;
}
div.box p{padding-bottom:1px;}

div.box input2 .input-text2{
	border:1px solid #3b6e22;
	color:#666666;
	width:160px;
}

div.box .smallMan {
	border: 1px dotted red;
	color:#000000;
	width:60px;
	height:20px;
}


div.box .man {
	border: 1px dotted red;
	color:#000000;
	width:240px;
	height:20px;
}

div.box .dateMan {
	border: 1px dotted red;
	color:#000000;
	width:120px;
	height:20px;
}

div.box .date {
	border: 1px dotted white;
	color:#000000;
	width:120px;
	height:20px;
}

div.box .normal {
	border: 1px dotted white;
	color:#000000;
	width:240px;
	height:20px;
}

div.box .smallNormal {
	border: 1px dotted white;
	color:#000000;
	width:60px;
	height:20px;
}

div.box .tarea {
	border: 1px dotted white;
	color:#000000;
	width:240px;
}


.dropBox {
	border: 1px solid lightgrey;
border-width: 1px;
border-style: dotted;
border-color: white;
	width:240px;
	height:25px;
	margin: 0px;
	padding: 4px 4px 4px 4px;
}

.dropBoxMan {
border: 3px solid red;
border-width: 1px;
border-style: dotted;
border-color: red;
width:240px;
height:25px;
margin: 0px;
padding: 4px 4px 4px 4px;
}

.dropBoxManIE {
background-color:#FF7979;
border: 3px solid red;
border-width: 1px;
border-style: dotted;
border-color: red;
width:240px;
height:25px;
margin: 0px;
padding: 4px 4px 4px 4px;
}

div.box label{
	display:block;
	margin-bottom:5px;
	color:#555555;
}


.info {
	color: gray;
	text-align:left;
	padding-left:210px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:0px;
	font-size:10px;
}

div.box label span{
	display:block;
	float:left;
	padding-right:10px;
	width:200px;
	text-align:right;
	font-weight:bold;
}
.spacer{margin-left:2px; 
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.alert {
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	background: #fff6bf url(images/exclamanation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	margin-right:50px;
	padding: 5px 20px 5px 65px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
}

.infoBox {
font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	background: #f8fafc url(images/info.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	margin-right:50px;
	padding: 5px 20px 5px 65px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}