body {
  background-color: #e2e2e2;
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}
a {
  color: #404040;
}
img{
  border: 0;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}
input, textarea {
  background-color: #FFF;
  border: 1px solid black;
  border-color: black black black black;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
li {
   list-style: none;
}
ul {
  margin: 0 auto;
  padding: 0;
}

.hidden {
  display: none;
}

/* main page width */
#header, #body, #bodyTop, #footerTagCloud, #footer {
  width: 1220px;
  margin: 0 auto;
}

/* top nag bar */
#topNag {
  background-color: #fdfddb;
  border-color: #999;
  border-style: solid;
  border-width: 0 0 2px;
  height: 65px;
  padding: 0px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#topNag h2 {
  margin: 0 0 5px;
  font-size: 18px;
  text-align: left;
}
#topNag p {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
#topNag .boxFloat {
  display: inline-block;
  margin: 10px;
  vertical-align: middle;
}
#topNag .boxFloat.fbLikebox {
  width: 200px;
  margin: 0 10px;
}
#topNag a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#topNag a.close b {
  background-color: #ddddcb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #888;
  cursor: pointer;
  display: block;
  font-size: 9px;
  font-weight: normal;
  height: 9px;
  line-height: 8px;
  padding: 1px;
  text-align: center;
  width: 9px;
}
#topNag #headerSocial {
  background:#fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0;
  margin: 2px 5px;
}

/* header */
#headerContain {
  position: relative;
}
#headerContain.withNag {
  margin-top: 67px;
}
#greyBar {
  background-color: #666;
  color: #87eb00;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header {
  height: 130px;
  position: relative;
}
#header .logo {
  background-image: url('/images/ui/header/logo.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 103px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 343px;
}
#header .logo a {
  display: block;
  position: absolute;
}
#header .logo a.top {
  top: 0;
  height: 25px;
  width: 90px;
}
#header .logo a.bottom {
  bottom: 0;
  height: 80px;
  width: 343px;
}
#header .logo a span {
  display: none;
}
#header .linkBar {
  background-color: #666;
  color: #e0ffb8;
  height: 23px;
  left: 95px;
  padding: 3px 0;
  position: absolute;
  top: 0;
  width: 1125px;
}
#header .linkBar a {
  color: #87eb00;
}
#header .linkBar img {
  vertical-align: middle;
  margin: 0 0 4px 4px;
}
#header .linkBar ul {
  margin: 2px 0 0;
  position: absolute;
}
#header .linkBar ul.left {
  left: 0;
  text-align: left;
  width: 650px;
}
#header .linkBar ul.right {
  right: 180px;
  text-align: right;
  width: 350px;
}
#header .linkBar li {
  border-left: 1px solid #69a700;
  display: inline;
  height: 18px;
  margin: 2px 0;
  padding: 1px 5px;
}
#header .linkBar li:first-child {
  border-left: none;
}
#header .linkBar div.right {
  position: absolute;
  right: 0;
  top: 0;
}
#header .linkBar div.right div {
  float: left;
}
#header .linkBar div.right .egBanner {
  margin-top: 3px;
  margin-right: 5px;
}
#header .linkBar div.right .like {
  margin-top: 5px;
  text-align: right;
  width: 180px;
}
#header .linkBar div.right #search {
  font-size: 11px;
  height: 19px;
  width: 120px;
}
#header .linkBar div.right #searchbutton {
  height: 22px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 4px;
}
#header #headerBanner {
  bottom: 5px;
  height: 90px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  right: 0;
  width: 728px;
}
#header .arrow {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #fff;
  bottom: 0;
  position: absolute;
  height: 0;
  left: 40px;
  width: 0;
}

/* Sidebar */
#sidebar {
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  width: 300px;
}
#sidebar #rectBanner {
  height: 250px;
  width: 300px;
  margin: 0 auto;
}
#sidebar #sideBanner1, #sidebar #sideBanner2 {
  width: 160px;
  height: 600px;
  margin: 10px auto 5px;
  text-align: center;
}
#sidebar #facebookLikeBox {
  background-color: #fff;
  margin: 5px auto;
  min-height: 260px;
  padding: 5px 0;
}

#sidebar #googleplusLikeBox {
  background-color: #fff;
  margin: 5px auto;
  min-height: 135px;
  padding: 5px 0;
}

