/* CSS Document */
body {
	padding: 0;
	margin: 0;
	background:#f6f6f6;
	font-size:12px;
	font-family: 'Droid Sans', Helvetica, arial, sans-serif;
	color: #313131;
}

h1 {
	font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
    margin: 10px 0 5px;	
}

#header {
	position:relative;
}

#header a.logo {
	margin:0;
	width:192px;
	height:100px;
	text-indent:-9999px;
	background:url(../../../images/logo-trybes.gif) no-repeat;
	display:block;
}

#wwcont { height: 498px; overflow: hidden;  }

#wwbox form { background:#EAEAEA; border:1px solid #d2d2d2; padding:10px;}
#wwbox form .field {
	margin:0 0 5px;
	background:#f2f2f2;
	padding:5px;	
}
#wwbox form label {
	display: block;
    float: left;
    line-height: 25px;
    width: 180px;
}
#wwbox form input, #account_body select {
	margin: 0;
    padding: 5px;
	border: 1px solid #D2D2D2;
}

#wwbox form input {
	width:250px;
}

#wwbox form input:focus, #wwbox form select:focus {
	border:1px solid #2F4364;
}

#wwbox form input.submit {
	width:147px;
	margin-left:185px;
	cursor:pointer;
	background:url(../../../images/button-small.jpg) no-repeat;
	height:34px;
	border:none;
	color:#fff;
	font-size:14px;
	padding-bottom:9px;
}

#wwbox form input.submit:hover {
	background-position:0 -34px;
}

#wwbox { height: 390px; margin: 0; padding: 0; font-size: 12px; }
#wwbox h3 { color: #203F63; margin: 5px 0 5px 0; font-size: 16px; }
#wwbox input { margin: 5px 0 5px 0; } 
#wwbox p { margin: 5px 0 5px 0 }

.clear { clear: both; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
#alert {border:1px #CCCCCC solid; margin: 10px; padding: 10px 10px 10px 60px; font-size:10px; letter-spacing: 1px; color: #333333;background: url("../../../images/alert.gif") 10px 10px no-repeat;}
#message {border:1px #CCCCCC solid; margin: 10px; padding: 10px 10px 10px 70px; font-size:10px; letter-spacing: 1px; color: #333333;background: url("../../../images/message.gif") 10px 10px no-repeat;}

#container {
	width:532px; margin:10px auto; position: relative;
}

.ad-outside {
    width: 125px;
    overflow: hidden;
    position: absolute;
    top: 10px;
}
.ad-left {
    left: -130px;
}
.ad-right {
    right: -135px;
}

.ad-inside {
    width: 526px;
}

.ad-bottom {
}
