@import url("main.css");

/**********************
 Mandatory Definitions
***********************/
body {
	font-family:Verdana, sans-serif;
	font-size:11px; color:#303030;
	margin:0px 0px 0px 0px;

	background-image:url(../_images/bgroundMain.gif);
	
	 }
p { line-height:16px;
	margin-top:0; }

/* Headings */
h1 { font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	background-color: transparent; font-weight: normal; margin: 0 0px -5px 30px; font-size:18px; margin-bottom:40px; color:#FFFFFF; padding:-14px 0 0 0; }
h2 { font-family:Verdana, Arial, sans-serif; font-size:14px; margin-bottom:0; margin-top:20px;}
h3 { font-family:Verdana, Arial, sans-serif; font-size:11px; margin-bottom:0; margin-top:6px; color:#CE6900; }
h4 { font-family:Verdana, Arial, sans-serif; font-size:12px; letter-spacing:2px; margin-bottom:-1px; }
h5 { font-family:Verdana, Arial, sans-serif; font-size:12px; font-weight:normal; margin-bottom:-1px; }
h6 { font-family:Verdana, Arial, sans-serif; font-size:11px; font-weight:normal; margin-bottom:-1px; }
h7 { font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	background-color: transparent; font-weight: normal; margin: 0 0px -5px 0px; font-size:18px; margin-bottom:10px; color:#333333; padding:-14px 0 0 0; }
h8{ font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif; font-weight: normal;  font-size:18px; color:#333333;  }

/* Lists */
ul { }
li { line-height:18px; }

/* Anchor Links */
a, a:link, a:visited, a:active {
	color:#1c2859;
	text-decoration:underline; }

a:hover {
	color:#000000;
	text-decoration:none; }

/*********************
 Optional Definitions
**********************/
td { }
div { }
b { }
i { }
hr { border:2px solid #9fa374; display:block; clear:both; }

div.livefree_banner {
  margin: 0;
  position: fixed;
  bottom: 0;
  width: 140px;
  right: 0;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}

.horizontal{ width:200px; }
