body {
	font-family: Segoe UI, Arial;
}
.container {
	width: 652px;
	margin: 120px auto 0px auto;
}
.branding {
	width: 144px;
	height: 110px;
	background: url("../img/branding.jpg") no-repeat;
	text-indent: -99999px;
	margin: 0px auto;
}
.clickable_branding {
	width: 144px;
	height: 110px;
	margin: 0px auto;
}
.spacer {
	width: 652px;
	font-size: 1px;
	background: url("../img/hr.gif") repeat-x;
}
.content {
	width: 368px;
	margin: 0px auto;
}
form {
	margin: 0px;
	padding: 0px;
}
.wrapper {
	padding-top: 20px;
}
ul.form {
	width: 364px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	font-size: 20px;
	color: #000000;
}
.field {
	width: 250px;
	height: 28px;
	padding: 4px 4px 0px 4px;
	background: #ffffff;
	border: #999999 1px solid;
	font-size: 20px;
	color: #000000;
}
.button {
	width: 100px;
	height: 34px;
	display: block;
	background: url("../img/shrink.jpg") 0px 0px no-repeat;
	font-size: 2px;
	text-decoration: none;
}
.button:hover {
	background: url("../img/shrink.jpg") -100px 0px no-repeat;
}
.result {
	margin-top: 4px;
	display: none;
}
.result_nonjs {
	margin-top: 4px;
}
ul.links {
	margin: 12px 0px 0px 0px;
	list-style-type: none;
	padding: 0px;
}
.links li {
	display: inline;
	margin-left: 16px;
}
.link {
	font-size: 12px;
	color: #03f;
	text-decoration: none;
}
.link:hover, .link2:hover {
	text-decoration: underline;
}
.link2 {
	font-size: 13px;
	color: #03f;
	text-decoration: none;
}
.footer {
	margin-top: 20px;
}
.scriptyweb {
	width: 121px;
	height: 26px;
	margin: 0px auto;
}
.options {
	margin-top: 4px;
	overflow: auto;
	width: 364px;
}
.login_user {
	width: 146px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding: 1px 3px;
	border: #999999 1px solid;
	float: left;
}
.login_passw {
	width: 146px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	padding: 1px 3px;
	border: #999999 1px solid;
	float: left;
	margin-left: 4px;
}
.login_button {
	width: 48px;
	height: 24px;
	display: block;
	float: right;
	text-indent: -99999px;
	background: url("../img/login.jpg") 0px 0px no-repeat;
}
.login_button:hover {
	background: url("../img/login.jpg") -48px 0px no-repeat;
}
.forms_answ {
	margin-top: 12px;
	color: #f60;
}
ul.signup {
	width: 320px;
	list-style-type: none;
	margin: 8px auto;
	padding: 0px;
	overflow: auto;
}
.signup li {
	width: 160px;
	float: left;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.reg_field {
	width: 150px;
	font-size: 12px;
	font-family: Segoe UI, Verdana;
	padding: 2px 3px;
	border: #999999 1px solid;
}
.reg_submit {
	width: 48px;
	height: 24px;
	display: block;
	text-indent: -99999px;
	background: url("../img/send.jpg") 0px 0px no-repeat;
}
.reg_submit:hover {
	background: url("../img/send.jpg") -48px 0px no-repeat;
}
.manage_wrapper {
	width: 652px;
	margin: 0px auto;
	font-size: 12px;
	padding: 0px 1px;
}
h2 {
	margin: 8px 0px;
	font-size: 20px;
	color: #03f;
	font-weight: normal;
	text-align: center;
}
.long_url, .short_url, .clicks {
	border: #999 1px solid;
	background-color: #ededed;
	padding: 2px 3px;
}
.arrow {
	width: 21px;
	border: none;
}
.long_url {
	color: #D8261A;
}
.short_url {
	width: 124px;
	color: #03f;
}
.clicks {
	width: 40px;
	text-align: right;
	font-size: 14px;
}
.edit, .delete {
	with: 16px;
}
.edit_wrapper {
	display: none;
}
/* clasa edit_on e folosita doar pentru ca .style.display="block" nu afiseaza corect randul */
.edit_on {
}
.edit_input {
	width: 568px;
	font-family: Segoe UI, Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 3px;
}
.help li {
	margin-top: 5px;
	font-size: 13px;
}