html, body {
  vertical-align: middle;
}

body {
  background-color:#FFF;
	font-family: 		"trebuchet ms",Verdana;
	margin:	 	 		  0px;
	padding:			  0px;
  text-align:     center;
  overflow-y:     scroll;
  background:     url('http://rnm.me/images/bg.png') repeat-x;
}

a {
	color:	 	 		  #3a3a3a;
	text-decoration: 	none;
}

a:hover  {
	color:	 	 		  #5d7eb1;
}

img {
  border: 0px;
}

.top {
  margin-top:     50px;
  margin-bottom:  30px;
}

.bookmark {
  height:   16px;
}

#loading {
  height:   16px;
  position: 	absolute; 
	top: 	      10px; 
	left: 	    10px;
}

#wait {
  height:     16px;
}

.menu {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ababab;
}
  
.menu a, .menu .link  {
  color:          #ababab;
  cursor:         pointer;
}

.menu a:hover, .menu .link:hover {
  color:          #5d7eb1;
  cursor:         pointer;
}

#create input {
  border:     1px solid #d3d3d3;
  padding:    4px;
  font-size:  20px;
  width:      530px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#create div {
  padding: 0px;
}

#create img {
}

.globalouter {
  margin: auto;
  text-align: center;
  border: 1px sold #f00;
}

.globalboxes {
  margin: auto;
  width:    1000px;
}

.globalleft, .globalcenter, .globalright {
  float: left;  
}

.globalcenter {
  width:    600px;
}

.globalleft, .globalright {
  width:    200px;
}

.globalright {
  padding-top:  168px;
  
}

.clear {
  visibility : hidden;
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.outer {
  text-align: center;
  margin: auto;
}

.headline, .infobody {
  margin: auto;
  width: 585px;
}

.infobody i {
  margin-top: 30px;
}

.headline {
  text-align: left;
  font-size: 18px;
  border-bottom: 2px dotted #5d7eb1;
  padding-left: 15px;
  margin-bottom: 20px;
}

.infobody {
  font-size: 14px;
  text-align: left;
}

.infohr {
  border: 0px;
  border-top: 1px solid #999;
  margin-top:   30px;  
  margin-bottom:   25px; 
}

.code {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 10px;
  font-family: georgia;
  border-left: 2px solid #999;
  background-color: #f1f1f1;
  -moz-border-radius-topright: 	10px;
  -moz-border-radius-bottomright: 	10px;
  -webkit-border-top-right-radius: 	10px;
  -webkit-border-bottom-right-radius: 	10px; 
}

.code b {
  color: #5d7eb1;
}

.mainbox-outer {
  width: 600px;
  text-align: center;
  margin: auto;
}

.mainbox-head {
  text-align:       left;
  font-size:        25px;
  background-color: #5d7eb1;
  color:            #fff;
  border-bottom:    1px solid #d3d3d3;
  padding:          0px;
  margin:           0px;
  height:           30px;
}

.mainbox-mid {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #90cb00;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#errorbox-slide {
  height: 65px;
}

#errorbox-fade {
  padding-top: 20px;
}

#mainbox-error {
  width: 600px;
  color: #fff;
  background-color: #5d7eb1;
  font-weight: bold;
}

.yoururl-head {
  background-color: #5d7eb1;
  border-bottom:    1px solid #d3d3d3;
  height:           2px;
}

#surl-slide {
  height:             120px;
}

#shorturl {
  margin:             auto;
  margin-top:         40px;
  -moz-border-radius: 10px;
  -webkit-border-radius:      10px;
  width:              600px;
  color:              #fff;
  background-color:   #5d7eb1;
}

#shorturl #moreinfo {
  border-top:       1px solid #97dade;
  background-color: #90cb00;
  padding-top:      5px;
  padding-bottom:   5px;
  font-size:        13px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#shorturl #moreinfo a {
  color:              #fff;
}

#shorturl #moreinfo a:hover {
  color:              #fff;
}

.shorturl-header {
  border-bottom:    1px solid #d3d3d3;  
  padding-left:     20px;
  padding-right:    20px;  
}

.yoururl, #copy {  
  font-size:        20px;
  color:            #90cb00;  
}

.yoururl {  
  text-align:       left;
  font-style:       italic;
  font-weight:      bold;
  float:            left;
}

#copy {
  text-align:       right;  
  color:            #fff;
  float:            right;
}

.right {
  float:            right;
  border:           1px solid #f0f;
  float:            right;
}

.clear {
  clear: both;
}

#shorturl-box {
  font-weight:      bold;
  padding-bottom:   10px;
  font-size:        30px;
  background-color: #90cb00;
  padding-top:      10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
}

#shorturl-input {
  color:            #fff;
  font-size:        30px;
  background-color: #90cb00;
  text-align:       center;
  border:           0px;
  font-family: 		  "trebuchet ms",Verdana;
  font-weight:      bold;
  width:            98%;
}

.twitter-box {
  min-height: 100px;
  border-top: 1px solid #d3d3d3;
}




#lasturl {
  margin:             auto;
  margin-top:         40px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width:              600px;
  color:              #fff;
  background-color:   #d3d3d3;
}

.lasturl-header {
  border-bottom:    1px solid #ababab;
  padding-left:     20px;
  padding-right:    20px;  
  text-align:       left;
  font-style:       italic;
  font-weight:      bold;
  font-size:        20px;
  color:            #ababab;  
}


#lasturl-box {
  font-weight:      bold;
  padding-bottom:   10px;
  font-size:        18px;
  background-color: #e5e5e5;
  padding-top:      10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#lasturl-box table {
  width:      570px;
  margin:     0 15px 0 15px;  
}

#lasturl-box table td {
  text-align:     left;
  width:          50%;
  vertical-align: top;
  overflow:       hidden;
}

#lasturl-box table td .count {
  padding-right: 5px;
  font-size:    18px;
  color:        #fff;
  float:        left;
}

#lasturl-box table td .link {
  font-weight:  normal;
  float:        left;
  font-size:    13px;
  color:        #ababab;
   
}

#lasturl-box table td .link a {
  font-size:        18px;
  color: #fff;
}

#lasturl-box table td .link a:hover {
  font-size:        18px;
  color: #ababab;
}

.lasturl-more {
  font-size: 12px; 
  margin-top: -30px; 
  margin-left: 470px; 
  padding: 0px; 
  background-color: #d3d3d3; 
  width: 100px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-top:    1px solid #ababab;
}

.box-tools {
  border: 1px solid #dedede;
  background: #f2f2f2 url('http://rnm.me/images/boxbg.png') repeat-x;
  margin-bottom: 30px;
  -moz-border-radius: 	3px;
  -webkit-border-radius: 	3px;
}

.box-tools .header {
  padding-left:     15px;
  padding-right:    20px;
  padding-top:      10px;
  text-align:       left;
  font-style:       italic;
  font-weight:      bold;
  font-size:        20px;
  color:            #474747;
}

.box-tools .inner {
  padding:          10px 30px 10px 30px; 
  text-align:       left;
  font-size:        14px;
  color:            #737373;

.box-tools .inner table {
  margin-left: 10px;
  margin-right: 10px;
}

.box-tools .inner table td {
  min-width:  120px;
  padding:  10px;
  padding-bottom: 15px;
  vertical-align: top;
}

#preview_image { 
  background-image: url(http://rnm.me/images/loading.gif);
  background-repeat:no-repeat;
  background-position: center;
}



