.span-7 img{
    margin-top: 10px;
}


form div{
    clear: both;
}
form label{
    float: left;
    height: 35px;
    line-height: 25px;
    width: 150px;
}

body{
	margin: 0;
	padding: 0;
	background: #a81414 url('../images/background.png');
	background-repeat: repeat-y;
	background-position: center top;
}

.container{
	background: #fff;
	position: relative;
}

#header{ height: 250px;}

h1{
	float: left;
	background: #fff url('../images/logo.jpg') no-repeat;
	margin: 10px 0 20px 263px;
}

h1 a{
	display: block;
	width: 424px;
	height: 61px;
	text-indent: -9999px;
}

#left-girl{
	position: absolute;
	left: 60px;
	top: 0px;
	background: #fff url('../images/left-girl.jpg') no-repeat;
	width: 155px;
	height: 244px;
}


#right-girl{
	position: absolute;
	right: 60px;
	top: 0px;
	background: #fff url('../images/right-girl.jpg') no-repeat;
	width: 91px;
	height: 244px;
}

.search, .region{
	background: #ffdddd;
	padding: 10px;
	height: 190px;
}

.signup{
	background: #ffdddd;
	padding: 10px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #a81414;
}

table td{
	font-weight: bold;
}
.search h2, .region h2, .profile h2{
	font-size: 16px;
	font-weight: bold;
	color: #a81414;
}


.region h3{
	font-size: 13px;
	font-weight: bold;
	color: #a81414;
	margin: 10px 0 5px 0;
}

label{
	float: left;
	width: 50px;
	margin-top: 0.5em;
}

ul.regions{
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination a{
	color: #a81414;
	text-decoration: none;
        padding: 0 3px;
}

.pagination strong{
	color: #000;
}

ul.regions li{
	float: left;
	width: 120px;
}

.profile{
	background: #ffdddd;
	padding: 10px;
}

.profile span{
	display: inline-block;
	width: 100px;
}

.profile img{
	float: right;
}

.larger-span span{
	font-weight: bold;
	float: left;
	width: 100px !important;
}

/* linkexchange */
ul.linkexchange{
	list-style: none;
	margin: 0;
}

ul.linkexchange li{
	float: left;
	width: 150px;
}

ul.linkexchange li a{
	color: #a81414;
	font-size: 12px;
	font-family: Arial,Tahoma,Verdana,"Helvetica Neue",Helvetica,sans-serif;
	text-decoration: none;
}


.footer{
	padding: 5px;
	background: #a81414;
	color: #fff;
	float:right;
	margin: 10px;
}
.footer a{
	color: #fff;
	text-decoration: underline;
}

.margin{ margin: 10px;}
.margin-top{ margin-top: 10px;}
.margin-right{ margin-right: 10px;}
.margin-bottom{ margin-bottom: 10px;}
.margin-left{ margin-left: 10px;}


.error ul, .alert ul, .notice ul, .success ul, .info ul{ list-style: none; margin: 0 10px; padding: 0;}
.error ul li, .alert ul li, .notice ul li, .success ul li, .info ul li{ line-height: 25px;}
#content .inner .square, .error .square, .alert .square, .notice .square, .success .square, .info .square { height:7px; width:7px; float:left; margin:8px 10px 0 0; }

.error .square, .alert .square{ background-color: #CC595D; }
.notice .square{ background-color: #CCA416; }
.success .square{ background-color: #98AD47; }
.info .square{ background-color: #488DAD; }