﻿/*********************************************
Theme Name: Shrud Media
Theme URI: http://www.shrud.com
Version: 1.0
Description: Creating the best for the best
Author: Colin, Garo, Sazzad
Author URI: http://www.shrud.com
**********************************************/

/*----

Designed by Colin Lafferty

Coded by Garo Krikorian

Modified by Sazzad Hossain

Last modified 130808 at 0219pm EST

----*/





/*----mainpage----*/



/*page centered*/

*{margin: 0px; padding:0px;}



body {

	background-image:url(images/bg_repeat.png);

	background-repeat:repeat-y;

	background-position:center center;

	margin:0 auto;

	padding:0;

	background-color: #9f9886;

}

.clear {

	clear:both;

}

/* Resetting styles for cross-browser compatibility */



h1, h2, h3, h4, h5, h6, h7 {font-family: Arial, Helvetica, sans-serif;}

h1, h2 {

font-size: 12px;

}

ol {
list-style: none;
}



h3, h4 {

font-size: 14px;

}



h5, h6, h7 {

font-size: 12px;

}

p {

	margin: 0px 0px 14px;

}

/* Default link colors */



a:link {color: #678B0E; text-decoration: none;}

a:visited {color: #678B0E; text-decoration: none;}

a:hover {color: #BC9B2A; text-decoration: underline;}

a:active {color: #678B0E; text-decoration: none;}


/***QUOTE & CODE***/
code{
	font: 12px/14px "Courier New", Courier, monospace;
	color: #000000;
	background: #F5F5F5;
	margin: 5px 10px;
	padding: 10px;
	display:block;
	border: 1px dashed #818141;
	width: auto;
}
.code .indent {
	padding-left: 15px;
}
blockquote {
	margin: 10px 15px 20px;
	padding: 3px 10px;
	border-left: 3px dotted #d6e5aa;
	border-right: 3px dotted #d6e5aa;
	border-top: 1px dotted #d6e5aa;
	border-bottom: 1px dotted #d6e5aa;
	line-height: 140%;
	width: auto;
}




/****** GENERAL ******/



#bgdecor {

	background-image: url(images/bg_decor.png);

	background-repeat:repeat-x;

	position:absolute;

	width:100%;

	height: 94px;

	margin:100px 0px 0px 0px;

	z-index:0;

}

.container {

	width:903px;

	margin:0 auto;

	padding:0;

}

#top_head {

	background-image: url(images/top_head.png);

	background-repeat:no-repeat;

	width:862px;

	height:59px;

	margin:0 auto;

	padding:0;

	margin-left:18px;

}

#header {

	background-image: url(images/header.png);

	background-repeat:no-repeat;

	position:absolute;

	width:862px;

	height:192px;

	margin:0 auto;

	padding:0;

	margin-left:18px;

	z-index:0;

}

#footer {

	background-image: url(images/footer.png);

	background-repeat:no-repeat;

	position:relative;

	width:862px;

	height:63px;

	margin:0 auto;

	padding:0;

	margin-left:18px;

}

#footer_t {

	text-align:center;

	font-family: arial, Georgia, "Times New Roman", Serif;

	font-size: 12px;

	padding-top:7px;

	padding-right:23px;

	color:#FFFFFF;

}

	

/***** Shrud Nav ******/





/***RIGHT SIDE >> NAV***/

.rightnav{

	border: none;

	border-bottom-width: 0;

	width: 190px;

	margin-bottom: 20px;

	margin-left: 22px;

}



.rightnav h2 {

	color: #686148;

	border-bottom: 1px solid #8D805A;

}



* html .rightnav{ /*IE only rule. Original menu width minus all left/right paddings */

	width: 190px;

}



.rightnav ul{

	padding: 0;

	margin: 0;

	list-style-type: none;

}



.rightnav a{

	font: 14px/20px Arial, "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;

	padding: 4px 3px;

	display: block;

	width: 100%; /*Define width for IE6's sake*/

	color: #678B0E;

	text-decoration: none;

	border-bottom: 1px dashed #B5AC91;

}



html>body .rightnav a{ /*Non IE rule*/

	width: auto;

}