/* Autocomplete */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}       
.ui-autocomplete-loading {
  background: white url('/images/ui/header/ui-anim_basic_16x16.gif') right center no-repeat;
}
* html .ui-autocomplete { /* without this, the auto complete menu expands to 100% in IE6 */
  width:1px;
}
.ui-menu {
  list-style:none;
  padding: 2px;
  margin: 0;
  background-color: #fff;
  display:block;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin:0;
  padding: 0;
  width: 100%;
  border: 1px solid #C4C2C3;
}
.ui-menu .ui-menu-item a {
  text-decoration:none;
  display:block;
  padding:.2em .4em;
  line-height:1.5;
  zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}

/* footer */
#footer {
  font-size: 14px;
  margin: 20px auto;
  text-align: center;
  width: 100%;
}
#footer div {
  margin: 0 auto 10px;
}
#footer .links {
  background-color: #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #87eb00;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px 6px;
  margin-bottom: 25px;
}
#footer .links a {
  color: #478b00;
}
#footer .links ul {
  margin: 2px 0 0;
}
#footer .links li {
  border-left: 1px solid #296700;
  display: inline;
  height: 18px;
  margin: 2px 1px;
  padding: 1px 6px;
}
#footer .links li:first-child {
  border-left: none;
}
#footer .disclaimer {
  font-size: 11px;
  width: 800px;
}

/* default tag cloud */
#footerTagCloud {
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 10px auto;
}
#headerTagCloud {
  width: 900px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin: 0;
}
#headerTagCloud .search, #tagCloud .search {
  text-align: right;
  padding: 0;
}
#headerTagCloud .search #search, #tagCloud .search #search {
  border: 2px solid #000;
}
#headerTagCloud .search {
  margin: 4px 0 0;
}
#tagCloud .search {
  margin: 5px 10px 10px;
}
#headerTagCloud #search, #tagCloud #search {
  font-size: 13px;
  height: 22px;
  width: 300px;
  margin: 0;
  padding: 0;
  padding-left: 4px;
}
#headerTagCloud #searchButton, #tagCloud #searchButton {
  padding: 0 4px;
  margin: 0 0 0 4px;
  line-height: 24px;
}
#headerTagCloud .fbButton {
  position: absolute;
  left: 15px;
  padding: 0 0px;
  margin: 0 0 0 0px;
  line-height: 24px;
}
.defaultTagCloud {
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
}
.defaultTagCloud .sidebar {
  font-size: 14px;
  float: left;
  margin: 0;
  padding: 10px 0 0 5px;
  width: 100px;
}
.defaultTagCloud .sidebar b {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
#footerTagCloud .tags {
  float: left;
  width: 1100px;
}
.defaultTagCloud .tag {
  display: inline-block;
  margin: 0 5px;
}

/* body */
#body {
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 10px;
  min-height: 200px;
  padding: 0;
  position: relative;
}
#body.withSidebar {
  min-height: 900px;
}

