/**
* #.# Helpr Agent Form
*
*/
div#helpr_agent input#subject
{
	width: 100%;
	display: block;
	border-radius: 8px;
}

div#helpr_agent textarea#optional_help_message
{
	width: 100%;
	display: block;
	border-radius: 8px;
}

div#helpr_agent span#or_call_agency
{
	padding: 0 190px 0 0;
	font-size: 1.2em;
}

div#helpr_agent div#widget-footer-holder {
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0;
}


div#helpr_agent #powered-by,
div#helpr_agent #powered-by a {
	color: #999;
}

div#helpr_agent span#or_call_agency
{
	padding: 0 5px 0 0;
	font-size: 1.2em;
	float: left;
}

div#helpr_agent div#widget-footer-holder p#powered-by
{
	font-size: 12px;
}

p#paragraph-widget
{
	font-size: 20px;
}


/**
* #.# Helpr Main Page
*
*/

input#subject-page
{
	width: 500px;
	border-radius: 8px;

}

textarea#optional_help_message-page
{
	width: 500px;
	border-radius: 8px;
}

div#widget-footer-holder-page
{
	text-align: right;
	margin: 15px 0 0 0;
	padding: 0;
	width: 500px;
}

span#or_call_agency-page
{
	padding: 0 5px 0 0;
	font-size: 1.2em;
	float: left;
}

div#widget-footer-holder-page input.button-primary-page{
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}

p#paragraph1-page
{
	font-size: 20px;
}
p#paragraph-page
{
	font-size: 15px;
}

/**
* #.# Helpr Agent Dialog
*
*/

div.ui-dialog textarea#optional_help_message
{
	width: 100%;
}

div.ui-dialog #widget-footer-holder {
	text-align: right;
	margin: 15px 0 0 0;

}
div.ui-dialog  #powered-by,
div.ui-dialog  #powered-by a {
	color: #999;
}

div#helpr_agent_dialog p.error
{
	color: red;
}

div#helpr_agent_dialog
{
	line-height: 100%;
}

div#helpr_agent_dialog{
	padding: 0 15px 0 15px;

}
div#sub-entry {
    width: 50%;
    float: left;
}

/**
* #.# Helpr Agent Setup
*
*/

div#helpr_agent div#widget-footer-holder h4#configuration
{
	text-decoration: underline;
	font-size: 18px;
	font-family: Sans-Serif;
}


/**
* #.# Helpr Agent Bugfixes
*
*/


/* Dialog Bugfix for the WordPress Editor*/

.ui-widget-header {
	font-weight:normal;
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times !important;
}
 .ui-front {
        z-index: 1001 !important;
    }
    .ui-widget-overlay {
        background: none repeat scroll 0 0 #000000 !important;
        opacity: .6 !important;
        filter: Alpha(Opacity = 60) !important;
		z-index: 300001;
}
