/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label       { font-weight: bold; }


/* Form fields
-------------------------------------------------------------- */

input[type=text],
input.text, input.title, 
textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	padding: 2px;
}
.latest-news #side-bar-form {
	line-height: 30px;
}

input[type=text]:focus, 
input.text:focus, input.title:focus, 
textarea:focus, select:focus {
	border-color:#666;
	background-color: #FF9;
}

input[type=text], 
input.text, input.title,
textarea, select {
	margin:0em;
}

input.text, 
input.title   {
	width: 258px;
	padding:2px;
}
textarea      {
	width: 200px;
	height: 40px;
	padding:5px;
}

input[type=checkbox], input[type=radio], 
input.checkbox, input.radio { 
  position:relative; top:.25em; 
}


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.red {
	color: #600;
	font-size: 1em;
}
.right-column .latest-news #rfq a:link, .right-column .latest-news #rfq a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../RFQ-kane.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 206px;
}
.right-column .latest-news #rfq a:hover, .right-column .latest-news #rfq a:active {
	background-image: url(../RFQ-kane-hover.jpg);

}
