 /* *********************************************************************
 $Id:$

 Copyright (c) 2000-2007 MassMedia Studios Pty Ltd.
 68-72 Wentworth Ave, Surry Hills, NSW 2010, Australia.
 All rights reserved.

 This software is the confidential and proprietary information of 
 MassMedia Studios Pty Ltd. ("Confidential Information").  You shall not
 disclose such Confidential Information and shall use it only in
 accordance with the terms of the license agreement you entered into
 with MassMedia Studios Pty Ltd.
 ------------------------------------------------------------------------
 Authors:				Chris Ash
 Created:				03 Dec 2007
 ------------------------------------------------------------------------
 Comments:	
 
 ********************************************************************* */

body {
	background:							#fff;
	font:								normal 0.7em verdana,arial,helvetica,sans-serif;
	color:								#2b333c;
	margin:								0;
	padding:							0;
	text-align:							center;
}

img {
	border:								0px;
}

a {
	color:								#999999;
	text-decoration:					underline;
}
a:hover {
	color:								#666;
	text-decoration:					underline;
}

.cDiv {
	clear:								left;
	height:								1px;
 	overflow:							hidden;
 	margin-top:							-1px;
 	display: 							block;
}

p {
	margin:								0;
}

p em, em {
	font-style:							normal;
	color:								#ff0000;
}

/*-------------------------- STRUCTURE --------------------------*/

div#globalWrap {
	width:								757px;
	background:							#fff;
	text-align:							left;
	margin:								0 auto;
	padding:							0;
}

.topForm {
	width:								757px;
	height:230px;
	background:							url(../images/topForm.gif) no-repeat 0 0;
}

.formContainer {
	border-left:						1px solid #dcdcdc;
	border-right:						1px solid #dcdcdc;
	padding:							0 0 20px 0;
}

.formContainer a {
	color:								#2b333c;
	text-decoration:					underline;
}

.btmForm {
	width:								757px;
	height:								5px;
	background:							url(../images/btmForm.gif) no-repeat 0 0;
	margin:								0 0 10px 0;
}

.logo {
	margin:								21px 0 19px 6px;
}

h1 {
	font:								1.4em verdana,helvetica,sans-serif;
	color:								#2b333c;
	margin:								0 0 20px 0;
	font-weight:						bold;
	padding:							50px 0 13px 17px;
	border-bottom: 						2px solid #dcdcdc;
}

.formContainer p {
	margin:								0 16px 15px 16px
}

h2 {
	font:								1em verdana,helvetica,sans-serif;
	font-weight:						bold;
	background:							#ececec;
	height:								25px;
	margin:								0 0 10px 8px;
	width:								739px;
	border-bottom: 						2px solid #bdbdbd;
	padding:							8px 0 0 8px;
	widt\h:								731px;
	heigh\t:							17px;
}

.cDiv {
	clear:								left;
	height:								10px;
 	overflow:							hidden;
 	margin-top:							-1px;
 	display: 							block;
}

span.error {
	color:								#ff0000;
	float:								left;
	padding:							7px 0 0 10px;
	display:							inline;
}

.footer {
	width:								757px;
	padding:							0 0 0 8px;
	widt\h:								749px;
}
.footer a {
	font-size:							9px;
}
.footer p {
	margin:								5px 0 0 0;
}

/* INPUTS */

input {
	font:								normal 1em verdana,arial,helvetica,sans-serif;
	color:								#292929;
	height:								28px;
	padding:							5px 1px 0 1px;
	heigh\t:							23px;
	background:							#f7f7f7;
	border-left:						1px solid #828183;
	border-right:						1px solid #e9e9e9;
	border-top:							1px solid #828183;
	border-bottom:						1px solid #e9e9e9;
	float:								left;
}

label {
	color:								#2b333c;
	float:								left;
	width:								243px;
	padding:							10px 0 0 18px;
	widt\h:								225px;
	font-weight:						bold;
}

input.inputLng {
	width:								182px;
	widt\h:								180px;
}

.chkBox {
	padding:							0;
	margin:								2px 0 0 18px;
	border:								none!important;
	float:								left;
}

select.selectLng {
	width:								186px;
	padding:							1px 0 0 2px;
	widt\h:								184px;
	float:								left;
	background:							#f7f7f7;
	border: 							1px solid #a4b8d0;
}

select.selectSht {
	width:								76px;
	padding:							1px 0 0 2px;
	widt\h:								74px;
	float:								left;
	background:							#f7f7f7;
	margin:								0 5px 0 0;
	border: 							1px solid #a4b8d0;
}

.submit {
	height:								41px;
	border:								none;
	margin:								5px 0 -5px 18px;
	width:								145px;
	background:							url(../images/submit.gif) no-repeat 0 0;
}

.error{
	color: #ff0000;
	font-weight:bold;
	padding: 8px 0px 8px 15px;
}

