/* CSS Document */
/* Global */
* {
    margin:0;
    padding:0;
}

body {
	font-size:80%;
	color:#faa16a;
}

#left {
	text-align: left;
	font: 0.9em arial, verdana, sans-serif;
	width:13.5em; /* updated width changed from 11.5em to 13em */
/*	background:#b7b2ac; */
	background: #ffffff;
}

#left img {
	padding-top: 0;
	border:0;
	padding-bottom:5px;
	margin:0 22%;
	margin-top:8px
}

#left h2 {
	font:bold 1.1em Arial, verdana, sans-serif;
	color:#ffffff;
	margin-left:3%;
	padding-top:0em;
	padding-bottom:.3em;
}

/* Forms */
form {
	margin:0;
/*	background-color:#cc035c; */
	background-color:#433f5b;
	width:11.5em;
	padding-top:5px;
	padding:5px 3px 6px 3px;
	height:180px;
}

/* mac hack \*/
form {
	overflow:auto; /* for firefox */
	width:13em;
}
/* hack ends */

fieldset {
	border: 0;
/*	background: #cc035c; */
	background: #433f5b;
	width: 11em;
	padding: .25em 0 .5em .25em;
	margin-top:0;
	float:left;
	color:#ffffff;
}

legend {
	margin:0;
	font:bold 1em 'Arial', tahoma, verdana, sans-serif;
	color:#fff;
	padding:.25em 0 0em 0;
	margin: 0 0 0 -7px;
}

body:nth-of-type(1) fieldset  {
		width: 11.9em;
}

html>/**/body legend {
	margin: -.25em 0 0 0px;
}

#left label{
	margin: 0; 
	color: #ffffff; 
}

#left input, #left select {
	width: 130px; 
	margin-top: .2em; 
	font-size: 1em; 
	margin-bottom: .3em;
}

#left select {
	width: 135px; 
}

#left div.buttons{
	width: 134px;
}

#left input.searchbutton {
	background: #b7b2ac; /* added by youthnet */
	background: #faa16a;
	color: #000000;
	border:1px outset #b7b2ac; /* added by youthnet */
	border:1px outset #faa16a;
	font-weight:bold;
	width:55px;
	float:right;
	font-size: 1em; 
	margin-left:2px;
	text-align:center;
	margin-top:5px
	
}


@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
  #left input.searchbutton {	
  margin-top:1px;
  margin-right:7px}
} 




