@media screen, projection {

table#loginmessage													{align:center; text-align:center; font-size:135%; color:#FFF;}

div#mark																		{height:102px;}
div#mark h3																	{margin:0; padding:0;}
div#mark h3	a																{display:block; width:184px; height:54px; background:url(../images/mark.gif) no-repeat; text-indent:-9999px; overflow:hidden;}
div#mark h3 a:hover													{background-position:0 -54px;}

/* Firefox 3 Fix */
input,button,textarea,select,option 				{-moz-appearance: none !important;}

/*body 																			{background: #251D17 url(../images/loginbg.gif) repeat-x; margin: 130px}*/

div#main 																		{position: fixed; margin-left: 50%; margin-right: 50%; left: -15.8em; width: 31em; top: 150px;}
div#loginbox 																{background:#251D17 url(../images/loginbox-brown.gif) repeat-x; border: 2px solid; height: 230px; margin: -20px 0 0; -moz-border-bottom-colors: #181A1C #3A4146; -moz-border-left-colors: #181A1C #3A4146; -moz-border-right-colors: #181A1C #3A4146; -moz-border-top-colors: #181A1C #3A4146; -moz-border-radius: 12px; width: 400px;}

/* Login Table Cells */
div.loginbox td 														{background: transparent; border: 0; padding: 0;}
.logingreet																	{color: #FFF; display: block; font-size: 14px; font-weight: bold; margin: 29px 0 0;}


/* Username and Password */
.logintext			 														{color: #B3A576; font-weight: bold; font-size: 11px; margin: 0 10px 0 -10px;}
.loginvalue		 															{color: #FBD41F; font-weight: normal;}

/* Input Boxes */
#gaia_table #Email, #gaia_table #Passwd 						{background:#FFF url(../images/logininput.gif) repeat-x; border: 2px solid; color: #111; font-size: 11px; margin: 1px; -moz-border-bottom-colors: #303030 #BCBCBC; -moz-border-left-colors: #303030 #BCBCBC; -moz-border-right-colors: #303030 #BCBCBC; -moz-border-top-colors: #303030 #BCBCBC; -moz-border-radius: 4px; padding: 3px 2px; width: 180px;}
#gaia_table #Email:focus, #gaia_table #Passwd:focus {background-position: bottom; -moz-border-bottom-colors: #262626 #FBD41F; -moz-border-left-colors: #262626 #FBD41F; -moz-border-right-colors: #262626 #FBD41F; -moz-border-top-colors: #262626 #FBD41F;}

/* Remember Me */
.rem 																				{color: #B3A576; float: left; font-size: 10px; margin: 4px 4px;}

/* Remember Me Checkbox */
#PersistentCookie 													{cursor: pointer; margin: 4px 4px 0 0; -moz-border-bottom-colors: #262626 #FFF; -moz-border-left-colors: #262626 #FFF; -moz-border-right-colors: #262626 #FFF; -moz-border-top-colors: #262626 #FFF;}

/* Sign In Button */
.button 																		{background: #493F2F url(../images/signin-brown.gif) repeat-x; border: 2px solid; color: #B3A576; cursor: pointer; font-size: 11px; font-weight: bold; margin: 10px 0 0 0; -moz-border-bottom-colors: #121314 #2B2F33; -moz-border-left-colors: #121314 #2B2F33; -moz-border-right-colors: #121314 #2B2F33; -moz-border-top-colors: #121314 #2B2F33; -moz-border-radius: 6px; padding: 7px 30px; text-decoration: none;}
.button:hover 															{background-color: #2B3034; color: #FFF; -moz-border-bottom-colors: #121314 #464C52; -moz-border-left-colors: #121314 #464C52; -moz-border-right-colors: #121314 #464C52; -moz-border-top-colors: #121314 #464C52;}
.button:focus																{background-color: #2B3034; -moz-border-bottom-colors: #121314 #FBD41F; -moz-border-left-colors: #121314 #FBD41F; -moz-border-right-colors: #121314 #FBD41F; -moz-border-top-colors: #121314 #FBD41F;}
.button:active 															{background-position: 0 -28px}

/* I cannot access my account */
tr#loginlast td 														{height: 18px;}

/* I cannot access my account */
tr#loginlast td.cannot a 										{color: #493F2F; font-size: 10px; text-decoration: none;}
tr#loginlast td.cannot a:hover							{color: #6D6247;}


}