.no_bottom_margin {
	margin-bottom			: 0;
}

a.underlined {
	text-decoration			: none;
	border-bottom			: 1px #3e1801 solid;
}

.form_table TD {
	padding:4px 2px;
	text-align:right;
	vertical-align:baseline;
	width:160px;
}

.form_table TD LABEL {
	white-space:nowrap;
}

/* BLOCKS WITH ROUNDED CORNERS STYLES */

.rounded{
	position:relative;
	overflow:hidden;
	padding:9px 0;
}
.rounded .content{
	padding:0 9px;
}
.rounded .cn {
	position:absolute;
	width:18px;
	height:18px;
	left:-9px;
	top:-9px;
}
.rounded .cn.tr, .rounded .cn.br {
	margin-left:100%;
}
.rounded .cn.bl, .rounded .cn.br {
	top:auto;
}
.rounded .cn.tl, .rounded .cn.bl {
	width:100%;
}

.rounded.common .content {
	background-image:none;
	border-left:1px #C2BFBA solid;
	border-right:1px #C2BFBA solid;
	padding:0 12px;
	background-color:#eaeaea;
	
}
.rounded.common .cn {
	background:url(../img/rounded.jpg);
}

/* LOGIN ROUNDED CONTAINER STYLES */

.rounded.login .content {
	background-image:none;
	border-left:2px #2c2c2c solid;
	border-right:2px #2c2c2c solid;
	padding:0 12px;
}
.rounded.login .bottom {
	background:url(../img/login_bottom_section.jpg) repeat-x bottom left;
	color:#fff;
	border-left:2px #2c2c2c solid;
	border-right:2px #2c2c2c solid;
	padding:0 9px 8px;
}
.rounded.login .bottom A {
	color:#fff;
}
.rounded.login .cn {
	background:url(../img/rounded_login.jpg);
}

/* FORMS STYLES */

.block_label {
	display:block;
	padding:8px 4px 4px;
}

.text {
	background-image:url(../img/input_text.jpg); 
	border:none;
	border-width:0;
	font-size:16px; 
	padding:6px 3px 4px;
	width:175px; 
	height:20px;
}

.textarea {
	background-image:url(../img/input_textarea.gif); 
	border:none;
	border-width:0;
	font-size:16px; 
	padding:6px 3px 4px;
	width:175px; 
	height:80px;
}

/* MISC */

.center {
	width:415px;
	margin-left:auto;
	margin-right:auto;
}

#the_guidelines .header TD {
	text-align:center;
}

#the_guidelines  TD {
	vertical-align:middle;
}

.error {
	color:#FF0000;
	text-align:left !important;
	width:300px !important;
}

h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1 { font-size:25px; }

h2 { font-size:18px; }

h3 { font-size:14px; }

h4 { font-size:12px; }

#content {
	padding:20px 15px 0;
}

.corporate_logo {
	border: 1px #745E50 solid;
}