.yot-overlay{
	display:none;
	width:260px;
	position:absolute;
	top:140px;
	left:30px;
}
.yot-overlay a.button{
	float: left;
	display: block;
	position: relative;
	background: url('../../image/flash/sot2-yot-button.gif') no-repeat top left;
	color:#666;
	text-decoration: none;
	font-size:14px;
	line-height:14px;
	padding: 9px 15px 9px 20px;
	margin-right: 5px;
}
.yot-overlay a.button b{
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	background: url('../../image/flash/sot2-yot-button.gif') no-repeat top right;
	height:32px;
	width: 5px;
}

#yot .steps {
	display: none;
}
#yot h3 {
	margin-bottom: 20px;
}
#yot .logout-disclaimer {
	margin-bottom: 20px;
}
#yot h3,
#yot label {
	font-size: 12px;
	font-weight: bold;
}
#yot .textfield,
#yot textarea {
	border: 1px solid #e8e8e8;
	padding: 4px;
	font-family: arial, helvetica, sans-serif;
}
#yot #comment {
	width: 90%;
	height: 2.5em;
	overflow: auto;
}
#yot .field-comment {
	margin-bottom: 15px;
}
#yot .field-category {
	margin-bottom: 25px;
}
#yot .field-name {
	display: inline;
}
#yot .field-name input {
	width: 100px;
}
#yot .field-location {
	display: inline;
}
#yot .field-tac {
	margin: 15px 0 25px;
}
#yot .field-tac label,
#yot .field-social label {
	font-weight: normal;
	font-size: 9px;
}
#yot .field-social p {
	margin: 15px 0;
}
#yot .field-social {
	padding-bottom: 10px;
}

#yot .yot-step2-social {
	font-size: 10px;
}
#yot .yot-step2-social .fb {
	margin-bottom: 6px;
}
#yot .yot-step2-social .fb span,
#yot .yot-step2-social .twitter span {
	position: relative;
	top: -9px;
}

#yot .form-error-message {
	margin-bottom: 15px;
}
#yot .form-error-message,
#yot .field-error-message {
	color: red;
	font-weight: bold;
	display: none;
}
#yot .field-error .field-error-message {
	display: inline;
}
#yot .field-error .textfield,
#yot .field-error textarea {
	border: 2px solid red;
}
#yot .field-error select {
	color: red;
	font-weight: bold;
}
