body
{
    background-color: #E5E5E5;
    color: #333333;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    padding: 0px;
    margin: 0px;
}

.container
{
    margin: 0px auto;
    width: 790px;
}

a, a:link, a:visited
{
    color: #333333;
    text-decoration: underline;
}

a:hover, a:active
{
    text-decoration: none;
}

#banner
{
	margin: 0px auto;
	margin-top: 40px;
    height: 225px;
    width: 406px;
    background-image: url(/images/rurl-banner.png);
    background-repeat: no-repeat;
}

#bannerTitle
{
	float: left;
	position: absolute;
	height: 50px;
}

#bannerTitle a
{
	display: block;
	width: 406px;
	height: 100%;
}

#rurl
{
    float: left;
    width: 364px;
    font-size: 28px;
}

#rurl a, #rurl a:link
{
    color: #0000EE;
}

#rurl .goes
{
    font-size: 12px;
    color: #333333;
	padding-left: 5px;
}

#rurl .goes a, #rurl .goes a:link
{
    color: #333333;
}

#url
{
    float: left;
    width: 264px;
    height: 36px;
    margin-top: 138px;
    padding-left: 18px;
}

#url .textbox
{
    width: 264px;
    font-size: 24px;
}

#url .button
{
    font-size: 24px;
}

#submit
{
    float: left;
    width: 94px;
    height: 36px;
    margin-top: 138px;
    margin-left: 12px;
    _margin-left: 4px;
}

#submit input
{
    width: 100%;
    font-size: 24px;
    _height: 34px;
}

#tagline
{
	width: 406px;
	margin: 0px auto;
    text-align: right;
    font-size: 10px;
    padding-right: 24px;
}

#mobileCommunication
{
	margin: 40px auto;
	margin-bottom: 0px;
    width: 356px;
    border-top: 1px solid #666666;
    color: #3399ff;
    font-size: 28px;
    padding: 12px;
    line-height: 28px;
}

#mobileCommunication div
{
    width: 344px;
    margin: 0px auto;
}

#mobileCommunication div img
{
    float: left;
    padding: 0px 6px 6px 0px;
}

#developers
{
    margin: 0px auto;
    width: 386px;
    color: #669900;
    font-size: 22px;
    padding: 12px;
}

#developers div
{
    width: 374px;
    margin: 0px auto;
}

#developers a, #developers a:link, #developers a:visited
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

#developers a:hover, #developers a:active
{
    text-decoration: none;
}

#footer
{
    text-align: center;
}

/* header */

#navigationBar
{
	background-image: url(/images/background-navigation-top.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 6px;
	color: #3366cc;
}

#navigationBar a, #navigationBar a:link, #navigationBar a:visited
{
	padding: 0px 8px;
	font-weight: bold;
	color: #3366cc;
	text-decoration: none;
}

#navigationBar a:hover, #navigationBar a:active
{
	color: #cc0000;
}

#developerBar
{
	background-image: url(/images/background-login-top.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 6px;
	color: #3366cc;
}

#developerBar a, #developerBar a:link, #developerBar a:visited
{
	padding: 0px 8px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#developerBar a:hover, #developerBar a:active
{
	color: #cc0000;
}

#loginBar
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 100%;
	background-image: url(/images/background-login-top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #aecbe9;
	font-size: 12px;
	height: 30px;
	text-align: right;
	color: #333333;
}

#loginBar div
{
	vertical-align: middle;
}

#loginBar form
{
	clear: left;
	margin: 0px;
}

#loginBar input
{
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 6px;
	margin-top: 3px;
	padding: 0px 2px;
}

#loginBar label
{
	line-height: 20px;
	font-weight: bold;
}

/* end header */

/* join */

#joinBox
{
	margin: 0px auto;
	margin-top: 40px;
    height: 358px;
    width: 410px;
    background-image: url(/images/background-join.gif);
    background-repeat: no-repeat;
}

#joinBox .title
{
	font-size: 28px;
	font-weight: bold;
	padding-top: 70px;
	padding-left: 20px;
}

.form table
{
	margin: 0px auto;
	width: 380px;
	font-size: 12px;
}

.form table .label
{
	text-align: right;
}

/* end join */

/* text modifiers */

.success
{
	font-weight: bold;
	color: #669900;
}

.failure
{
	font-weight: bold;
	color: #990000;
}

/* end text modifiers */