.rightnav a:hover{

	background: #4B3F38;

}









/**Nav credits to dynamicdrive.com**/

#shrud_nav{
font-family:Tahoma;

font-size:11px;

font-weight:bold;

float:left;

width:100%;

line-height:normal;

padding:40px 0px 0px 0px;

}

#shrud_nav ul{
font-family:Tahoma;

font-size:11px;

font-weight:bold;

list-style-type: none;

margin:0;

margin-left: 5px; /*Left offset of entire tab menu relative to page*/

padding:0;

text-transform: uppercase;

}

#shrud_nav li{
font-family:Tahoma;

font-size:11px;

font-weight:bold;

display:inline;

margin:0;

padding:0;

}

#shrud_nav a{
font-family:Tahoma;










font-size:11px;

font-weight:bold;

float:left;

background:url('images/nav_left.png') no-repeat left top;

margin:0;

margin-right: 5px; /*spacing between each tab*/

padding:0 0 0 9px;

text-decoration:none;

color:#777777;


}

#shrud_nav a span{
font-family:Tahoma;

font-size:11px;

font-weight:bold;

float:left;

display:block;

background:url('images/nav_right.png') no-repeat right top;

padding: 4px 22px 2px 3px;

}



/* Commented Backslash Hack hides rule from IE5-Mac \*/

#shrud_nav a span {float:none;}

/* End IE5-Mac hack */



#shrud_nav a:hover span {

color:#3B3B3B;

}



#shrud_nav #current a{ /*Selected Tab style*/

background-position:0 -22px; /*Shift background image up to start of 2nd tab image*/

}






#shrud_nav #current a span{ /*Selected Tab style*/

background-position:100% -22px; /*Shift background image up to start of 2nd tab image*/

color:#FFFFFF;

}



#shrud_nav a:hover{ /*onMouseover style*/

background-position:0% -22px; /*Shift background image up to start of 2nd tab image*/

color:#fff;

}



#shrud_nav a:hover span{ /*onMouseover style*/

background-position:100% -22px; /*Shift background image up to start of 2nd tab image*/

color:#fff;

}



/****** Top Nav ******/

.menu {

	padding:10px 0px 0px 0px;

}

.navtext {

	padding:5px 9px 0px 0px;

	text-align:center;

	font-weight:bold;

	font-size:11px;

}

.menu a{

	margin:0 auto;

	float:left;

    display:block;

	color:#777777;
margin-left: 10px;

}

.menu a:visited{

	margin:0 auto;

	float:left;

    display:block;

	color:#777777;

}

.menu a:hover,

.menu a:active{

    background-position:bottom;

	color:#FFFFFF;

	text-decoration:none;

}

.menu a#button {

    background-image:url(images/nav_button.png);

	width:81px;

    height:22px;

}

.menu a#order {

    background-image:url(http://www.shrud.com/mrtouz/order_host.png);

	width:84px;

    height:25px;
    margin-bottom: 10px;

}

/****** CONTENT AREA ******/

#firstwrap {

	float:left;

	width:678px;

	margin:0px 0px 0px 0px;

	text-align:center;

}

#secondwrap {

	width:186px;

	position:relative;

	margin:0px 0px 0px 668px;

}

#content {	

	position:relative;

	width:862px;

	margin:192px 0px 0px 18px;

}

#leftcontent {

	position:relative;

	float:left;

	width:570px;

	margin:10px 0px 10px 0px;

	color:#949494;

	font-size:15px;

}

#leftcontent ul { margin: 0px; padding: 0px; }
#leftcontent ol { margin: 0px; padding: 0px; list-style-type: none; }
#leftcontent a { text-decoration: underline; }
#leftcontent a:hover { text-decoration: none; }
#leftcontent ul li {
	background: url('images/bullettag.gif') no-repeat 10px 3px;
	list-style-type: none;
	margin: 0px;
	padding-left:30px; padding-right:0px; padding-top:0px; padding-bottom:5px
}


#middlecontent {

	position:relative;

	width:239px;

	margin:0px 0px 0px 433px;

	color:#949494;

	font-size:15px;

}

#rightcontent {

	position:relative;

	text-align:center;

	padding:10px 0px 10px 0px;

	width:186px;

	color:#949494;

	font-size:15px;

}

