﻿/*-----------Form Section------------*/

label {
	display:block;
	margin:5px 0 3px;
}

input.btn {
	background:#32406d;
	width:110px;
	padding:10px;
	display:block;
	border-style:none;
	cursor:pointer;
	color:#fff;
}

input.btn:hover {
	background:#de6326;
	color:#fff;
}

input {
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 4px 2%;
	color: #000;
	border: 1px solid #e5e3e3;
}

.CaptchaImage {
    width: inherit !important;
}

input:hover, textarea:hover, select:hover {background: #f0f0f0; color:#9395a7;}
input:focus, textarea:focus, select:focus {background: #fff; color:#000;}

.form-input {width: 93%;}
.short-form-input {width: 100px;}

.q-input {width: 75px;}
.partnumber-input {width: 130px;}
.description-input {width: 150px;}
.oc-input {width: 75px;}
.list-input {width: 75px;}
.net-input {width: 75px;}


textarea {
	background: #fff;
	color:#000;
	border: 1px solid #d7d8e0;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 4px;
}

textarea:hover {background: #f0f0f0;}

textarea.form-input {width: 100%;height: 200px;}
textarea.part-input {width: 100%; height: 200px;}