*{
	margin:0;
	padding:0;
}

ul, li{
	list-style:none;
	outline:none;
}
a{
	text-decoration:none;
	outline:none;
}
img{
	border:none;
}
body{
	background:url(../images/bgMain.jpg) no-repeat center top;
	font-family:tahoma;
	font-size:62.5%;
}
.wrapper{
	width:966px;
	padding:0;
	margin:auto;
}
.mainElements{
	position:relative;
	width:400px;
	height:442px;
	right:0;
	bottom:0;
	float:right;
}
.dropDownMain{
	position:absolute;
	right:5px;
	bottom: 0px;
	height:55px;
	width:400px;
}

.dropDownLabel{
	float:left;
	font-size:1.6em;
	color:#FFFFFF;
	padding-top:4px;
}
.dropDown{
	float:right;
}
/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:224px !important;
  margin:0;
  padding:0;
  text-align:left;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  background:url('../images/dropdownBck1px.png') 0 0 repeat-y;
  margin: 0;
  padding-top: 31px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  /*background:url('../images/dropdownBck1px.png') 0 0 repeat-y;*/
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #f2f2f2;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px 0 0 5px;
  cursor:pointer;
  font-size:1.6em;/* Resize Font*/
  color:#164f98;
  height:25px;
 /* width:219px;*/
}

/* Look and feel of select box */
.selectbox 
{
  margin: 0px;
  padding-left:5px;
  font-size:16px;/* Resize Font*/
  width:219px; /* Resize Width */
  float:left;
  text-align:left; 
  background: url('../images/dropdownBck.png') right;
  cursor: pointer;
  border:none;
  color:#164f98;
  height:31px;
}