/****** LEFT CONTENT *****/



#leftcontainer {

	padding: 10px ;

}

#screenshot {

	margin: 0;

	padding: 0;

	margin-bottom:5px;

}

.content_1{

	margin: 0;

	padding: 5px;

	width: 400px;

	max-height: 200px;

	background-color: #ffffff;

	border-style: dashed;

	border-width: 1px;

	border-color: #bcb6b6;

}

/****** Middle Content *****/



.top_m {

	background-image:url(images/top_m.png);

	background-repeat:no-repeat;

	width:239px;

	_width:236px;

	height:38px;

	margin:0px 0px 0px 0px;

}

.top_m_t {

	font-family: arial, Georgia, "Times New Roman", Serif;

	font-size: 13px;

	color: #fff;

	padding-top:5px;

	margin-left:40px;

}

.middle_m {

	background-image:url(images/middle_m.png);

	background-repeat:repeat-y;

	width:239px;

	_width:236px;

}

.bottom_m {

	background-image:url(images/bottom_m.png);

	background-repeat:no-repeat;

	width:239px;

	_width:236px;

	height:15px;

	padding:0px 0px 0px 0px;

}

.mtext {

	font-size:15px;

	text-align:center;

	padding:0px 10px 0px 0px;

}







/****** Bottom Nav ******/



#p_l_c {

	float:left;

	position:relative;



	background-image: url(images/bg_b_n.png);

	background-repeat:no-repeat;

	width: 238px;

	height: 44px;

	margin: 10px 0px 0px 2px;

}

#navigation-menu-nav{

	position:relative;


	margin: -1px 0px 0px 20px;

	padding: 0 ;

	background-image: url(images/bottom-nav-bg.jpg);

	background-repeat:no-repeat;

	_margin-top:5px;

}

#navigation-menu-nav li {

	float: left;

	position: relative;

	right: 10px;

	list-style: none;

	padding: 5px;

	margin: 0;

}

#navigation-menu-nav li a {

	padding: 3px 7px 3px 7px;

	margin: 6.5px 0 0 2px;

	display: block;

	font-size: 12px;

	color: #ffffff;

	text-decoration: none;

	border-style: dashed;

	border-width: 1px;

	border-color: #bcb6b6;

}

#navigation-menu-nav li a:hover, #navigation-menu li a:active {

	color: #ffffff;

	text-decoration: none;

	background-color: #afc71b;

	border-style: dashed;

	border-width: 1px;

	border-color: #ffffff;

}

/****** Templates ******/

#leftcontent_t {

	float:left;

	width:623px;

	margin:10px 0px 10px 0px;

	color:#949494;

	font-size:15px;

	text-align:center;

}

#middlecontent_t {

	position:relative;

	width:239px;

	margin:0px 0px 0px 623px;

	color:#949494;

	font-size:15px;

}

#gallery-container {

	position:relative;

	width: 620px;

	text-align:center;

	margin:0 auto;

	margin-left:12px;

	padding:0px;

	background-color: #e6e3dc;

}

#screenshot_b {

	float: left;

	margin: 5px 8px;

	padding: 10px;

	width: 250px;

	background-color: #ffffff;

	border-style: solid;

	border-width: 1px;

	border-color: #afc71b;

}

#screenshot_b:hover {

	background-color:#e9ecd9;

	border-color: #FFFFFF;

}

.screenshot {

	float: left;

	margin:0px 0px 5px 0px;

	width: 250px;

	height: 150px;

	background-image: url(images/polisheddesigns-small.jpg);

}

#p_l_c1 {

	float:left;

	position:relative;

	background-image: url(images/bg_b_n.png);

	background-repeat:no-repeat;

	width: 238px;

	height: 44px;

	margin: 10px 0px 0px 10px;

}

/****** Tutorials  same as templates plus ******/



.content {

	position:relative;

	font-family: arial, Georgia, "Times New Roman", Serif;

	font-size: 13px;

	text-align: left;

	padding: 5px;

	color: #333333;

}

