* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	background-color: #white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
}

img{
	border: none;
}

#container {
	position: relative;
	margin: 0 auto;
	/*	border: 1px solid #0E419A;*/
	width: 757px;
	text-align: center;
}

#text {
	width: 757px;
	text-align: left;
}

h3 {
	font-size: small;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: small;
}

h1 {
	font-size: large;
}

#header {
	background: url(../img/logo.png) no-repeat center;
	margin: 0 auto;
	height: 320px;
	width: 757px;
}

#header_image {
	display: block;
	height: 320px;
	width: 757px;
}

#content {
	margin-top: 50px;
}

a {
	color: #5c97c2;
}

input,textarea {
	background: #cee0ee none repeat scroll 0 0;
}

table {
	text-align: left;
}

#url_field {
	color: #1369a7;
	font-size: 20px;
	width: 400px;
	height: 28px;
}

#url_field_2 {
	color: #1369a7;
	font-size: 20px;
	width: 200px;
	height: 28px;
}

#url_selector {
	color: #1369a7;
	font-size: 20px;
	width: 200px;
	height: 32px;
	text-align: right;
	background: #cee0ee none repeat scroll 0 0;
}

.field {
	color: #1369a7;
	font-size: 20px;
	width: 300px;
	height: 28px;
}

#short_url {
	color: #1369a7;
	font-size: 20px;
	height: 32px;
	text-align: center;
	margin-right: 135px;
}

form table {
	color: #1369a7;
	font-size: 20px;
	height: 32px;
	text-align: left;
	margin-left: 100px;
}

.url_bim,#send {
	height: 32px;
	line-height: 10px;
	background-image: url("../img/button.png");
	background-repeat: none;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 105px;
	border: none;
	padding: 0px;
}

.copy {
	position: absolute;
	height: 32px;
	line-height: 10px;
	background-image: url("../img/button.png");
	background-repeat: none;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	width: 105px;
	border: none;
	left: 110px;
	cursor: pointer;
}

.copy.hover {
	cursor: crosshair;
}

#footer {
	margin-top: 50px;
}

body {
	font-family: arial, sans-serif;
	font-size: 9pt;
}

.my_clip_button {
	width: 150px;
	text-align: center;
	border: 1px solid black;
	background-color: #ccc;
	margin: 10px;
	padding: 10px;
	cursor: default;
	font-size: 9pt;
}

.my_clip_button.hover {
	background-color: #eee;
}

.my_clip_button.active {
	background-color: #aaa;
}

#choose_url_label {
	text-align: left;
	color: #5c97c2;
	font-size: small;
	margin-left: 150px;
	height: 35px;
}

#custom_url_field {
	color: #1369a7;
	height: 28px;
	width: 100px;
	font-size: 20px;
}

#list {
	width: 650px;
	text-align: center;
	margin: 0 auto;
}

.list {
	width: 650px;
	text-align: center;
	margin: 0 auto;
}

hr {
	background-color: #5c97c2;
	color: #5c97c2;
}

#bookmark {
	position: fixed;
	width: 120px;
	border: 1px dotted #5c97c2;
	left: 3px;
}

#bookmark_link {
	background-repeat: none;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#bookmark_button {
	height: 20px;
	width: 50px;
	background-repeat: none;
	background-image: url("../img/button.png");
	margin-left: 35px;
	margin-right: 35px;
}

#connect {
	position: fixed;
	right: 3px;
	border: 1px dotted #5c97c2;
}

#arrow_connect {
	top: 20px;
	position: fixed;
	right: 0px;
}

#arrow_bookmark {
	position: fixed;
	left: 100px;
}

.hovertime:HOVER {
	background-color: #e6ecf5;
	color: black;
	border-left: 0px;;
}

#hovertime:HOVER td a{
	background-color: #e6ecf5;
	color: black;
}

#brand {
	text-align: left;
	float: left;
	position: relative;
	bottom: 20px;
	left: 10px;
	width: 40px;
}