@charset "utf-8";
/* CSS Document */

/* New CSS for all of icons  */

div #createsite{
  float:left; 
  padding:2px; 
  margin-top:10px;
}

div #editbox{
  float:left; 
  width:100%;
}

.box{ /* Box that encloses add & edit stuff  */
  width:500px;
  float:left;
  margin:4px;
}

.lefttitle{ /* Left column */
  padding:3px;
  width:100px;
  float:left;
  clear:both;
  text-align:right;
}

.rightdata{ /* right column  */
  padding:3px;
  float:left;
  width:388px;
}

span .rightdata .input{
  width:200px;
}

#enclosing{
  padding-top:6px;
  float:left;
  width:99%;
  padding:2px;
}

.red{
  font-size:10px; 
  font-weight:bold; 
  float:left; 
  text-align:center; 
  width:388px;
  padding:3px;
  color:red;
}

img{
	border:0px;
	vertical-align:top;
}

.savebutton{
  padding:3px;
  padding-top:10px;
  float:left;
  width:388px;
}

html>/**/body .editicon{
	float:left; 
	height:240px; 
	border:1px solid green; 
	/*border:1px solid #ebecf6;*/
	padding-top:2px; 
}

.editicon{
	float:left; 
	height:280px; 
	border:1px solid #ebecf6; 
	padding-top:2px; 
}

div.iconsdisp {/* USED FOR ICONS ON THE INTRANET HOME PAGE */
	padding:10px;
 	float:left;
	text-align:center;
}


