.form_container {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
}

.form_container h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	padding:15px 0; 
}

.form_container table.order_form td {
	color:#363636;
	font-size:14px;
	vertical-align: middle;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.order_form input, .order_form textarea, .order_form select {
	position:relative;
	border:1px solid #ccc;
	padding:5px;
	text-align:left;

	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
		
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.order_form textarea {
	margin:15px 0 0 0;
	resize:vertical;
	height:70px;
	word-wrap:break-word;
}

.order_form .label {
	padding:0 10px 0 0;
}

.order_form .shoppingcart_order_form_button, .order_form .button_link {
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 9px;
	margin:10px 0;
	color:#fff;
	width:auto;
	background-color:#397cb0;
	border:none;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
	
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	-ms-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
		
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.order_form .shoppingcart_order_form_button:hover, .order_form .button_link:hover {
	background-color:#23679c;
	border:none;
	text-decoration:none;
}

.order_form .shoppingcart_order_form_button:active, .order_form .button_link:active {
	background-color:#666;
	border:none;
}

.order_form .checkbox, .order_form .radio {
	text-align:left;
	width:20px;
	margin:5px;
}


.order_form input:hover, .order_form textarea:hover {
	border:1px solid #000;
}

.order_form input:focus {
	border:1px solid #000;
	background-color:#f7f7f7;
}

.order_form textarea:focus {
	border:1px solid #000;
	height:200px;
	background-color:#f7f7f7;
}

.order_form .bold {
	font-weight:900;
}
