﻿body {
  font:12px/1.5em "Arial", Tahoma, sans-serif;
	color:#3A587C;
	background:#fff;
	margin:0;
	padding:0;
}

a:link, a:visited{
color: #BD1E2C;
text-decoration: none;
}

a:hover, a:active{
color: #BD1E2C;
text-decoration: underline;
} 

div#main {
  width:100%;
	margin-left: auto;
	margin-right: auto;
}

div#header {
  text-align:center;
}

.logo img {
	border:0px;
	position:relative;
	top:35px;
}

.logo a:hover {
  text-decoration:none;
	padding:0 0px;
}

div#urlgen {
  position:relative; 
  top:55px;  
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  width: 650px;
  height: 500px;
  *height: 550px; /* IE7 and below */  
  border: 1px solid #C1C1C1;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;  
  padding: 10px;
}

div#urlgen input {
	margin: 2px 4px 0 0;
}

.buttontd{ 
	padding-left: 10px;
}

textarea#urltext {
	background:#E5E3E4;
	width: 642px;	
	overflow: hidden; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-none;
	border: 1px solid #C1C1C1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0 0 0;
  padding: 0 0 0 0;   	
}

.form1 {
	display: inline;
}

.form2 {
	display: inline;
}

div#links {
  position:relative;
  top:18px;
  text-align:left;  
  margin: 0 0 0 5px;
}

div#links img {
	border:0px solid;
	margin: 0;
} 

div#footer {
 width: 99%;
 font:10px "Arial", Tahoma, sans-serif;
 text-align: center;  
 position:absolute;   
 bottom: 2px;
}

