/* @override http://127.0.0.1:8000/~site_media/css/styles.css */

body {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img.status {
	position: relative;
	top: 3px;
}

a {
	font-size: 110%;
	text-decoration: none;
	color: #008dff;
}

a:hover {
	text-decoration: underline;
}

li {
	text-decoration: none;
	list-style-type: none;
}

li.r {
	display: inline;
	margin: 3px;
}

div.custom_name {

	font-size: 90%;
	color: #919191;
	margin-top: -20px;
	padding-right: 227px;
}

div.custom_name span {
	margin-right: 100px;
}

input.make_it_short {
	margin-left: 311px;
}

input#id_url {
	width: 400px;
	height: 30px;
	padding: 5px;
	margin-top: 5px;
}

ul#head {
	margin-left: 158px;
}

.multiple {
	font-size: 150%;
	color: #a9a9a9;
	margin-top: 100px;
	margin-left: 228px;
}

.multiple p {

	color: #a9a9a9;

	margin-left: -200px;
}



/* @group multiple */

textarea.urllist {
	width: 400px;
}

/* @end */


/* @group error messages */

ul.errorlist {
	font-weight: bold;
	text-align: center;
	border-right: 2px solid #ffdbbe;
	height: 21px;
	padding-top: 3px;
}

div.errors {
	color: #ff7373;
	width: 180px;
	height: 26px;
	position: relative;
	right: 300px;
	bottom: 38px;
}

/* @end */




