/*#################################### 
WELCOME TEXT CSS
####################################*/
.welcometxt_box {
	margin-bottom:20px;
	min-height:1px;
	}
.welcometxt_content{
	display:block;
	padding:15px;
	font-size:12px;
	color:#FFFFFF;
	background-color:#607D5E;
	}
.welcometxt_box .morebar {
	display:block;
	position:relative;
	height:37px;
	background-color:#526A50;
	}
.welcometxt_box .morebar .morebtn1 {
	position:absolute;
	right:10px;
	top:10px;
	}
	 
.sidebarbox .sidebarboxbg {
	border:none;
	background:none;
	padding:0px 15px;
	}
.sidebarbox .sidebartxt {
	background-image:url(../images/sidebarshape_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	margin:0 -15px 10px -15px;
	padding:8px 2px 10px 25px;
	height:35px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:80%;
	}

/*#################################### 
INFOBOX CONTAINER CSS
####################################*/
.infoboxcontainer_bg {
	margin-bottom:20px;
	min-height:1px;
	}
.infobox {
	width:48%;
	background-image:url(../images/infoboxbg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	} 
.infoboxcontent {
	font-size:13px;
	min-height:195px;
	padding:20px;
	color:#336600;
	}
/*==================================
INFO BOX TITLE CSS
==================================*/
.infoboxcontent h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#336600;
	font-weight:normal;
	font-size:20px;
	padding:0 0 8px 0;
	}
/*==================================
INFO BOX IMAGE CSS
==================================*/
.infoboximg table {
	width:100%;
	}
.infoboximg td {
	height:94px;
	text-align:center;
	}
/*==================================
INFO BOX MOREBAR CSS
==================================*/
.infobox .morebar {
	display:block;
	height:37px;
	position:relative;
	}
.infobox .morebar .morebtn {
	position:absolute;
	right:10px;
	top:10px;
	}
.infobox .form {
	margin:10px 0 0 0;
	display:block;
	}
.infobox .form input, .infobox .form1 input  {
	border:1px solid #cccccc;
	width:300px;
	padding:0px 0 2px 10px;
	font-size:90%;
	color:#333333;
	}
.infobox .form1 {
	margin:10px 0 0 0;
	display:block;
	}
.infobox .form1 input {
	width:50%;
	}
.infobox .form .clear {
	height:5px;
	font-size:0px;
	line-height:0px;
	}

