.bigBox
{
	background: url(../images/boxes/big_center.gif) repeat-y;
	width:660px;
	margin: 10px 0px;
}

.bigBox .header
{
	background:url(../images/boxes/big_top.gif) no-repeat top;
	height: 43px;
	padding:10px 30px 7px 30px;

}
.bigBox .header .title, .bigBox .header .title a
{
	color:#C61D22;
	font-size:20px;
	text-decoration:none !important;
}

.bigBox .content
{
	padding:7px 30px;

}

.bigBox .footer
{
	background:url(../images/boxes/big_bottom.gif) no-repeat bottom ;	
	padding:7px 30px;
}


.dbBox
{
	background: url(../images/boxes/dbase_center.gif) repeat-y;
	width:555px;
	margin:5px 0px;
}


.dbBox .header
{
	background:url(../images/boxes/dbase_top.gif) no-repeat top;
	height:6px;
	padding:0px;
}

.dbBox .dbIco
{
	background:url(../images/boxes/dbase_ico.jpg) no-repeat  center;
	float:left;
	vertical-align:middle;
	height: 60px;
	width:60px;
	margin:40px 0px;
	cursor:pointer;	
}

.dbBox .content
{
	padding:0px 4px 0px 0px;
	float:left;
}

.dbBox .content div
{
	padding:5px 4px;	
}
input
{
	font-size:9px !important;
}
select
{
	font-size:9px !important;
}

textarea
{
	font-size:11px !important;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.dbBox .content .title
{
	color:#C61D22;
	font-size:14px;
	border-bottom:1px solid #C7C7C7;
	font-weight:bold;
	
}
.dbBox .content .specs1
{
	margin:2px 0px;
	border-right:1px solid #C7C7C7;
	width:235px;
	float:left;
	height:70px;
}

.dbBox .content .specs2
{
	margin:2px 0px;
	width:235px;
	float:left;
	height:70px;
}

.dbBox .content .description
{
	border-top:1px solid #C7C7C7;
	width:480px;
}

.dbBox .footer
{
	background: url(../images/boxes/dbase_bottom.gif) no-repeat bottom;
	height:8px;
	padding:0px;	
}

.loginBox
{
	margin: 10px 0px;
	background: url(../images/boxes/login_center.gif) repeat-y;
	width:658px;
	color:#7F7F7F;
	font-size:12px;
}

.loginBox .header
{
	background:url(../images/boxes/login_top.gif) no-repeat top;
	height:17px;
	padding:0px;
}

.loginBox .content
{
	padding: 30px 50px;
	float:none;
}
.loginBox .footer
{
	background: url(../images/boxes/login_bottom.gif) no-repeat bottom;
	height:21px;	
}

.internBox
{
	background: url(../images/boxes/intern_center.gif) repeat-y;
	width:555px;
	margin: 10px 0px;
}

.internBox .header
{
	background:url(../images/boxes/intern_top.gif) no-repeat top;
	height: 42px;
	padding:10px 30px 7px 30px;

}
.internBox .header .title, .internBox .header .title a
{
	color:#C61D22;
	font-size:20px;
	text-decoration:none !important;
}

.internBox .content
{
	padding:7px 30px;
	

}

.internBox .footer
{
	background:url(../images/boxes/intern_bottom.gif) no-repeat bottom ;	
	padding:7px 30px;
}


