/* Press Styles CSS Document for Peter Alexander USA */

#forms {
	color: black;
}

/* Wrapper
***************************/

#forms_top {
	width: 732px;
	height: 91px;
	background: black url(/USA/img/forms_top.jpg) no-repeat;
	margin: 0;
}

#forms_top .back {
	float: right;
	margin-right: 5px;
}

.forms_mid {
	width: 730px;
	height: 100%;
	background: black url(/USA/img/forms_mid.gif) repeat-y;
	margin: 0;
}

.forms_base {
	width: 732px;
	height: 64px;
	background: black url(/USA/img/forms_base.jpg) no-repeat;
	margin: 0;
}

.form_content {
	margin: 0 75px;
	padding-top: 0.8em;
	background: #f3f3f3;
}

/* styles
***************************/

.form_content h1,
.form_content h2 {
	color: black;
}

.form_content p {
	padding-bottom: 1.5em;
	margin-bottom: 0;
}

.form_content form p {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 85%;
	text-align: right;
}

.form_content a {
	color: #1187ac;
	text-decoration: none;
}

.form_content a:hover,
.form_content a:focus,
.form_content a:active {
	color: #1187ac;
	text-decoration: underline;
}

.form_content hr {
	border: none;
	border-top: solid 1px #CC9900;
	width: 60%;
	text-align: center;
	margin-bottom: 2em;
}



/* form layout & styles
***************************/

form fieldset { 
	margin-bottom: 1.6em;
	padding: 0.8em 0em 0.8em 0.5em;
	border: solid 1px #CCC;
	background: #f4f1ef;
}
	
form legend {
	padding: 0 0.2em;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	font-size: 110%;
}
	
form label {
	width: 13em;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-bottom: 0.2em;
}

form input.box {
	border: solid 1px #7f9db9;
	height: 1.4em;
}

form label.after,
form label.outside {
	width: auto;
}

form label.after,
form label.outside {
	margin-right: 0.2em;	
}
	
form fieldset li {
	list-style: none;
	padding: 0.5em 0.35em;
	margin: 0;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form small {
	color: #878686;
	display: block;
	margin-left: 17.2em;
	/*border: solid 1px blue;*/
}

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */


input:focus, input.focus,
select:focus, select.focus {
	background: #edf3f9;
}

textarea {
	border: solid 1px #7f9db9;
	background: white;
	height:7em; 
	width: 100%;
}

textarea:focus, textarea.focus {
	border: solid 1px #7f9db9;
	background: #edf3f9;
	height:7em; 
	width:42.5em;
}

/* Buttons */
input.button {
	margin-left: 16em;
	_margin-left: 14.5em;
	cursor: pointer;
	padding: 0.3em 0.6em 0.3em 1.5em;
	_padding: 0.2em 0.2em 0.2em 1em;
	font-weight: bold;
	font-size: 100%;
	_font-size: 85%;
	_letter-spacing: 0.1em;
	color: white;
	border: 1px solid #a15709;
}

input.submit {
	background: #cc8131 url(/USA/img/tick_ongold.jpg) repeat 0 50%;
}

input.cancel {
	margin-left: 1em;
	background: #cc8131 url(/USA/img/cross_ongold.jpg) repeat 0 50%;
}

input.button:hover,
input.button:focus {
	border: 1px solid #f2c56e;
	color: #faeb98;
}

input.button:active {
	border: 1px solid #a15709;
}






/* Error styles */

form fieldset input.error {
	border: 1px solid #ff9a9a;
}

.interworld_error {
	color: red;
	margin: 0 1em 0 1em;
}

p.interworld_error {
	text-align: left;
	font-size: 100%;
}

.interworld_error li {
	color: red;
	margin-left: 3em;
}

form label.error {
	margin-left: 0;
	color: red;
	display: block; 
	clear: both;
	width: auto;
	margin-top: -0.2em;
	line-height: 1.3em;
	border: none;
}

form fieldset label.error {
	margin-left: 13.5em;
	margin-top: 0.3em;
}

/* Label over styles */

span.over {
	position: relative; 
	float: left;
	width: 4em;
}

label.pre {
	margin-left: 1em;
	_width: 1em;
}

label.over { 
	color: #999;
	position: absolute; 
	top: 0;
	left: 0.7em;
	margin-left: 0;
}



input.under {
	margin-left: 0.4em;
}



