/* LINKOUT */
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
	font-family: arial,sans-serif;
}

table {
	background-color: #ffffcc;
}

.linkout_shadow {
	width:100%; 
	background: transparent url(../images/shadow_bar.png) repeat-x scroll left bottom; 
	height: 3px; 
	position:absolute;	
	padding: 0;
}

iframe {
	width: 100%;
	height: 100%;
	margin-bottom: -1px;
	border-top: 1px solid #ffffcc;
	border-width: 1px 0 0;
}

div {
	padding-bottom: 6px;
}

table.linkOut td {
	padding: 0 8px;
	vertical-align: top;
	align: left;
}

a {
	text-decoration: underline;
	color: #fd3410; /*orange*/
	font-weight: bold;
	font-size: 12px;
}

input, select, textarea {
	width: 140px;
	background: #fff;
	padding: 2px;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	border: 1px solid #7f7f7f;
}

input.submit {
	background:transparent url(../images/gradient-btn1.gif) repeat scroll 0 0;
	width: 60px;
	height: 30px;
	font-weight: bold;
	font-size: 13px
}

label {
	font-size: 12px;
	font-weight: bold;
	color: #fd3410;
	white-space: nowrap;
}

div.successBox {
	padding: 15px;
}

div.successBox div {
	padding: 0;
}

.successBox .title {
	color:#336600;
	font-family:georgia,Georgia,serif;
	font-weight:bold;
	font-size: 18px;
	margin-bottom: -10px;
	margin-top: -10px;
}

p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}

/* Grey's out a div waiting for AJAX response */
.ajaxWait {
	position: absolute;
	background-color: #999999;
	opacity: 0.7;
	-moz-opacity: 0.7;
	z-index: 1000;
	overflow: visible;
}

/* To display a a message within the .ajaxWait div */
.ajaxWait div,.ajaxWait span {
	background: #660000;
	padding: 4px;
	border-style: solid;
	border-width: thin;
	border-color: #dd4118;
	font-size: 14;
	font-weight: bold;
	color: white;
}

/* Additional style for span ajax message */
.ajaxWait span {
	margin-left: -4px;
}