/* buttons */
.button {
  background: url(/images/ui/button/button_bg.png) repeat-x center center;
  background-color: #666;
  border: 1px solid #ccc;
  border-color: #ccc #bbb #999;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
  margin: 5px 0;
  line-height: 17px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .25);
}
.button:active {
  text-shadow: none;
  color: #e5e5e5;
  top: 1px;
}
.button:focus, .button:hover {
  background-color: #777;
}
a.button {
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
}
.button.up {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-color: #ddd #eee #aaa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  padding-right: 4px;
  padding-left: 5px;
}
.button.up:hover {
  background-color: #e4e4e4;
}
.button.up b {
  display: block;
  height: 20px;
  width: 20px;
  background-image: url('/images/ui/button/thumb_up_small.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.button.up.large {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  text-shadow: none;
}
.button.up.large b {
  background-image: url('/images/ui/button/thumb_up.png');
  height: 30px;
  float: left;
  margin: 0 5px 0 0;
  width: 30px;
}
.button.tiny {
  font-size: 10px;
  padding: 0 6px;
  line-height: 15px;
}
.button.medium {
  font-size: 14px;
  padding: 0 12px;
  line-height: 20px;
}
.button.large {
  font-size: 26px;
  padding: 0 25px;
  line-height: 35px;
}
.button.tall {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* button colors */
.button.blue {
  background-color: #5b74a8;
  border-color: #69a4ce #6984ae #5a75ae;
}
.button.blue:hover {
  background-color: #7b94c8;
}
.button.green {
  background-color: #69a700;
  border-color: #c9f750 #b9e740 #99b710;
}
.button.green:hover {
  background-color: #79b710;
}
.button.greengrey {
  background-color: #96c14d;
  border-color: #d4f973 #ceee79 #adc540;
  color: #111;
  text-shadow: 0 -1px 1px rgba(254, 254, 254, .25);
}
.button.greengrey:hover {
  background-color: #94c540;
}
.button.lightgrey {
  background-color: #ccc;
  border-color: #ccc #ddd #bbb;
  color: #000;
  text-shadow: 0 -1px 1px rgba(200, 200, 200, .25);
}
.button.lightgrey:hover {
  background-color: #e4e4e4;
}
.button.orange {
  background-color: #f78d1d;
  border-color: #f78d1d #f78d1d #f78d1d;
}
.button.orange:hover {
  background-color: #f47c20;
}
.button.red {
  background-color: #DB0428;
  border-color: #f78d1d #f78d1d #f78d1d;
}
.button.red:hover {
  background-color: #F7052D;
}
.button.redgrey {
  background-color: #b1464d;
  border-color: #f9a473 #ee8e79 #c56d40
}
.button.redgrey:hover {
  background-color: #c54440;
}

/* misc */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* tagCloud */
.tag {
  font-size: 14px;
}
.tag.cloud0 {
  font-size: 110%;
  font-weight: 100;
}
.tag.cloud2 {
  font-size: 120%;
  font-weight: 100;
}
.tag.cloud3 {
  font-size: 130%;
  font-weight: 300;
}
.tag.cloud4 {
  font-size: 140%;
  font-weight: 300;
}
.tag.cloud5 {
  font-size: 150%;
  font-weight: 500;
}
.tag.cloud6 {
  font-size: 160%;
  font-weight: 500;
}
.tag.cloud7 {
  font-size: 170%;
  font-weight: 700;
}
.tag.cloud8 {
  font-size: 180%;
  font-weight: 700;
}
.tag.cloud9 {
  font-size: 190%;
  font-weight: 900;
}
.tag.cloud10 {
  font-size: 200%;
  font-weight: 900;
}

/* items */
#items {
  padding: 5px;
  width: 920px;
}
#items .inlineBannerWrapper {
  float: left;
  width: 100%;
}
#items .inlineBanner {
  height: 90px;
  margin: 10px auto;
  width: 728px;
}

