*::-moz-selection {
  background: none repeat scroll 0 0 #F26C4F;
  color: #FDFDFA;
}
/* Forms */
    input, select, textarea {
	font-family: Arial, Helevtica, Verdana, san-serif;
	font-size:13px;
	position:relative;
	outline: none;
	padding:4px;
	margin-right:1px;
}
form ul, form li {
	list-style-type:none;
	list-style-position:outside;
	border:0;
	margin:0;
	padding:20px;
	/* background: url("../images/white.png") repeat-x scroll 0 0 transparent;*/
}
form ul li {
	margin:0px 0 4px 0px;
	padding:4px 0 4px 0px;
}
.button {
	cursor:pointer;
	width:130px !important;
	height:27px;
	clear:both;
	border:none;
	overflow:visible;
	outline: none;
	position:relative;
	padding:0 0 4px 0 !important;
}
.button:hover {
	outline: none;
	overflow:visible;
}
/* form field widths */ 
    input, select {
	 padding: 6px 5px; 
}
textarea {
	width:500px;
	overflow:auto;
}
/* form field widths for sidebar*/ 

    .sidebar input, .sidebar select {
	width:210px;
}
.sidebar textarea {
	width:210px;
	overflow:auto;
}
/*contact form validation*/
    #validate_form label {
	display: block;
}
#validate_form label.error {
	border: 0;
}
#validate_form .error {
}
/* Form Messages*/
    .ok_box {
	padding:20px;
	margin:10px auto;
	font-size:13px;
}
.ok_box h3 {
	font-size:18px;
}
.error_box, #loader {
	padding:20px;
	margin:10px auto;
	font-size:13px;
}



/* Forms */
    input, select, textarea {
	color:#000000;
	border:1px solid #ccc; 
}
.button {
	color:#fff;
	background:url(../images/small_button.png) top no-repeat;
}
.button:hover {
	color:#fff;
	background:url(../images/small_button.png) 0 -28px no-repeat;
}
/*contact form validation*/
    #validate_form label {
	color:#606060;
}
#validate_form label.error {
	color: red;
}
#validate_form .error {
	color: red;
	border: 1px solid red;
}
/* Form Messages*/
    .ok_box {
	border:1px dashed green;
	color:green;
}
.ok_box h3 {
	color:green;
}
.error_box, #loader {
	border:1px dashed red;
	color:red;
}
/* Text Elements */

    /* Standart block quote */
    blockquote {
	border-left:4px solid #b90000;
	color:#A5A5A5;
}
/* right-side pull quote */
    blockquote.pullright {
	border-left:4px solid #b90000;
}
/* left-side pull quote */
    blockquote.pullleft {
	padding:20px 20px 0 0;
	border-right:4px solid #b90000;
}
code {
	border:1px solid #E0E0E0;
	background:#F2F2F2 url("../images/code.gif") repeat 0px 0px !important;
}