.back_to_inbox_link {
  font-size: 0.8em; 
  text-align: right;
}

.msg_label {
	display: inline-block; 
	font-weight: bold; 
	vertical-align: top;
}

.msg_left {
	width: 75px;
}

.msg_right {
}

.msg_row {
	margin: 5px;
}

.msg_input {
	width: 400px;
}

#compose {
	width: 495px;
}

#msg_submit {
	float: right;
}

.message_preview {
	color: grey;
	font-size: 0.8em;
}

#inbox_header {
	position: relative;
}

.inbox_header_link {
	font-size: 0.8em;
}

.compose_link {
	position: absolute;
	top: 0px;
	right: 0px;
}

table.inbox_table td {
	padding: 10px;
}

.inbox_row_dark {
	background-color: #F3F3F3;
}

.inbox_row:hover {
	background-color: #EDEDED;
}

.core_shade {
  display:none;
        position: absolute;
        background: #282422;
        opacity: 0.4;
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        filter: alpha(opacity=40);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 10000;
}

.compose_popout {
        background:none repeat scroll 0 0 #FFF;
        margin:0;
        overflow:visible;
        padding:18px;
        z-index: 10001;
        -moz-border-radius:6px;
        border-radius:6px;
        webkit-border-radius:6px;
        border: 3px solid #EF932E;
        #width: 500px;
        #height: 500px;
        position: fixed;
        top:30%;
        display: none;
	font-family: verdana;
	font-size: 13px;
	text-align: left;
}

#close_big {
        text-align: center;
        border: 2px solid silver;
        width: 20px;
        float: right;
        clear: both;
        background: none repeat scroll 0pt 0pt LightGrey;
        font-family: Arial;
        margin-left: 10px;
        -moz-border-radius:2px;
        border-radius:2px;
        webkit-border-radius:2px;
	position: absolute;
        top: 10px;
        right: 10px;
}

#close_big:hover {
        cursor: pointer;
}

.msg_table {
	border-collapse: collapse;
	margin-bottom:40px;
}

.msg_table td {
	padding: 2px;
}

#vidtext a {
  font-size:12px;
}