/*
    author : Michael Bosworth 
    description : Base code for common email content module.
    dependencies : 
*/
#emclp{position:absolute;  left:150px; top:100px;}
#emclp #form{padding:85px 0 5px 0; height:309px; _height:319px; }
#emclp #form div {overflow:auto;}
#emclp #form .label {display:block; float:left; width:126px; text-align:right; margin-right:5px; padding-top:4px;}
#emclp #form div input{vertical-align:middle; padding:2px;}
#stafhead{height:40px; width:400px; overflow:hidden;}
#staffoot{position:relative; padding:3px 10px; height:30px; width:380px; overflow:hidden; }
#staffoot #stafclose{position:absolute; top:10px; left:290px; width:100px;}
#stafsend {margin-left:132px; position:relative; height:25px;}
#mess{overflow:visible}

#emclp textarea{width:239px; height:116px; margin-bottom:10px; }
#closebtn{cursor:pointer; position:absolute; top:5px; left:321px;}
#alert{display:none; margin:10px;}
#response{display:none; width:345px; padding:20px 0 20px 55px;}
#emclp #instructions{display:block; margin:0 0 6px 130px;}

.hidetxt{display:none;}
.smtxt{font-size:9px;}
.stafsendbtn{position:absolute; top:0px; left:185px; cursor:pointer; padding:3px 12px;}
.stafsendbtn span {}
.inputbox{border:1px solid #cfc9c4; width:128px; margin-bottom:8px; height:18px;}
.btnposition{text-align:right;}

/* This code is for an IE6 hack that prevents select boxes from showing through popup layers */
.select-free {position:absolute; 	z-index:10;/*any value*/ 	overflow:hidden;/*must have*/ 	width:33em;/*must have for any value*/; }
.select-free iframe { 	display:none;/*sorry for IE5*/ 	display/**/:block;/*sorry for IE5*/ 	position:absolute;/*must have*/ 	top:0;/*must have*/ 	left:0;/*must have*/ 	z-index:-1;/*must have*/ 	filter:mask();/*must have*/ 	width:3000px;/*must have for any big value*/ 	height:3000px/*must have for any big value*/; }  .select-free .bd{border:solid 1px #aaaaaa;padding:12px;}
