body {
/*  background-color: #e1ddd9;*/
  font-size: 12px;
  font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}
#content { 	
  position:absolute;
  height:460px; 
  width:500px;
  margin:-200px 0px 0px -250px;
  top: 50%; 
  left: 50%;
  text-align: center;
  padding: 0px;
  background-color: #fff;
  /*border: 1px dotted #000000;*/
  overflow: auto;
}

input{
    border: 0;
    margin-top: 4px;
    background-color: #F2F2F2;
    width: 286px;
    font-size: 12px;
    font-family: Tahoma, Helvetica, SunSans-Regular, Sans-Serif;
}

div #inputbox{
	background: url(/images/t.gif) no-repeat center top;
	height: 26px;
	text-align: center;
	margin: 15px 0 0 0;
}

div #cnt{
	text-align: center;
	margin: 15px 0 0 0;
}

p, h1 {
margin: 0px; 
padding: 10px; 
}


a { 
background-color:transparent;
text-decoration: none; 
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    position: absolute;
    top: 105px;
    left: 203px;
    z-index: 1;
}

a.button span {
    background: transparent url('/images/bg_button_span.gif') no-repeat;
    display: block;
    color: #fff;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

div#done{
	opacity: 0;
	display: none;
	width: 164px;
	height: 56px;
	background: url('/images/done.gif') no-repeat;
	text-align: center;
	verical-align: middle;
	position: absolute;
	left: 166px;
	top: 100px;
	z-index: 0;
	cursor: pointer;
}

div#done a{
	color: #fff;
	width: 100%;
	/*height: 100%;*/
	display: block;
	position: relative;
	top: 25px;
}

div#done input#murl{
	color: #fff;
	width: 140px;
	/*height: 100%;*/
	display: block;
	position: relative;
	top: 25px;
	background: transparent;
	margin: 0 0 0 10px;
	text-align: center;
	border: 0;
	font-weight: bold;
}

#body {
   padding:10px;
   padding-bottom:60px;  
}

#footer {
	text-align: center;
    position:absolute;
    bottom:0px;
   	width:100%;
   	height:150px;
   	background:#fff;
   	color: #6F6F6F;
   	font-size: 11px;
   	margin-bottom: -30px;
/*    height: 40px;*/

}

#footer a{
	color: #4F4F4F;
	text-decoration: none;
}



#footer a.as_text{
	color: #6F6F6F;
}

a{
	color: #3BB100;
	text-decoration: underline;
}

div#donered{
	opacity: 0;
	display: none;
	width: 164px;
	height: 56px;
	background: url('/images/donered.gif') no-repeat;
	text-align: center;
	verical-align: middle;
	position: absolute;
	left: 166px;
	top: 100px;
	z-index: 0;
}

div#donered span{
	color: #fff;
	width: 100%;
	/*height: 100%;*/
	display: block;
	position: relative;
	top: 25px;
}

div.my_content{
	 position: relative; top: 80px; text-align: center
}

div.buttondiv{
	width: 100%; text-align: center;
}


.murltable td{
	text-align:left;
	vertical-align:top;
	white-space:normal;	
	vertical-align: middle;
                padding: 2px 5px; 
}


.murltable td + td{
	border-bottom: 1px solid #ccc;
}

.murltable td.last{
	border: 0;
}


.marklet{
	border: 1px solid #3BB100;
	padding: 3px;
	font-size: 10px;
	text-decoration: none;
	background-color: #EFEFEF;
	cursor: move;
}



.marklet:hover{
	border: 1px solid #FF6501;
	padding: 3px;
	color: #FF6501;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
}


h1{
	font-size: 16px;
}

h2{
	color: #3BB100;
	font-size: 14px;
}

a img{
	border: 0;
}

input#murl_check{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px 3px 2px 3px;
    width: 150px;
}

#murl_check_button{
    width: 70px;
    border: 1px solid #ccc;
    padding: 1px 3px 1px 3px;    
}

.murltable{z-index:10000;}