﻿@import "/App_/ROOT/PageFrame/COMMON/Styles.css";
html, body  
{
	background: none; 
	font-size: 12px; 
	line-height: 1.2em;
}

#modal_commands 
{
	background-color: #000;
	padding: 15px;
	position: relative;
}
#modal_commands a.close {
	background: url(/App_/ROOT/PageFrame/COMMON/Images/Buttons/Close_O.gif) top right no-repeat;
	display: inline-block;
	padding: 3px 25px 3px 3px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #ccc;
	text-decoration: none;
	font-size: .8em;
}
#content { padding: 15px; }
#content .controls { text-align: right; }
textarea {width:180px;}
.shareThisPageForm {margin: 10px;}
hr.yellowDivider { display: block;border: #dbd4b7 1px solid;}

