

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 .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 {
	border: 1px dotted white;
	color:#000000;
	width:280px;
}

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;
	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;
}

/* video list */

.drLinks {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#666666;
	text-decoration:none;
}

.drLinks:hover{
	color:#999999;
	text-decoration: underline;
}

.views {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#666666;
}

.frameBorder{
	border:1px solid #CCCCCC;
}

.bgCurrent{
	background-color:#F4F4F4;
}

#button_remove
{
  display:block;
  float:right;
  width: 65px;
  height: 20px;
  background: url("images/button_remove.gif") no-repeat 0 0;
}
#button_remove:hover
{ 
  background-position: 0px -20px;
}

#button_remove_my
{
  display:block;
  float:right;
  width: 77px;
  height: 20px;
  background: url("images/button_remove_my.gif") no-repeat 0 0;
}
#button_remove_my:hover
{ 
  background-position: 0px -20px;
}

#button_remove_ch
{
  display:block;
  float:right;
  width: 46px;
  height: 20px;
  background: url("images/button_remove_ch.gif") no-repeat 0 0;
}
#button_remove_ch:hover
{ 
  background-position: 0px -20px;
}