.content ul { margin: 0px; padding: 0px; }
.content ol { margin: 0px; padding: 0px; list-style-type: none; }
.content a { text-decoration: underline; }
.content a:hover { text-decoration: none; }
.content ul li {
	background: url('images/bullettag.gif') no-repeat 10px 3px;
	list-style-type: none;
	margin: 0px;
	padding-left:30px; padding-right:0px; padding-top:0px; padding-bottom:5px
}




#content-box {

	float:left;

	margin:10px 0px 10px 20px;

	width: 580px;

	background-color: #ffffff;

	border-style: solid;

	border-width: 1px;

	border-color: #afc71b;

}

#content-box:hover {

	border-color:#999;

}

.content-box {

	float:left;

	margin:10px 0px 10px 20px;

	_margin-left:10px;

	width: 580px;

	background-color: #ffffff;

	border-style: solid;

	border-width: 1px;

	border-color: #afc71b;

}

.content-box:hover {

	border-color:#999;

}

#middlecontent_t2 {

	margin:0px 0px 0px 623px;

}

#p_l_c2 {

	float:left;

	position:relative;

	background-image: url(images/bg_b_n.png);

	background-repeat:no-repeat;

	width: 238px;

	height: 44px;

	margin: 10px 0px 0px 180px;

	_margin-left:90px;

	_padding-bottom:5px;

}

/****** Normal Post ******/

#contentpost{

	float:left;

	margin:10px 0px 10px 20px;

	_margin-left:10px;

	width: 570px;

	background-color: #ffffff;

	border-style: solid;

	border-width: 1px;

	border-color: #afc71b;

	text-align:left;

	padding:5px;

}

#contentpost:hover {

	background-color: #F1F1F1;

	border-color:#FFFFFF;

}

/****** Normal Post Index Page ******/

#contentposti{

	float:left;

	margin:0px 0px 5px 5px;

	width: 390px;

	background-color: #ffffff;

	border-style: solid;

	border-width: 1px;

	border-color: #afc71b;

	text-align:left;

	padding:5px;

}

#contentposti:hover {

	background-color: #F1F1F1;

	border-color:#FFFFFF;

}

/****** Forum Content ******/

#forumcontent {

	width:800px;

	padding:5px;

}

/****** Search Box ******/



.inputss{


	background-image:url(images/input_bg.png);

	border:0px;

	width:135px;

	height:17px;

	padding:2px 0px 0px 0px;

	font-family: Tahoma, Verdana, "Trebuchet MS", Arial,  Helvetica, sans-serif;

	font-size:12px;

}

input#buttons{

	background-image:url(images/submit_search.png);

	width:130px;

	height:25px;

	border:0px;

}

/****** Extra WP ******/

.posttitle {

	font-size:17px;

	color:#678B0E;

	font-weight:bold;

	padding:6px;

	text-align:center;

}

/****** Adverts ******/
#ad1 {
	background-repeat:no-repeat;
	width:400px;
	height:100px;
	float:left;
	position:relative;
	margin:85px 0px 0px 20px;
	_margin-left:10px;}
#ad2 {
	background-repeat:no-repeat;
	width:400px;
	height:100px;
	margin:85px 0px 0px 440px;
}
#fourofour {
	background-image:url(images/404.png);
	background-repeat:no-repeat;
	width:404px;
	height:227px;
	margin:0 auto;
	padding:0;
	test-align:center;
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xx  CSS Table Gallery               xx
xx  Author: Stu Nicholls            xx
xx  URL: http://www.cssplay.co.uk/  xx
xx  Country: England                xx
xx  Date: 2005-10-23                xx
xx  xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
table {
  border-collapse:collapse; 
  font-family:verdana, arial, sans-serif; 
  font-size:0.75em; 
  line-height:2em; 
  border:1px solid #363;
  }
td, th {
  padding:0 0.5em; 
  border-top:1px solid #ddd;
  }
tr.odd {
  background:#eee;
  }
th {
  background:#839965;
  }
caption, tfoot {
  font-family:georgia, "times new roman", serif; 
  font-size:3em; 
  line-height:2em; 
  height:2em; 
  padding-right:0.25em; 
  text-align:right; 
  color:#363; 
  border:1px solid #ddd;
  }
