﻿@import url("/App_Css/commons.css");
@import url("/App_Css/gdTextbox.css");

/* LOGIN BOX */
.loginBox { width:462px; height:140px; margin-top:280px; display:-moz-inline-box; display:inline-block; background:url(/App_Images/LoginBox.png) no-repeat; margin-left:auto; margin-right:auto; }
.loginBox label { color:#ccc; }
.loginBox input[type="text"] { font-weight:bold; }
.loginBox input[type="checkbox"] { margin-right:2px; }
.loginBox a { color:#fff; }
.loginBox table { width:456px; margin:3px; }
.loginBox .mpOublie a { color:#ccc; text-decoration:none; }
.loginBox .mpOublie a:hover { border-bottom:dotted 1px #fff; color:#fff; }

.Copyright { color:#777; font-size:10px; padding:10px; clear:both; text-align:center; margin-top:20px; }
.PoweredBy { text-align:center; }