@charset "UTF-8";

/* English OK 2008 */
/* pricing.css */

/* set NULL */


/*---------------------------------PORTFOLIO PAGE---------------------------------*/


input:focus, textarea:focus, select:focus, input:hover, textarea:hover select:hover{ 
	background: #CCCCCC;
  	color :#333333;
	}
	
label{
	margin:5px 15px;
	}

radio{
	width:10px;
	height:10px;
}

select{
	width:250px;
	}

.ordertable {
	border-collapse:seperate;
	width:602px;
	margin:10px auto;
	padding:10px;
	border-spacing:1px;
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border:1px solid #CCCCCC;
	}

.ordertable th.heading{
	margin:0;
	padding:10px;
	text-align:left;
	vertical-align:top;
	width: 150px;
	font-size:12px;
	background-color:#EEEEEE;
	}

.ordertable td.content{
	margin:0;
	padding:10px;
	text-align:left;
	border:0;
	font-size:12px;
	font-weight:normal;
	background-color:#FFFFFF;
	}
	

.special {
	width:5px;
	visibility:hidden;
}

.search_button{
	display:block;
	width:216px;
	height:49px;
	overflow:hidden;
	margin:15px 0 10px 15px;
	padding:0;
	text-indent:-1000px;
	/*background:url(../images/global/order/send_bigbutton.jpg) 0 0;*/
	border:none;
}

.search_button:hover{
	/*background:url(../images/global/order/send_bigbutton.jpg) -216px 0;*/
}