tfoot th {
  background:#fff; 
  color:#363; 
  font-weight:normal;
  }
thead tr {
  color:#fff; 
  height:4em;
  }
thead tr th:first-child {
  color:#fc6; 
  border-right:1px solid #000; 
  text-align:right; 
  padding-right:1.5em;
  }
tbody th {
  padding:0; 
  border-right:1px solid #fff; 
  border-top:1px solid #000;
  width:16em; 
  vertical-align:middle;
  }
tbody tr.odd th {
  border-right:1px solid #eee;
  }
tbody td {
  color:#363; 
  vertical-align:middle; 
  height:4em;
  }
tbody th a {
  color:#fc3; 
  text-decoration:none; 
  border-right:0.8em solid #fc3; 
  font-weight:normal; 
  text-align:right; 
  padding-right:0.5em; 
  float:right; 
  border-top:0.8em solid #839965; 
  border-bottom:0.8em solid #839965;
  }
tbody tr th a:visited {
  border-right:0.8em solid #fff;
  }
tbody tr.odd th a:visited {
  border-right:0.8em solid #eee;
  }
tbody td a:visited {
  color:#000; 
  font-weight:normal; 
  text-decoration:line-through;
  }
tbody td a {
  color:#000; 
  font-weight:normal;
  }
tbody tr th a:hover {
  color:#fff; 
  border-right:0.8em solid #fff;
  }
tbody tr.odd th a:hover {
  color:#fff; 
  border-right:0.8em solid #eee;
  }
tbody td a:hover {
  color:#c00; 
  font-weight:normal; 
  text-decoration:none;
  }

/***FORM STYLING***/
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 450px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:10px 0 10px 0; 
	border:none; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:0px;
	padding:0; 
	font:bold 20px Verdana; 
	color:#888;
	letter-spacing:4px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:26px;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#AAAAAA;
	letter-spacing:3px;
	padding:3px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	margin:2px 10px 0 0; 
	text-align:left;
	font-size: 22px;
	display:block;
	color:#aaa;
	padding:2px;
}

label.cf-before {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 5px 0 0; 
}

label.cf-before span{
	width:100px; 
	display:block;
}

label.cf-after 	{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 2px 0 4px;
	width:195px;
	text-align:left;	
}

label.cf-after span {
	width:195px;
	display:block;
}

label.cf-group-after {
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	margin:1px 5px 0pt 4px;;
	width:190px;
	text-align:left;
}
label.cf-group-after span {
	width:190px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	margin:0;
	padding:3px;
	background: #fbfbfb; 
	border:none;
	border-top: 1px solid #f0f0f0; 
	vertical-align:top;
	color:#777777;
	font-weight:bold;
	letter-spacing:1px;	
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:415px; 
}
.cform select {
	width:421px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:6.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 16px;
	height: 6em;
	overflow:auto;
}

.cform  input.cf_date {
	width:395px;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	font-size:16px;
	color:#888888;
	letter-spacing:2px;
	margin:20px 0pt 0pt !important;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:8px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important; 
}


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 0; 
} 


/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	display:block; /*for mozilla*/
	font-size:9px;
	vertical-align:top;
	color:#888888;
	text-align:right;
	margin:0 0px 0 0;
	line-height:13px;
	letter-spacing:3px;
	width:420px;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:right;
}
.cform input.sendbutton	{ 
	width:150px;  
	padding:2px; 
	margin: 0px 28px 4px 0pt;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0px 5px 10px!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	padding:0 0 0 10px;
	margin:0;
	color:#333;
	display:inline-block;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.seccap {
	margin-top: 6px;
}

label.secq{
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	width:auto;
	padding:2px 4px 2px 2px;
}
label.secq span {
	display:block!important;
	width:auto;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:196px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none!important;
}

img.imgcalendar {
	border:none!important;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:420px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	color:#AAAAAA;
	display:block;
	letter-spacing:2px;
	text-align:right;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

  
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: -7px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html span.reqtxt,
* html span.emailreqtxt { 
	display:inline-block; /*for Opera & IE*/
	width:415px;
}
* html ol.cf-ol 	{
	display:inline-block; /*for IE6!!*/
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}

