﻿/* Facebook Feed */
.actionFormContainer
{
	width:250px;
	margin:auto;
	background-color:#fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 8px;
    margin-bottom:15px;
    display:inline-block;
    zoom: 1;
    *display: inline;
    position:relative;
}
.actionFormTitle
{
	background-color:#666; 
	text-align:left; 
	font-size:1.15em; 
    font-weight:bold;
	line-height:40px;
	color:#fff; 
	height:40px; 
    padding-left:20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 23px;
}
.actionFormContent
{
	/*background-color:#eae7e0; */
	background-color:#fff;
	vertical-align:top;
    padding:15px;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 8px;
    overflow:hidden;
}
.actionFormSubmit {
    /*background-color: #ec1d25;*/
    background-color: #004fa3;
    color: #fff;
    padding: 10px;
    border: #000 1px solid;
    border-radius: 10px;
    cursor: pointer;
}
.actionFormError 
{
    text-align:center; 
    font-size:smaller; 
    color:#C30; 
    font-weight:bold;
}
.actionFormField 
{
    border: #222 1px solid;
    font-size: 11px;
    font-weight: normal;
    font-family: verdana, arial, helvetica;
    background-color: #ccc;
    color:#000;
    margin:4px 0px;
    padding:4px;
}
.actionFormButton 
{
    float:right;
}

