/****************************
INSTANT INSTALL MEDALLION CSS
****************************/
* {
      font-family: "Arial", Verdana, Tahoma;
}

form, input {
	margin: 0;
	padding: 0;
}

#userplane-medallion {
	width: 210px;
	height: 91px;
	margin: 0 auto;
      font-size: 10px;
	background: url(../_img/chat_widget_bg.png) center no-repeat;
}

#content-userplane {
	height: 0px;
	padding: 20px 0;
	*padding: 0;				/* IE Hack */
}

.content-section {
	padding: 0 11px;
	color: #666;
}

.section-right {
	float: right;
	text-align: right;
}

#content-userplane .section-right a {
	position: relative;
	top: 1px;
	color: black;
	text-decoration: underline;
}

#content input.readonly {
	padding-left: 0;
	border: 0 !important;
	background: transparent;
	font-weight: bold;
	color: #666;
}

/* MESSAGES */

#content-userplane .error {
	margin: 4px 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5em;
}

#content-userplane .error a {
	color: #FF4200;
	text-decoration: underline;
}

/* LOGIN */

#toggle-id input {
	*vertical-align: middle;	/* IE Hack */
}

#toggle-id a {
	margin-left: 6px;
	*margin-left: 0;			/* IE Hack */
	*position: relative;		/* IE Hack */
	*top: 1px;					/* IE Hack */
	text-decoration: none;
}

#content-login {
	margin: 0px 0 0px;
	*margin: 0px 0 0;			/* IE Hack */
}

#up_username {
	*position: relative;		/* IE Hack */
	*top: -1px;					/* IE Hack */
	width: 116px;
	*width: 110px;				/* IE Hack */
	padding: 1px 6px;
	*padding-bottom: 2px;		/* IE Hack */
      margin-top: 7px;
      margin-right: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px transparent;
      font-size: 10px;
      color: white;
	background: url(../_img/black-70.png) repeat;
}

#mock_username {
	*position: relative;		/* IE Hack */
	*top: -1px;					/* IE Hack */
	width: 116px;
	*width: 110px;				/* IE Hack */
	padding: 1px 6px;
	*padding-bottom: 2px;		/* IE Hack */
      margin-top: 7px;
      margin-right: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px transparent;
      font-size: 10px;
      color: white;
	background: url(../_img/black-70.png) repeat;
}

#up_password {
	*position: relative;		/* IE Hack */
	*top: 0px;					/* IE Hack */
	width: 116px;
	*width: 110px;				/* IE Hack */
	padding: 1px 6px;
	*padding-bottom: 0px;		/* IE Hack */
      margin-top: 3px;
      margin-right: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px transparent;
      font-size: 10px;
      color: white;
	background: url(../_img/black-70.png) repeat;
}

#mock_password {
	*position: relative;		/* IE Hack */
	*top: 0px;					/* IE Hack */
	width: 116px;
	*width: 110px;				/* IE Hack */
	padding: 1px 6px;
	*padding-bottom: 0px;		/* IE Hack */
      margin-top: 3px;
      margin-right: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px transparent;
      font-size: 10px;
      color: white;
	background: url(../_img/black-70.png) repeat;
}

#up_login {
      padding: 0px 0 2px;
      width: 37px;
      height: 37px;
      margin-right: 11px;
      margin-top: 7px;
      background: transparent url(../_img/blank.gif) no-repeat;
      border: 1px transparent;
      color: black;
      font-size: 10px;
}

#up_login:hover {
      background: transparent url(../_img/blank.gif) no-repeat;
      border: 1px solid black;
	color: black;
      cursor: pointer;
}

#widget_header {
      padding: 0 0px 0px;
      width: 116px;
      height: 23px;
      margin-left: 36px;
      margin-top: -15px;
      margin-bottom: -23px;
      background: transparent url(../_img/widget_header.png) no-repeat;
      color: white;
      font-size: 10px;
}

#widget_spark {
      padding: 0 0px 0px;
      width: 132px;
      height: 84px;
      margin-bottom: -69px;
      margin-left: 74px;
      background: transparent url(../_img/widget_spark.gif) no-repeat;
      font-size: 10px;
}