/* Global Css section */
html, body {
	margin:0;
	padding:0;
	overflow-y:scroll;
	height:100%;
}

body {
	overflow:auto;
	background-image: url("../img/bg.gif");
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-family:tahoma;
	font-size:10px;
	height:100%;
	overflow:visible;
}

div {
	float:left;
	clear:none;
}

img {
	border:0;
}
form {
	padding:0;
	margin:0;
}

div#alert {
	display:none;
}

div#window {
	float:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:372px;
	overflow:hidden;
	min-height:100%;
	background-image: url("../img/reg/bg_reg.gif");
	background-repeat: repeat-y;
	position:relative;
}

div#window div#logo {
	margin-top:94px;
	clear:both;
	float:none;
}

div#window div.central {
	float:none;
	padding-top:37px;
	width:145px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.central div {
	float:none;
	clear:both;
	padding-bottom:8px;
}
div.central span {
	clear:both;
}

div.footer {
	margin-top:20px;
}
span.location a{
	cursor:pointer;
	float:left;
}
span.location {
	float:left;
	margin-left:10px;
}
input {
	width:121px;
	height:16px;
	padding:1px;
	padding-top:5px;
	color:#909090;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
	overflow:visible;
	text-align:center;
	background-image: url("../img/reg/bg_reg_field.gif");
	background-color:transparent;
	background-position: center middle;
	background-repeat: no-repeat;
	border:0;
}
div.jqmAlert {
  display: none;
  text-align:center;
  position: fixed;
  margin-left:auto;
  margin-right:auto;
  top: 26%;
  width: 100%;
  z-index:999;
  left:0;
}

div#alert div{
	float:none;
}
div.jqmAlertWindow {
  height:auto;
  width: auto;
  margin: auto;
  max-width:400px;
  width:400px;
  padding: 0 10px 10px;
  background:#111;
  border:1px dotted #FFF;
}

.jqmAlertTitle{
  margin:5px 2px;
  height:20px;
  color:#FFF;
  background:#000;
}
.jqmAlertTitle h1{
  margin:5px 2px;
  padding-left:5px;
  padding:0;
  font-size:14px;
  text-transform:capitalize;
  letter-spacing:-1px;
  font-weight:bold;
  color:#FFF;

  float:left;
  height:20px;
}

div.jqmAlert .jqmClose em{display:none;}
div.jqmAlert .jqmClose {
  width:20px;
  height:20px;
  display:block;
  float:right;
  clear:right;
  background:transparent url(../img/close_icon_double.png) 0 0 no-repeat;
}

div.jqmAlert a.jqmClose:hover,div.jqmAlert a.jqmCloseHover{ background-position: 0 -20px; }

div.jqmAlertContent{
  border-top:1px;
  color:#FFF;
  font:11px/14pt arial;
  padding:5px 20px 5px;
  margin:5px;
  border:1px dotted #111;
  letter-spacing:0px;
  background:#111;
}