/* -------------------------------------------------------------- 
   
   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; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
div.input{	border: 1px solid #EFEFEF;}
input.text, input.title   { margin:0px;font-weight: bold;color: #444444; font-size: 100%; }
input.text, input.title   { border:1px solid #929292; background:#E0E0E0; padding:2px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#F0F0F0; }
input.title               { font-size:1.5em; }

/* Specific */
.login th,td   { padding: 1px; }
.login input.text{width: 115px;}
.login div.input{width: 117px;}

.search input.text{width: 130px;background: #E0E0E0 url(/res/images/searchinput.png) no-repeat 1px 2px; padding-left: 19px; }
input.text1{background: White none no-repeat 1px 2px; border:1px solid #929292}

/* Button */

div.button{
	border: 1px solid #3B3B3B;
}

input.button{
	background: transparent url(/res/images/button.png) repeat-x 0px 0px; 
	border: 1px solid #3B3B3B;
	color: Black;
	padding: 0px 5px 1px 5px;  
	font-size: 100%;
}

input.secondbutton{
	background: transparent url(/res/images/secondbutton.png) repeat-x 0px 0px; 
	border: 1px solid #3B3B3B;
	color: White;
	padding: 0px 5px 0px 5px;  
	font-size: 80%;
	font-weight: bold; 
}

.thirdbutton{
	background: transparent url(/res/images/thirdbutton.png) repeat-x 0% 100%; 
	text-transform: lowercase;
	font-weight: bold; 
	padding: 0px 5px 1px 5px;  	
	border: 1px solid #A8A8A8; 
}

/* Checkbox */

input.checkbox{ }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; font-size: 100%; }
select:focus        { border:1px solid #999; background:#fff; }

select.second{	border: 1px solid White;background-color: #D1D1D0; margin: 0px 0px 0px 10px;}


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

.w99{	width: 99%;}
.w380{width: 380px;}
input.white{background-color: White; Color: black;}


html* div.button1{
	border: 2px solid #EA4B20;
	
	padding: 0px; 
	margin: 0px;
	width: 10px;
}

div.button1{
	border: 2px solid #EA4B20;
	display: inline;
	padding: 2px 0px 3px 0px; 
}

.contactarea
{
	height: 80px;
	width: 95%;
}

input.button2{
	background: transparent url(/res/images/button.png) repeat-x 0px 0px; 
	border: 1px solid #3B3B3B;
	color: White;
	padding: 0px 5px 1px 5px;  
	font-size: 100%;
	font-weight: bold; 
}
