/* the overlayed element */ 
div.overlay-form1 {display:none; color:#FFF;} 
/* default close button positioned on upper right corner */ 
div.overlay-form1 div.close {background-image:url('../images/icon-overlay-close.jpg');position:absolute;z-index:100;right:3px;top:3px;cursor:pointer;height:15px;width:15px;} 
div.overlay-form1 .title1{color:#999;}
div.overlay-form1 .title2{color:#EBEBEB;}
div.overlay-form1 a{color:#FF0055;}
div.overlay-form1 a:hover{color:#EBEBEB;}
div.overlay-form1 .margin-top1{margin-top:20px;}
div.overlay-form1 .margin-top2{margin-top:10px;}
div.overlay-form1 .overlayContent{padding:20px 20px 0 20px;background-color:#333;}
div.overlay-form1 .btm{height:20px;width:81%;display:block;overflow:auto;float:left;background-color:#333;}
div.overlay-form1 .ocnr{background:url('../images/overlay-form.gif') bottom right no-repeat;float:right;height:20px;width:20%;display:block;overflow:auto;float:right;position:relative;top:-20px;}

div.overlay-form1.width1{width:205px;}
div.overlay-form1.width2{width:410px;}

div.overlay-form1 .input{width:305px;}
div.overlay-form1.width2 textarea{height:6em;width:370px;}
.tooltip{color:#FFF;position:absolute;left:205px;z-index:101;top:0px;width:205px;}
div.overlay-form1.width2 .tooltip{left:410px;}
.tooltip .ttcontent{padding:20px 20px 0 20px;background-color:#FF0055;display:block;overflow:hidden;}
.tooltip .title1{clear:both;margin-bottom:5px;}
.tooltip .title1 span.ttline{color:#333;width:4%;float:left;}	
.tooltip .title1 span.ttdesc{color:#FFF;width:96%;float:right;}
.tooltip .title1 span.ttdesc a{color:#000;cursor:pointer;}
.tooltip .title1 span.ttdesc a:hover{color:#EBEBEB;}
.tooltip .ttbtm{height:20px;width:80%;display:block;overflow:auto;float:left;background-color:#FF0055;}
.tooltip .ttcnr{background:url('../images/overlay-tt.gif') bottom right no-repeat;float:right;height:20px;width:20%;display:block;overflow:auto;float:right;}
/*TAGGING OVERLAY*/
div.overlay-form1 .icon-arrow2{width:30px;height:18px;display:block;overflow:auto;background:url('../images/icon-arrows1.jpg') top left no-repeat;float:left;cursor:pointer;margin:10px 75px;}
div.overlay-form1 .icon-arrow2.left-side:hover{background-position:0 -18px;}
div.overlay-form1 .icon-arrow2.right-side{background-position:-30px 0;float:right;position:relative;top:-13px;}
div.overlay-form1 .icon-arrow2.right-side:hover{background-position:-30px -18px;}
div.overlay-form1 .tag-image{border:5px solid #FFF;}
div.overlay-form1 .tag-blank{width:180px;height:180px;background-color:#666;display:block;overflow:auto;border:5px solid #999;}
