body{font-family:verdana;fnt-size:0.8em;margin:0;background:white;position:absolute;top:19px;}
td{vertical-align:top;}
#email_table{width:100%;}
#email_table td{width:85%;}
#email_table td:nth-child(1){text-align:right;width:15%;text-decoration:underline;font-weight:bold;}
#email_table td:nth-child(2){border:solid;border-width:1px;border-color:white;background:#D6D0C9;}
input[type="text"]{background:transparent;border:none;font-family:verdana;font-size:inherit;width:100%;}
input[type="email"]{background:transparent;border:none;font-family:verdana;font-size:inherit;width:100%;}
input[type="checkbox"]{width:20px;height:20px;}
textarea{background:transparent;font-family:verdana;font-size:inherit;width:99%;height:260px;}
select{background:transparent;width:auto;border:solid;border-width:1px;font:inherit;}


.full{display:inline-block;float:left;width:950px;height:45px;}
.half{display:inline-block;float:left;width:474px;background:white;}

.right{text-align:right;}
.left{text-align:left;}
.centered{text-align:center;}

.small{font-size:0.8em;}
.medium{font-size:1.7em;}
.large{font-size:2.4em;}

.hide{display:none;}
.link{cursor:pointer;}
.link:hover{background:lightgrey;}

.email{background:#FFCC99;text-overflow:ellipsis;white-space:nowrap;max-width:20%;overflow:hidden;}
.sent{background:#FFAD5C;}

#email_box{position:absolute;top:50px;left:0px;width:950px;background:#f5f5f5;}

.rotate{/* Safari */
-webkit-transform: rotate(-45deg);

/* Firefox */
-moz-transform: rotate(-45deg);

/* IE */
-ms-transform: rotate(-45deg);

/* Opera */
-o-transform: rotate(-45deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
vertical-align:top;text-align:right;font-size:10px;
}


@media all and (max-width:900px) {.half{width:100%;}}