/*MooSlide stylesheet*/
.mooSlide {background-color:#000000;border:3px solid #003274;padding:25px 10px 10px;font-family:Arial, Helvetica, sans-serif;line-height:1.2em;color:#FFFFFF;margin:0 auto;text-align:left;font-size:0.85em;display:none;width:460px;}
.mooSlide h2 {font-size:1.6em;height:20px;padding-top:22px;color:white;}
/* padlock icon from IconsPedia */
/* http://www.iconspedia.com/icon/padlocks-1464.html */
.mooSlide h2.padlock			{background:url(images/padlock.jpg) no-repeat 0 0;padding-left:35px;}
.mooSlide form					{background:transparent none repeat scroll 0 0;margin:0 0 10px 0;height:26px; }
.mooSlide label					{clear:both;color:#fff;display:block;float:left;font-size:1.25em;margin:0;padding-top:8px;position:relative;text-align:left;width:180px;}
.mooSlide .left					{width:200px;float:left;padding-left:25px;}
.mooSlide .right				{width:200px;float:left;padding-left:25px;}
.mooSlide .sep					{width:1px;height:180px;margin-top:25px;float:left;border-right:1px solid #333;}
.mooSlide input					{border:1px #1A1A1A solid;background:#464646;margin-right:5px;margin-top:4px;color:white;height:16px;float:left;clear:both;display:block;width:170px;}
.mooSlide input:focus			{background:#545454;}
.mooSlide input.rememberme		{border:none;background-color:transparent;margin:0;padding:0;}
.mooSlide input.button_login	{cursor:pointer;border:none;margin-top:10px;width:99px;height:33px;background:transparent url(/images/img/login-small.png) no-repeat scroll 0 0;/*width:82px;height:20px;background:transparent url(images/button_login.jpg) no-repeat 0 0;*/}
.mooSlide input.button_login:hover	{background-position:100% 0;}
.mooSlide input.button_register	{cursor:pointer;border:none;margin-top:10px;width:99px;height:33px;background:transparent url(/images/img/retrieve-small.png) no-repeat scroll 0 0;/*width:82px;height:20px;background:transparent url(images/button_register.jpg) no-repeat 0 0;*/}
.mooSlide input.button_register:hover {background-position:100% 0;}
.mooSlide .loginClose			{display:block;position:absolute;right:20px;top:10px;width:26px;}
.mooSlide .loginClose a			{display:block;width:100%;height:26px;background:url(images/button_close.jpg) no-repeat right 0;padding-right:10px;border:none;font-size:0.9em;color:white;}
.mooSlide .loginClose a:hover	{background:url(images/button_close.jpg) no-repeat right -26px;}

.mooSlide #RememberMe			{width:auto;}
.mooSlide form fieldset			{background:transparent none repeat scroll 0 0;border:0 none;display:block;margin:0;padding:0;position:inherit;}
