/**==== DIALOG STYLES ====**/

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%; width:100%; top: 0; left : 0;
	background:#000000;
	z-index:1;
}

#dialog{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:440px; width:560px;
	background:#efefef;
	border:1px solid #cecece;
	z-index:2;
	font-size:13px;
	color: #626262;
}

#dialogClose{
	background-image: url(../images/dialogCloseButton.png);
	height: 27px; width: 27px;
	right:-13px; top:-13px;
	position:absolute;
	display:block;
}

/**==== MAIL DIALOG HEADER ====**/

#mailHeader{
	width: 560px; height: 55px;
	background-color: #e1e1e1; border-bottom: 1px solid #cecece;
	padding: 15px 0 0 0;
}

#mailHeaderTitle{
	margin: 5px 0 0 17px; display: inline; float: left;
}

#mailHeaderTitle h4{ font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; }
#mailHeaderTitle p{ margin: 0; }

#mailSuccess {
	overflow: auto;
	width:auto;
	padding: 80px; margin: 20px 0px 0 0;
	font: 13px Helvetica, Arial, sans-serif ;
	color: #FF00FF;
}

#mailSuccess h3{ font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold;}

/**==== FORM STYLES ====**/

#shareForm {
	overflow: auto;
	padding: 0; margin: 20px 0 0 0;
	display: table;
	font: 13px Helvetica, Arial, sans-serif ;
	color: #a8a8a8;
}

.shareFormLabel {
	font-size: 11px; font-style: italic;  font-weight: bold;
	padding: 0; margin: 0 0 5px 0; color: #a8a8a8;
	float: left; 
}

#shareForm textarea, #shareForm input {
	border: 1px solid #dddddd;
	padding: 0 5px 0 5px; margin: 0;
}

#shareForm textarea { padding: 5px 5px 0 5px; }

#shareForm .error { border: 1px solid #fa340b; }

#shareForm .valid { border: 1px solid #dddddd; }

#shareMessageBox{
	margin: 20px 0 0 0;
}

#shareForm #extraMessage {
	height: 115px; width: 480px;
	margin: 0; resize: none;
}

.shareInputMediumContainer{
	width: 220px; height: auto;
}

.mediumTextInput{
	height: 23px; width: 208px;
	padding-top: 5px;
	clear : left;
}


/**==== SUBMIT BUTTONS ====**/

.shareSubmit{
	display: inline;
	outline: none; border: none;
	float: left;
	background-repeat: no-repeat;
	background-color: transparent;
}

.submitButtonContainer{
	margin: 20px 0 0px 0;
	padding-bottom: 25px; /** IE doesn't like margin bottom*/
}

#shareButton{
	background-image: url('../images/shareShareButtonV2.png');
	width: 80px; height: 28px;
}

#cancelButton{
	background-image: url('../images/shareCancelButtonV2.png');
	
	width: 80px; height: 28px;
	margin-left: 10px;
}

.shareSubmit:hover {
	background-position: -80px 0px;
	cursor: pointer;
}

.shareSubmit:active {
	background-position: -160px 0px;
	outline: none;
}

/**==== GENERAL STYLES ==== **/

#dialog .left{
	margin-left: 35px; display: inline;
}

#dialog .right{
	margin-right: 35px; display: inline;
}

.shareFormSeperator{
	background: url('../images/depthLine.png') repeat-x;
	width: 100%; height: 2px;
	margin: 15px 0 15px 0;
	float: left;
}
