#box.login label {
	float:left;
	clear:both;
	margin:0 0 0 20px;
	font-weight:bold;
	width:130px;
	display:inline;
}
#box.login .input {
	padding:5px;
	width:220px;
	float:left;
}
#box.login .submit_button {
	float:left;
	clear:both;
	margin:20px;
	display:inline;
}
#gray_box hr {
	margin:0;
}
.search_button {
	background:url(../images/icons/magnifier.png) left center no-repeat;
	float:left;
	margin:10px 0 10px 15px;
	padding-left:20px;
	font-weight:normal;
	color:#000;
}
#search .text{
	float:left;
	clear:both;
	margin:10px;
	display:inline;
	width:270px;
	font-size:16px;
	padding:5px;
	color:#ccc;	
}
#search .submit_button {
	clear:none;
	margin:5px 0 10px 10px;
}


/* REGISTER */
#simplemodal-container {
	padding:0;
	margin:0;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-350px;
	width:700px;
	height:250px;
	display:none;
}
#register-dialog {
	float:left;
	padding:0;
	margin:0 0 0 0;
	display:inline;
	overflow:hidden;
	background:#fff;
	width:700px;
	height:100%;
	display:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
a.close {
	top:-10px;
	left:655px;
	margin:0;
	position:absolute;
	z-index:20;
	width:48px;
	height:48px;
	background:url(../images/X.png) bottom no-repeat;
}
a.close:hover {
	background:url(../images/X_hover.png) bottom no-repeat;
}
#register-dialog #top {
	float:left;
	clear:both;
	margin:0;
	text-align:left;
	width:100%;
	height:37px;
	background:url(../images/square_box_header_bg.gif) repeat-x;
	border:1px solid #a02c05;
	padding:0;
}
	#register-dialog #top h1 {
		margin:0 0 0 20px;
		display:inline;
		float:left;
		line-height:39px;
		font-size:20px;
		color:#fff;
		width:auto;
	}
	
#register-dialog #left {
	float:left;
	width:300px;
	margin:20px 20px 0 20px;
	display:inline;
}
#register-dialog #right {
	float:left;
	display:inline;
	width:350px;
	margin:20px 0 0 0;
}
#register-dialog label {
	font-size:12px;
	float:left;
	clear:both;
	font-weight:normal;
	margin:8px 10px 0 0;
	display:block;
	width:120px;
	text-align:left;
	color:#000;
	padding-bottom:1px;
}
#register-dialog .input {
	float:left;
	display:inline;
	margin:5px 0 0 0;
	font-size:12px;
	border:1px solid #cccccc;
	padding:2px;
	width:150px;
}
#register-dialog .year, #register-dialog .month, #register-dialog .day {
	float:left;
	margin:5px 5px 0 0;
	display:inline;
	width:auto;
}
#register-dialog .submit_button {
	float:right;
	clear:both;
	margin:30px 40px 0 0;
}




/* PROFILE */
#profile {
	float:left;
	clear:both;
	width:620px;
	margin:0 20px 0 0;
	display:inline;
}
#profile a.profile_image {
	float:left;
	border:5px solid #ccc;
	margin:0 40px 0 20px;
	display:inline;
	width:75px;
	height:75px;
}
#profile #data {
	float:left;
	clear:none;
	margin:0 0 40px 0;
	display:inline;
}
#profile a.profile_image:hover {
	border:5px solid #999;
}
#profile .label {
	float:left;
	clear:both;
	width:100px;
	font-weight:bold;
	margin:0;
}
#profile .value {
	float:left;
	clear:none;
	margin:0;
	width:150px;
}
#submenu {
	float:left;
	clear:none;
}
/* PROFILE SUBMENU */
#submenu #profile {
	float:left;
	clear:both;
	margin:0;
}
	#submenu #profile .thumb {
		float:left;
		border:5px solid #fff;
		margin:10px;
		display:inline;
		height:50px;
		width:50px;
	}
	#submenu #profile #text {
		float:left;
		width:180px;
		margin:10px 0 0 0;
		display:inline;
	}
		#submenu #profile #text .logged_in_as {
			float:left;
			margin:0;
		}
		#submenu #profile #text .name {
			float:left;
			margin:0 0 0 5px;
			display:inline;
		}
		#submenu #profile #text .settings {
			float:left;
			clear:both;
			margin:8px 0 0 0;
			display:inline;
		}
		#submenu #profile #text .log_out {
			float:left;
			clear:both;
			margin:-5px 0 0 0;
			display:inline;
		}

#submenu #log_in {
	float:left;
	margin:10px 0 0 0;
	display:inline;
}
#submenu #log_in h4 {
	float:left;
	clear:both;
}
#submenu #log_in label {
	float:left;
	clear:both;
	margin:0 0 0 20px;
	display:inline;
	width:75px;
}
#submenu #log_in .input {
	float:left;
	margin:0;
	width:170px;
	display:inline;
	font-size:12px;
}
#submenu #log_in .submit_button {
	margin:10px 0 10px 20px;
}
		
		
/* SETTINGS */
#settings #gray_box #content {
	padding:10px 0 10px 0;
}
	#settings #gray_box #content .submit_button {
		float:right;
		margin:10px 30px 0 0;
	}
#settings label {
	width:100px;
	margin-left:20px;
}
#settings .input_text {
	float:left;
	display:inline;
	margin:8px 0 0 0;
	line-height:12px;
}
#settings .left {
	float:left;
	margin:0 20px 0 0;
}
#settings .right {
	float:left;
	margin:0;
}
#settings .year, #settings .month, #settings .day {
	float:left;
	margin:5px 5px 0 0;
	display:inline;
	width:auto;
}
#settings .profile_image {
	float:left;
	clear:both;
	margin:0 0 0 100px;
}
#settings .file {
	width:50px;
}

/* PAGNATION */
#pages {
	float:left;
	clear:both;
	margin:0;
}
	#pages a.page {
		float:left;
		width:22px;
		height:22px;
		line-height:22px;
		background:url(../images/page_bg.gif);
		text-align:center;
		margin:0 3px 0 0;
		display:inline;
		color:#333;
		padding:0;
	}
	#pages a.page:hover {
		text-decoration:none;
		color:#000;
		background:url(../images/page_hover_bg.gif);
	}
	#pages a.page.current {
		background:url(../images/page_hover_bg.gif);
	}
