
/* FORM
------------------------------------------------------------------------------------------------*/
#form-type-2 {
	padding:10px;
	border:1px solid #CCC;
	background:#f3f4f5;
	margin-top:0px;
	margin-bottom:10px;
	border-radius:3px;
	
}
#form-type-2 select{
	height:30px;	
	border-radius:5px;
	border:1px solid #bbb;
	background: -moz-linear-gradient(center top , #FAFAFA 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
	
	padding:5px 2px 5px 10px;
	font-size:12px;
	font-family:Arial;
	color:#666;
	margin-right:5px;
	
}

#form-type-2 select option{
	padding:5px 10px;
	
}
#form-type-2 input[type="submit"]:hover{
	-webkit-box-shadow:1px 2px 3px #ddd ;
		-moz-box-shadow:1px 2px 3px #ddd ;
		box-shadow:2px 1px 3px #ddd ;
		font-weight:bold;
}
#form-type-2 input[type="reset"]:hover{
	-webkit-box-shadow:1px 2px 3px #ddd ;
		-moz-box-shadow:1px 2px 3px #ddd ;
		box-shadow:2px 1px 3px #ddd ;
		font-weight:bold;
}
#form-type-2 input[type="submit"]{		
	border-radius:3px;
	border:1px solid #CCC;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;	
	padding:6px 15px;
	font-size:12px;
	font-family:"OpenSans-Semibold";
	color:#787878;
}
#form-type-2 input[type="reset"]{		
	border-radius:3px;
	border:1px solid #CCC;
	background: -moz-linear-gradient(center top , #FFFFFF 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;	
	padding:6px 15px;
	font-size:12px;
	font-family:"OpenSans-Semibold";
	color:#787878;
}
#form-type-2 input[type="text"]{
	height:25px;
	border-radius:3px;
	border:1px solid #bbb;
		-webkit-box-shadow:1px 2px 1px #666 inset;
		-moz-box-shadow:1px 2px 1px #666 inset;
		box-shadow:2px 1px 3px #ddd inset;
	margin:0px 0;
	padding:3px 10px;
	font-size:12px;
	font-family:Arial;
	color:#333;
}
#form-type-2 input[type="text"]:focus{
	border:1px solid #BDDA73;
		-webkit-box-shadow:1px 2px 1px #666 inset;
		-moz-box-shadow:1px 2px 1px #666 inset;
		box-shadow:2px 1px 3px #ddd inset;
	
}
#form-type-2 textarea{
	border-radius:3px;
	border:1px solid #bbb;
		-webkit-box-shadow:1px 2px 1px #666 inset;
		-moz-box-shadow:1px 2px 1px #666 inset;
		box-shadow:2px 1px 3px #ddd inset;
	margin:0px 0;
	padding:3px 10px;
	font-size:12px;
	font-family:Arial;
	color:#333;
}
#form-type-2 textarea:focus{
	border:1px solid #BDDA73;
		-webkit-box-shadow:1px 2px 1px #666 inset;
		-moz-box-shadow:1px 2px 1px #666 inset;
		box-shadow:2px 1px 3px #ddd inset;
	
}


#icon-container2{
	
	width:950px;
	height:200px;
}

#icon-container2 li{
	border:none;
	border-radius:5px;
	display:inline-block;
	font-size:14px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:2px 1px;
	position:relative;
	text-align:center;
	font-family:Tahoma;
	font-weight:bold;
	
}
#icon-container2 li a{
	color:#333333;
	display:inline-block;
	height:50px;
	min-height:140px;
	min-width:140px;
	padding:5px 10px;
	position:relative;
	
	text-decoration:none;
	border:2px solid transparent;
	border-radius:5px;
}
#icon-container2 li a:hover{
	background:url(images/ui-bg_flat_55_fbec88_40x100.png) repeat;
	border:2px solid #CCCCCC;
}

/* icon list */

#icon-container2 li div.icon1{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:3px;
	width:54px;
	height:54px;
	background-image:url(images/woo/home_back_32.png);
}

#icon-container2 li div.icon2{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:3px;
	width:54px;
	height:54px;
	background-image:url(images/woo/home_go_32.png);
}

#icon-container2 li div.icon3{
	margin:0 auto;
	margin-top:30px;
	margin-bottom:3px;
	width:54px;
	height:54px;
	background-image:url(images/woo/home_32.png);
}

.icon-ul{
	display:inline-block;
	margin-top:8px;
	margin-right:5%;
	position:relative;
	list-style:none;
	
}

#main{
	margin-left:5%;
	margin-right:5%;
	border:1px solid #B8ECB0;
	
}

.style-table-1{
	border:1px solid #B8ECB0;
	border-radius:5px;
	position:relative;
}
.style-table-1 .title{
	background:url(images/background-title-table.jpg) repeat-x;
	
	border-radius:5px 5px 0 0;
	box-shadow:0 1px 0 rgba(0, 0, 0, 0.1), 
				0 1px 0 rgba(255, 255, 255, 0.5) inset, 
				0 -1px 0 rgba(255, 255, 255, 0.3) inset;
	color:#FFF;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:12px 10px;
	position:relative;
}
.style-table-1 .inner-data{
	background:#FFF;
	border:1px solid #FFF;
	border-radius:0 0 5px 5px;
	pading:0;
}

