﻿body {
}
@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
body { font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif; line-height: 1.3em;}
a {color: #008ccc; text-decoration: none;}
a.blue-arrow {font-size: 14px; background: transparent url(../images/background/blue-arrow.gif) 0 50% no-repeat; padding: 0 0 0 15px;text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0;}
h1 {color: #444; font-size: 30px; font-weight: normal; margin: 0 0 20px 0px; line-height: 1em;}
h2 {color: #444; font-size: 20px; margin: 0 0 3px 0;}
p {color: #444; font-size: 14px; margin: 0 0 15px 0;}
legend {text-indent: -9999px;}
fieldset {border: 0;}

/* Layout */

.header-container {border-bottom: 1px solid #cdcdcd; margin: 0 0 60px 0; background: #f3f3f3 none;}
	.header-container .inner-container {padding: 7px 0; width: 960px; margin: 0 auto; position: relative;}
	.header-container .inner-container a.blue-arrow {position: absolute; bottom: 11px; right: 100px;}

.main-container {width: 960px; margin: 0 auto; background: #fff none; padding-bottom: 100px; border-bottom: 1px solid #cdcdcd;}
	
.footer-container {width: 960px; margin: 0 auto; background: #fff none; padding-bottom: 100px; font-size: 75%; padding-top: 15px;}
	
.two-column-login {width: 775px; margin: 0 auto;} /* Clear */
	.two-column-login .two-column-login-left {width: 300px; float: left;}
	.two-column-login .two-column-login-right {width: 300px; float: right;}

/* Form */

.login-form {font-size: 14px; font-weight: bold; color: #444; margin: 0 0 0 5px;} /* Clear */
	.login-form .field-container {margin: 0 0 10px 0;}
	.login-form .field-container label {float: left; width: 100px; line-height: 25px;}
	.login-form .field-container input {float: left; width: 170px; height: 25px; line-height: 25px;}
	.login-form .login-button {background: transparent url(../images/background/login-button.jpg) 0 0 no-repeat; width: 105px; height: 30px; text-indent: -9999px; display: block; border: 0; cursor: pointer; display: block; padding-left: 105px;}
	.login-form .button-container {margin: 0 0 0 99px;}
	
	
/* ClearFix */
.login-form .field-container:after,
.two-column-login:after,
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
* html .login-form .field-container,
* html .two-column-login,
* html clearfix {height: 1%;}

*+html .login-form .field-container,
*+html .two-column-login,
*+html clearfix {min-height: 1%;}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

ul {
  font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
  list-style-type: circle;
  color: #444;
  font-size: 14px;
  margin: 0px 0 5px 15px;
}
	