/* item */
.item {
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  float: left;
  height: 225px;
  margin: 2px 10px;
  padding: 2px 3px 2px;
  position: relative;
  width: 200px;
}
.item:first-child .browseView {
  border-top: none;
}
.item .browseView {
  border-top: 1px solid #aaa;
  margin-top: 20px;
}
.item .browseView .title {
  margin-top: 10px;
  width: 850px;
}
.item .browseView .title a {
  color: #4B700F;
  font-size: 18px;
  font-weight: bold;
}
.item .thumb {
  border-spacing: 0;
  height: 100%;
  padding: 0;
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
/*
.item .thumb td {
  vertical-align: middle;
  text-align: center;
}
*/
.item .thumb img {
  margin: 0;
}
.item .thumb .mouseOver {
  background-color: #000;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 0;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.item .thumb .mouseOver a {
  color: #fff;
}
.item .thumb .mouseOver.top {
  top: 0;
  left: 0;
  height: 60px;
}
.item .thumb .mouseOver.top.adminLinks {
  height: 80px;
}
.item .thumb .mouseOver.bottom {
  bottom: 0;
  height: 43px;
  left: 0;
}
.item .thumb .mouseOver .title {
  font-size: 14px;
  left: 7px;
  line-height: 16px;
  padding: 0 90px 0 0;
  position: absolute;
  text-align: left;
  top: 5px;
  width: auto;
}
.item .thumb .mouseOver .user {
  color: #aaa;
  font-size: 12px;
  left: 7px;
  padding: 0 90px 0 0;
  position: absolute;
  text-align: left;
  bottom: 5px;
  width: auto;
}
.item .thumb .mouseOver.adminLinks .user {
  bottom: 25px;
}
.item .thumb .mouseOver .voteButton {
  position: absolute;
  right: 4px;
  top: 14px;
}
.item .thumb .mouseOver .voteButton a {
  color: #000;
  margin: 0;
}
.item .thumb .mouseOver.adminLinks .adminLinks {
  bottom: 2px;
  position: absolute;
  left: 5px;
}
.item .thumb .mouseOver.adminLinks .adminLinks span {
  margin: 0 1px;
}
.item .thumb .mouseOver.adminLinks .adminLinks a {
  font-size: 10px;
  color: #000;
  padding: 0 5px; 
}
.item .thumb .mouseOver .tags {
  font-size: 10px;
  padding: 1px 4px;
  margin-top: 2px;
  text-align: left;
}
.item .thumb .mouseOver .tags a {
  display: inline-block;
  padding: 1px 5px;
  margin: 3px 1px;
}
.item.largeSquare {
  border: none;
  height: 600px;
  margin: 1px 0 0 1px;
  padding: 0;
  width: 600px;
}
.item.mediumSquare {
  border: none;
  height: 290px;
  margin: 1px 0 0 1px;
  padding: 5px 5px;
  width: 290px;
}
.item.thumbSquare {
  height: 228px;
  margin: 1px 0 0 1px;
  padding: 2px;
  width: 218px;
}
.item.large {
  border: none;
  height: auto;
  margin: 1px 0 0 1px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 900px;
}
.item.medium {
  border: none;
  height: auto;
  margin: 1px 0 0 1px;
  max-height: 300px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 440px;
}
.item.miniSquare {
  border: none;
  height: 99px;
  margin: 1px 0 0 1px;
  padding: 0;
  position: relative;
  width: 99px;
}
.item.miniSquare.title {
  height: 125px;
  width: 110px;
}
.item.miniSquare.title .title {
  font-size: 9px;
  width: 110px;
}
.item.miniSquare .thumb {
  height: 99px;
  width: 99px;
}
.item .title {
  font-size: 12px;
  overflow: hidden;
  padding: 2px 4px;
  width: 200px;
}
.item.banner .bannerIdent {
  background-color: #aaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-size: 18px;
  height: 20px;
  margin: 0 0 8px;
  padding: 5px;
}
    
/* paging */
.paging {
  font-size: 16px;
  height: 30px;
  margin: 15px 0 5px;
  padding: 0;
  position: relative;
  text-align: center;
}
.paging a.next {
  position: absolute;
  top: 0;
  right: 20px;
}
.paging a.prev {
  left: 5px;
  position: absolute;
  top: 0;
}
.paging a.current {
  background-color: #ccc;
  color: #666;
  cursor: default;
}
.paging a {
  background-color: #aaa;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0 2px;
  text-decoration: none;
}
#pagingPromote {
  font-size: 16px;
  margin: 10px 0 5px;
  padding: 0;
  position: relative;
  text-align: center;
}
#pagingPromote a {
  background-color: #f78d1d;
  border: 2px solid #f7cd1d;;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
}

/* tooltip */
.tooltipBody, .pointsTooltipBody {
  display: none;
  float: left;
  position: absolute;
  z-index: 999;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tooltipBody {
  background-color: #808080;
  background-color: rgba(128, 128, 128, .3);
  padding: 0 5px 5px;
}
.pointsTooltipBody {
  background-color: #fff;
  background-color: rgba(254, 254, 254, .5);
  margin: 0;
  padding: 5px;
}
.pointsTooltipBody.gift h1 {
  font-size: 20px;
}
.tooltipBody.login {
  width: 350px;
}
.tooltipBody .tooltip {
  background-color: #fff;
  border: 1px solid #333;
  font-size: 13px;
  padding: 5px 10px 10px;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.tooltipBody .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  position: relative;
  width: 0;
}
.tooltipBody .arrow.left {
  margin-left: 5%;
}
.tooltipBody .arrow.right {
  margin-left: 95%;
}
.tooltipBody a.close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.tooltipBody a.close b {
  background-color: #777;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 11px;
  line-height: 12px;
  padding: 2px;
  text-align: center;
  width: 11px;
}
.tooltipBody .header {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 5px;
}
.tooltipBody .buttons {
  margin: 10px 0 0;
}
.tooltipBody .buttons a {
  margin-right: 5px;
}

/* tabs */
.ui-widget-content {
  border: none;
}

/* misc */
#submitError {
  background-color: #900;
  border: 2px solid #e00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 18px;  
  margin: 0 0 15px;
  padding: 5px 20px 10px;
  width: 600px;
}
.submitSuccess {
  background-color: #090;
  border: 2px solid #0b0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  font-size: 18px;  
  margin: 0 0 15px;
  padding: 5px 20px 10px;
  width: 300px;
}
#submitError h1, .submitSuccess h1 {
  font-size: 24px;
  position: relative;
  left: -10px;
  margin-bottom: 5px;
}
.note {
  font-size: 9px;
}
.mediumNote {
  font-size: 11px;
}

