#ept_opt input[type="button"],
#ept_opt input[type="submit"],
#ept_opt input[type="reset"],
#ept_opt button,
#ept_opt label {cursor:pointer}

/*.desc{
	font-size:9px;
	font-style:italic;
}*/
.wrap h2 {
	margin-top: 32px;
}
#ept_opt .options {
	overflow: hidden;
	border: none;
}
#ept_opt .option {
	overflow: hidden;
	border-bottom: dotted 3px #eeefff;
	padding-bottom: 12px;
	padding-top: 12px;
}
#countdown{width:500px;}
#ept_opt .option label {
	display: block;
	float: left;
	width: 200px;
	margin-right: 24px;
	text-align: right;
	padding-top: 5px;
}

ul {
	padding-left: 1em;
}

#ept_opt .option ul.option-checkbox {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0px;
}

#ept_opt .option ul.option-checkbox label {
	text-align: left;
}


#ept_opt .option ul.option-schedule-days {
	float: left;
	width: 650px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 0px;
}

#ept_opt .option ul.option-schedule-days label {
	text-align: left;
}

#ept_opt .option ul.option-schedule-days .schedule-day-checkbox {
	float: left;
	width: 90px;
	text-align: center;
	border: solid 1px #808080;
}

#ept_opt .option ul.option-schedule-days li.checked {
	background-color: #eeefff;
}

#ept_opt .option ul.option-schedule-days li.schedule-day-checkbox input {
	display: none;
}

#ept_opt .option ul.option-schedule-days li.schedule-day-checkbox label {
	width: 90px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 5px;
}

#ept_opt .option ol.option-schedule-times {
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-left: 0px;
	list-style: none;
}

#ept_opt .option ul.option-schedule-times label {
	text-align: left;
}

#ept_opt .option span {
	display: block;
	float: right;
	/**margin-left: 230px;
	margin-top: 6px;**/
	clear: left;
	color: #666;
}

#ept_opt p.submit {
	overflow: hidden;
}

#ept_opt .category label
{
	float:left;
	text-align:left;
}

#ept_opt .category .catlabel
{
	text-align:right;
}

#profile-box
{
    overflow:hidden;
    padding-left: 15px;
}
#profile-box .avatar
{
    float:left;
    margin-right: 10px;
    border-style: none;
}

#profile-box p {
	margin-left: 58px;
}

#profile-box h4,
#profile-box h5  {
	font-size: 13px;
	text-shadow: #fff 0 -1px 1px;
	margin: 0px;
	padding-bottom: 2px;
}

#profile-box h5 {
	font-size: 11px;
	font-weight: normal;
}
a.auth-twitter,
.auth-twitter {
  float: left;
  margin: 0 0 15px 0;
  padding: 10px 12px 10px 40px;
  font-size: 1.3em;
  font-weight: normal;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  background: url(../images/icon-twitter-bird.png) no-repeat 10px 50%;
  background: url(../images/icon-twitter-bird.png) no-repeat 10px 50%, url(../images/glass-light.png) repeat-x 0 50%;
  background-color: #1d88b4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

#add-item {
	float: left;
}

#ept_opt .option span#scheduled-days {
	float: none;
	display: inline;
	color: #333; 
}

#schedule-times li  {
	position: relative;
}

#schedule-times li .remove-time {
	position: absolute;
	top: 0px;
	cursor: pointer;
	font-size: 26px;
	padding: 3px 3px 3px 5px;
}

.updated a {
	text-decoration: underline;
}

.red {
	color: red;
}
