
/* common styles for the big box */

.bbx {
	width: 298px;
	position:relative;
	background: transparent url('../i/bbx_bg.jpg') repeat-x; 
}
.bbx_i {
	border: 1px solid #CCC;
}

.bbx .cont {
	padding: 16px 22px 15px 22px;
}

.bbx .nw {
	position:absolute;
	top:0;
	left:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') 0 0 no-repeat; 
}
.bbx .ne {
	position:absolute;
	top:0;
	right:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') -21px 0 no-repeat; 
}
.bbx .sw {
	position:absolute;
	bottom:0px;
	left:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') 0 -21px no-repeat; 
}
.bbx .se {
	position:absolute;
	bottom:0px;
	right:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') -21px -21px no-repeat; 
}

* html .bbx .sw, * html .bbx .se  {
	bottom: -10px;
}


/* common styles for the small boxes */
.sbx {
	position:relative;
	background: transparent url('../i/sbx_bg.jpg') repeat-x; 
}
.sbx_i {
	border: 1px solid #CCC;
}
.sbx .cont { 
	margin: 11px 4px 0 10px;
	font: normal 14px arial;
	color: #666666;
	letter-spacing: -.04em;
}
.sbx .nw {
	position:absolute;
	top:0;
	left:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') 0 0 no-repeat; 
}
.sbx .ne {
	position:absolute;
	top:0;
	right:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') -21px 0 no-repeat; 
}
.sbx .sw {
	position:absolute;
	bottom:0px;
	left:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') 0 -21px no-repeat; 
}
.sbx .se {
	position:absolute;
	bottom:0px;
	right:0;
	width:7px;
	height:7px;
	background: transparent url('../i/sbx_crn.gif') -21px -21px no-repeat; 
}
.sbx_img {
	position:absolute;
	top: 114px;
	width: 100%;
	text-align:center;
}
.sbx h1 {
	font: bold 30px arial;
	color: #C2150A;
	margin: 0 0 8px 0;
	padding: 0;
	letter-spacing: normal;
}

* html .sbx .sw, * html .sbx .se  {
	bottom:-9px;
}



/* page specific styles */

.outer {
	width: 942px;
	font: normal 13px arial;
	color: #333;
	margin: auto;
	padding-top: 15px;
}

.regSbx {
	width: 200px !important;
	float: left;
	margin-right: 13px;
}

.regBbx {
	width: 298px !important;
	margin-bottom: 15px;
}

.regSbx_end {
	margin-right: 0px;
}

.regSbx .sbx_i {
	height: 280px;
}

.clear {
	clear:both;
}

.fLeft {
	width: 626px;
	float: left;
}
.fRight {
	float:right;
}

.reg_head {
	font: normal 18px arial;
	color: #C2150A;
}

.reg_input {
	margin-bottom: 12px;
}
.reg_input_lbl {
	margin-top: 5px;
}

.reg_input input[type=text]
{
	border: solid 1px #cccccc;
	padding: 3px;
}

.reg_input input[type=password]
{
	border: solid 1px #cccccc;
	padding: 3px;
}

#reg_header {background: url("../i/topbar_reg.jpg") no-repeat; height:122px; border-bottom:8px solid #bab5b5; position:relative; }