/* ui tabs */
/* browse */
#uiTabs {
  width: 900px;
}
#uiTabs ul span.viewIcon {
  float: right;
  padding: 3px 0 0;
}
.ui-tabs ul.ui-tabs-nav {
  background: none;
  border: none;
  border-bottom: 1px solid #AAA;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

/* iform */
.iform {
  font: 12px/26px Verdana, Geneva, sans-serif;
  width:650px;
  margin:30px auto;
}
.iform ul {
  margin:0;
  padding:0;
  list-style:none;
}
.iform ul ul {
  overflow:auto;
}
.iform li {
  padding-bottom:5px;
}
.iform label { 
 width:130px;
 display:block;
 float:left;
 line-height:26px;
}
.iform label.error { 
  color: #a00;
  width: auto;
  float: none;
  line-height: auto;
}
.iform label.ilabel { 
  width:auto;
  display:inline;
  float:none;
  line-height:26px;
  padding:0 5px
}
.iform .itext,.iform .itextarea,.iform .iselect,.iform .ibutton { 	
  width:200px;
  border:1px solid #999;
  -webkit-border-radius: 3px;-khtml-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
  margin:0;
  padding:5px;
  background: #fff;
  background: -webkit-gradient(linear, left top, left 25, from(#fff), color-stop(6%, #eee), to(#fff));
  background: -moz-linear-gradient(top, #fff, #eee 2px, #fff 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

.iform .itext:hover,.iform .itextarea:hover,.iform .iselect:hover,.iform .ibutton:hover, .iform .itext:focus,.iform .itextarea:focus,.iform .iselect:focus,.iform .ibutton:focus {
  border-color: #333;
  background:#fff;
}
.iform .itext {
}
.iform .itextarea{ 
  height:100px;
  width: 250px;
}
.iform .ibutton {
  width:auto;
  background: #efefef;
  background: -webkit-gradient(linear, left top, left 25, from(#dadada), color-stop(6%, #efefef), to(#dadada));
  background: -moz-linear-gradient(top, #dadada, #efefef 2px, #dadada 25px);
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}
.iform .ibutton:hover,.iform .ibutton:focus {
  background:#dadada;
}
.iform li.iheader {
  display:block;
  font-size:18px;
  border-bottom:1px solid #000;
  padding: 5px;
  text-indent:0px;
  margin:5px 0 15px
}
.iform li.iseparator {
  display:block;
  text-indent:-9999px;
  height:10px;
  line-height:10px;
  border-bottom:1px solid #999;
  margin:5px 0 15px
}
/*
.iform .required {
  border-color:#F00;
}
*/

/* dialogs */
#dailyReward {
  text-align: center;
}
#dailyReward .days {
  font-size: 10px;
  margin: 20px auto 10px;
}
#dailyReward .days .day {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 109px;
  vertical-align: top;
}
#dailyReward .days .day b {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}
#dailyReward .days .day b.points {
  font-size: 24px;
  margin: 0;
}
#dailyReward .days .day .currentBanner {
  font-size: 13px;
  font-weight: bolder;
  margin-top: 5px;
}
#dailyReward .days .day .main {
  background-color: #ffa;
  border: 1px solid #cc1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 100px;
  padding: 5px;
  margin-right: 23px;
}
#dailyReward .days .day .main.last {
  margin-right: 0;
}
#dailyReward .days .day .main.current {
  background-color: #5b74a8;
  border: 2px solid #69a4ce;
  color: #fff;
}
#dailyReward .days .day .arrow {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-left: 20px solid #ccc;
  position: absolute;
  height: 0;
  right: 1px;
  top: 35px;
  width: 0;
}
