
body {
	color: #635E53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a:link, a:visited {
	color: #9B843D;
	text-decoration: none;
	}

a:hover, a:active {
	color: #C37300;
	text-decoration: none;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
    display:inline-block;
	}
/* Hide from IE Mac \*/
.clearfix {
    display:block;
	}
/* End hide from IE Mac */

input, select, textarea {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

/* ~~~~~~~~~~ TAB WINDOW STYLE ~~~~~~~~~~ */

.tab-window {
	background: #E7DBBD;
	border: #DACEAB 1px solid;
	width: 400px;
	height: 300px;
	padding: 3px;
	}

.tab-window .hd {
	background: url(../images/window-hd.gif) top repeat-x;
	padding: 0 12px;
	height: 32px;
	position: relative;
	}

.tab-window .hd h5 {
	line-height: 2;
	padding-top: 4px;
	color: #635E53;
	}

.tab-window .hd input.closewindow {
	background: url(../images/btn-closewindow.gif) top repeat-x;
	position: absolute;
	right: 12px;
	top: 7px;
	}

/* ~~~~~~~~~~ TAB WINDOW BODY STYLE ~~~~~~~~~~ */

.tab-window .bd {
	background: #FFF;
	padding: 22px;
	}

.tab-window .bd .inbox {
	margin-bottom: 8px;
	}

.tab-window .bd .last {
	margin-bottom: 0;
	}

.tab-window .inbox label {
	float: left;
	display: block;
	width: 50px;
	line-height: 1.4;
	}

.tab-window .inbox p {
	float: left;
	display: block;
	line-height: 1.4;
	}

.tab-window .inbox .text {
	border: #E7DBBD 1px solid;
	padding: 3px;
	float: left;
	}

.tab-window .inbox .description {
	width: 280px;
	}

/* ~~~~~~~~~~ TAB WINDOW FOOTER STYLE ~~~~~~~~~~ */

.tab-window .ft {
	padding-left: 72px;
	padding-top: 14px;
	}

.tab-window .ft input.button {
	background: #FAF2DF;
	border: 0;
	padding: 3px 20px;
	*padding: 5px 20px 1px;/*for ie*/
	overflow: visible;
	-moz-border-radius:5px;
	font-weight: bold;
	}

.tab-window .ft input.button:hover {
	background: #C8BA97;
	}

.tab-window .ft input.submit {
	color: #B28D3C;
	}

.tab-window .ft input.submit:hover {
	color: #fff;
	}

.tab-window .ft input.cancel {
	color: #D24D4D;
	}

.tab-window .ft input.cancel:hover {
	color: #fff;
	}

/* ~~~~~~~~~~ MESSAGE WINDOW STYLE ~~~~~~~~~~ */

.window-message {
	background: url(../images/message-window.gif) no-repeat;
	height: 50px;
	width: 230px;
	}

.window-message .bd {
	padding: 18px 0 0 18px;
	position: relative;
	}

.window-message h5 {
	line-height: 1.2;
	color: #635E53;
	}

.window-message input.closewindow {
	background: url(../images/btn-closewindow.gif) top repeat-x;
	position: absolute;
	right: 18px;
	top: 16px;
	}
	
.topdiv
{
    left: 0px;
    width: 800px;
    position: absolute;
    top: 0px;
    height: 1200px;
    display:none;
    display:inline;
    visibility: visible;
    visibility: hidden;
}


.reply-window {
	height: 240px;
	}