

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:600px;
	margin-right:50px;
}

div.box{
	/*border:solid 1px #c6cfe1;*/
	background:#ddfffc;
	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 .man {
	border: 1px dotted red;
	color:#000000;
	width:280px;
	height:20px;
}

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

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

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


div.box .tarea {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:13px; 
	display:block;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	color:#000000;
	width:200px;	
}



div.box .ta_editor {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:14px; 
	display:block;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	color:#000000;
	width:700px;	
}

div.box .input-text{
	border: 1px solid #999999;
	color:#000000;
	background-color:#FFFFFF;	
	width:300px;
}

div.box .mantarea {
	border: 1px dotted red;
	color:#000000;
	width:280px;
}


.dropBox {
	border: 1px solid lightgrey;
border-width: 1px;
border-style: dotted;
border-color: white;
	width:280px;
	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:150px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:0px;
	font-size:10px;
}

div.box label span{
	display:block;
	float:left;
	padding-right:10px;
	width:140px;
	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;
	width:515px;
	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: lightblue 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 blue;
	border-bottom: 2px solid blue;
}
