/* staf */
#stafOut {
	position:relative;
	background:url("/en_US/Media/images/2011-Shared/staf-bg.png") no-repeat;
	width:450px; height:289px;
	padding:60px 23px 11px;
	font:normal 11px Verdana, sans-serif;
	color:#5A432E;
	font-weight:bold;	
}
#stafOut h2 {
	display:none;
}

#stafSubmitCopy { position:absolute; top:56px; left:30px; width:460px; }

#stafCloseTop {
	position:absolute; top:10px; left:470px;
	width:20px; height:20px;
	background: url("clear.gif") no-repeat;
	text-indent:-9999px;
	cursor:pointer;
}
#stafFormSendButton {
	position:absolute; 
	height:34px;
	left:218px;
	position:absolute;
	text-indent:-9999px;
	top:233px;
	width:85px;
	background: url("/en_US/Media/images/2011-Shared/button-send.png") no-repeat;
	cursor:pointer;
}
#stafCloseBottom {
	position:absolute;
	height:34px;
	left:229px;
	position:absolute;
	text-indent:-9999px;
	top:115px;
	width:85px;
	background: url("/en_US/Media/images/2011-Shared/button-close.png") no-repeat;
	cursor:pointer;
}
#stafOut p {
	margin:6px 0;
}
#stafOut a {
	color:#E96A14;
}
#stafOut input {
	width:200px;
}
#stafOut input.error {
	border:#E96A14 2px solid;
}
#stafErrors span {
	color:#E96A14;    
}
#stafOut label {
	display:block;
	margin:5px 0 0 0;
}
#stafSubmitLeft {
	float:left; display:block; width:50%;
}
#stafSubmitRight {
	float:left; display:block; width:50%;
}



/*  */
#blogOut {
	position:relative;
    font-family:Verdana, sans-serif;
    color:#fff;
    border:#666 10px solid; background-color:#000;
    padding:15px;
    height:254px;
}
#blogOut h2 {
	font:bold 21px Verdana, sans-serif; text-transform:uppercase;    
    width:100%; padding:0 0 11px; margin:4px 0 0 0;
    background: url("/en_US/Media/images/shared/doublestripe.gif") left bottom repeat-x;
}
#blogEmbed {
    background-color:#666;
    padding:6px;
    margin:20px 0;
}
#blogOut p {
    font-size:11px;
    margin:7px 0;
}
#blogCode {
    width:90%;
    height:100px;
    border:none;    
    margin:5px;
    font:11px Verdana, sans-serif;
}
#blogCloseTop {
    position:absolute; top:15px; right:15px;
    height:18px; width:18px;
    cursor:pointer;
    background: url("/en_US/Media/images/shared/icon_close_panel.gif") no-repeat;
    text-indent:-9999px;
}
#blogCloseBottom {
    background-color:#FF6600;
    border:1px solid #666666;
    color:#FFFFFF !important;
    cursor:pointer;
    font:bold 12px Verdana;
    margin:10px 0; padding:6px;
    text-align:center;    
}
#blogCloseBottom:hover {
    text-decoration:none;
}

#blogClose p {
    margin:12px 0;
}



