/*** Auth Dialog ***/
#modalOverlay {
	background: #000;
}

#modalContainer {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 100%;
}

#auth_dialog {
	display: none;
	width: 420px;
	margin: 0 auto;
	font-size: 11px;
}

#auth_dialog  h6, #auth_dialog p {
	margin: 0;
}

#auth_dialog  input, #auth_dialog  textarea, #auth_dialog  select {
	font-size: 11px;
}

#auth_dialog a {
	text-decoration: underline;
	font-weight: normal;
}

#auth_dialog label {
	display: block;
	float: left;
	width: 90px;
}

#auth_dialog br {
	clear: both;
}

#auth_dialog .bd, #auth_dialog .ft {
	padding: 10px;
	background: #FFF;
}

#auth_dialog .hd {
	height: 11px;
	background: url(../img/uparrow.gif) no-repeat;
}

#auth_dialog .hd.left {
	background-position: 10px bottom;
}

#auth_dialog .hd.right {
	background-position: 368px bottom;
}

#auth_dialog .bd img {
	float: right;
	display: inline;
}

#auth_dialog .bd input, #auth_dialog .bd textarea {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

#auth_dialog .bd select {
	width: 225px;
}

#auth_dialog .bd .text {
	width: 157px;
}

#auth_dialog .bd .separator {
	position: absolute;
	top: 53px;
	left: 23px;
	color: #666;
	font-size: 9px;
}

#auth_dialog .bd  .panel {
	clear: both;
	display: none;
}

#auth_dialog .bd .message {
	font-weight: bold;
	clear: both;
}

#auth_dialog .bd .tip {
	color: #999;
	font-size: 80%;
	padding: 0;
}

#auth_dialog .bd .footer {
	color: #00c;
	margin: 0 0 15px 0;
	clear: both;
	position: relative;
}

#auth_dialog .bd .terms {
	margin: 5px 0 5px 0;
	font-size: 90%;
}


#auth_dialog .bd .title {
	margin-bottom: 10px;
	float: left;
	font-size: 14px;
}

#auth_dialog .bd .subtitle {
	font-size: 12px;
}

#auth_dialog .bd .email {
	width: 247px;
}

#auth_dialog .bd .community .options .search {
	display: block;
}

#auth_dialog .bd .community button {
	font-size: 11px;
	margin: 0 5px 0 0;
}

#auth_dialog .bd input.community {
	border: 1px solid #CCC;
}

#auth_dialog .bd div.forgot_password {
	display: none;
}

#auth_dialog .bd .ok {
	display: none;
}

#auth_dialog .ft {
	text-align: right;
}

#auth_dialog .ft .ok {
	font-weight: bold;
}

#auth_dialog fieldset.scope {
	padding: 3px;
}

#auth_dialog fieldset.scope label {
	display: inline;
	float: none;
	width: auto;
}

#auth_dialog fieldset.scope input {
	float: none;
	margin: 0;
}

#auth_dialog fieldset.scope span {
	vertical-align: center;
}

#auth_dialog .ft a.pznet {
	float: left;
}