/* page */

#header_phone, #header > .toprow, #column-left, #search, footer, #content > h1  { display: none; }

#page {
	position: absolute;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;	

	height: auto !important;
	width: inherit;

	display: block;
	z-index: 2;
}

#content {
    width: 100%;
}

#shadow {
	position: absolute;  top: 0;  bottom: 0;  left: 0;  right: 0;  margin: auto;
	height: 400px;
}

/* password block */

#category_password > span {
	text-align: center;
	color: #484747;
	font-size: 20px;
	font-weight: 600;
	font-family: "times new roman";
	text-transform: uppercase;
	letter-spacing: 1px;
}

#category_password a {
	text-decoration: underline;
}

#category_password .return a {
	text-decoration: underline;
	/*font-style: italic;*/
	margin-top: 25px;
	display: inline-block;
}

#category_password form {
	clear: both;
}

.gudilap-enter {
	max-width: 600px;
	margin: 0 auto;
}

.gudilap-login {
	float: left;
	
}

.gudilap-login, .gudilap-register {
	width: 300px;
	border: 2px solid black;
	padding: 15px;
}

.table { 
    border-style: solid;
    border-color: black;
    border-width: 2px 0 0 2px;
    display: inline-block;
}

.column { 
    float: left; overflow: hidden; 
}

.cell { 
    border: 2px solid black; width: 300px; height: 140px;
    margin:-2px 0 0 -2px;
    padding: 15px;
}

.clearfix {
    clear:both;
}

#logo {
	margin-bottom: 0 !important;
}

img.link:hover {
	border-color: #4E4E4E !important;
}