body {
  margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url('new_images/free_bg.jpg');
	background-repeat:no repeat;
	background-position:top;
	background-attachment:fixed;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	top: -150px;
	left: -295px;
	width: 590px;
	height: 300px;
}

input[type='text']:hover {
  background-color: #EEEEEE;
}

input[type='checkbox']:hover {
  background-color: #EEEEEE;
}

select:hover {
  background-color: #EEEEEE;
}

/*
	======
	Button
	BEGIN
	======
*/

a.btnStandard input[type='button'] {
	min-height:30px;
	_height:30px;
	min-width: 110px;
	_width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background-color: #8bc93e;
	border-style:solid;
	cursor: pointer;
	border: none;
    -moz-border-radius:7px;
   	-webkit-border-radius:7px;

}

a.btnStandard input[type='button']:hover {
  background-color: #c6d6eb;
}


a.btnEdit input[type='button'] {
  font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	background-color: #0068AE;
	border-style:solid;
	cursor: pointer;
	border: none;
	margin-top: 20px;
	margin-bottom: 15px;
  margin-left: 10px;
  float:right;
}

a.btnEdit input[type='button']:hover {
  background-color: #099D36;
}



/*
	======
	END
	Button
	======
*/


/*
	=============
 	Details input
  BEGIN
  =============
*/

#divInput, #divView {
  position: relative;
  clear: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 20px 0px 20px 0px;
}

#divInput p,
#divView p
{
	margin-top: 2px;
	margin-bottom: 2px;
}

#divInput p span,
#divView p span
{
	position: absolute;
	float: left;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #666666;
}

#divInput label,
#divView label {
  position: absolute;
	float: left;
	color: #666666;
  font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	width: 275px;
	text-align: right;
}

#divInput label:hover,
#divView label:hover {
 background-color: #E3E6EB;
}

#divInput input[type=text],
#divView input[type=text],
#divInput input[type=password],
#divView input[type=password]
{
  position: relative;
	left: 285px;
	line-height: 25px;
	height: 21px;
	border: 1px solid #7D7B7C;
	color: #7D7B7C;
	padding-left: 3px;
}


#divInput input[type=text].show_only,
#divView input[type=text].show_only {
  border: none;
}

#divInput input[type=text]:hover {
	background-color: #DCEDFA;
}

#divInput input[type=text].show_only:hover {
	background-color: #DCEDFA;
}

#divView input[type=text] {
	border: none;
}

#divInput select,
#divView select {
  position: relative;
	left: 285px;
	height: 25px;
	border: 1px solid #7D7B7C;
	color: #7D7B7C;
	padding-top: 2px;
}

#divView select {
  border: none;
}

#divInput select.show_only,
#divView select.show_only {
  position: relative;
	left: 285px;
	height: 25px;
	color: #7D7B7C;
	padding-top: 2px;
}

#divWhereHeard {
	position: relative;
	height: auto;  /*25px;*/
	padding-top: 0px;
	width: auto;
}

#divOther,
#divReferrer {
	position: absolute;
	left: 400px;
	top: 0px;
	display: none;
}

#divOther input[type='text'] {
}

#divOther label,
#divReferrer label {
  clear: both;
	width: 100px;
}

#divInput a.btnStandard,
#divView a.btnStandard {
  position: relative;
	/*left: 210px;*/
	top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
}

#divInput input[type=checkbox],
#divView input[type=checkbox] {
  position: relative;
	left: 285px;
	line-height: 25px;
	height: 21px;
	/*
	border-style: solid;
	border-width: 1px;
	border-color: #7D7B7C;
	*/
	color: #7D7B7C;
	padding-left: 3px;
}

/*
	Special exception for popup grid dialog
	Current page <input type='text'>
*/
#divInput input[type='text'].ui-pg-input,
#divView input[type='text'].ui-pg-input {
	left: 0px;
}

#divSub {
  height: 25px;
  border-bottom: 1px solid #0061A7;
  margin-top: 20px;
  text-align: right;
  margin-bottom: 20px;
}

#divSub label {
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}

#divSub label:hover {
	background-color: #ffffff;
}


#divSuper {
  height: 25px;
  background-color: #ffffff;
  border-bottom: 2px solid #0061A7;
  margin-bottom: 20px;
}

#divSuper label {
	font-size: 14px;
	font-weight: bold;
}

#divSuper label:hover {
	background-color: #ffffff;
}





/*
	=============
  END
 	Details input
  =============
*/


/*
  ====================
	Terms and Conditions
	BEGIN
	====================
*/

#divTC {
	padding-left:20px;
	padding-right:20px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 20px;
	background-color: #0068AE;
	position: relative;  /* Pushes div to the right */
	left: 210px;         /* Pushes div to the right */
	margin-top: 20px;
	display: inline-block;  /* Necessary to fit div to contents */
}

#divTC:hover {
  background-color: #099D36;
}

#chkIAgree {
	margin-right: 5px;
	-moz-appearance: checkbox;
	-moz-box-sizing: border-box;
  border-style: none;
	border-width: 0px;
	border-color: #7D7B7C;
	outline-style: none;
	outline-width: 0px;
	outline-color: #7D7B7C;
	color: #7D7B7C;
  vertical-align: bottom;
  cursor: pointer;
	vertical-align: middle;
}

#divTC span {
	color: #ffffff;
  font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	vertical-align: middle;
}

#divTC a {
	width: auto;
	margin-left: 15px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

#divShowTC {
	position: absolute;
	display: none;
	top: -250px;
	left: 50px;
}


/*
  ====================
	END
	Terms and Conditions
	====================
*/

#imgAjaxLoader {
	z-index: 1000000;
}


/*
	=============
	Error handler
	BEGIN
	=============
*/

#divError {
	position: absolute;
  top: 200px;
	left: 200px;
	width: 800px;
	height: auto;
	background-color: white;
	border: 1px solid green;

  margin-left: auto;
	margin-right: auto;
	
	padding: 20px;
	
	font-family: Arial, Helvetica, sans-serif;

}

#divError p {
	margin-top: 20px;
	margin-bottom: 20px;
}

#divError p a {
  text-decoration: none;
  padding-bottom: 20px;
}



/*
	=============
 	END
	Error handler
	=============
*/

#ahrefContact {
	font-family: Arial, Helvetica, sans-serif;
	color: #1B76B8;
	float: right;
}

#ahrefContact:hover {
	color: #099D36;
}

#divHeader {
  margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px solid #1B76B8;
	border-bottom: 5px solid #1B76B8;
	text-align: center;
  font-family: Arial, Helvetica, sans-serif;
	color: #0065C0;
}

#divWrapper {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 10px;
  border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#divContent{
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}


p.highlight{
	background: #eee;
	padding:15px;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #ddd;
}
p.infoIcon{
	background: url(../images/info_icon.png) no-repeat 15px center #eee;
	padding-left:50px;
}

.textReplace{
	text-indent:-999em;
}