.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content
{
	max-width:inherit;
}

#content tr td
{
    padding:2px;
}

/* #### bootstrap Form #### */
.bootstrap-frm {
    margin-left:auto;
    margin-right:auto;

    background: #FFF;
    padding: 20px 30px 20px 30px;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
}
.bootstrap-frm h1 {
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #DADADA;
    margin: -10px -30px 30px -30px;
    color: #888;
}
.bootstrap-frm span {
    display: block;
    font-size: 11px;
}
.bootstrap-frm label {
    display: block;
    margin: 0px 0px 5px;
    /*border:1px solid #DDD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
}
.bootstrap-frm label>span {
    float: left;
    width: 20%;
    text-align: left;
    padding-right: 10px;
    margin-top: 10px;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.bootstrap-frm input[type="text"], .bootstrap-frm input[type="email"], .bootstrap-frm textarea, .bootstrap-frm select {
    border: 1px solid #CCC;
    color: #888;
    height: 20px;
    line-height:15px;
    margin-bottom: 4px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    awidth: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-frm div.help
{
    line-height:15px;
    width: 70%;
    margin-top: -4px;
	color:#aaaaaa;
	padding-left:22%;
	padding-bottom:4px;
}
.bootstrap-frm div.error
{
    line-height:30px;
	font-size:16px;
    width: 93%;
	font-weight:bold;
	margin-top:-2px;
	margin-bottom:5px;
	padding-left:5px;

	color:red;
	background-color:#FFA0A6;
}
.bootstrap-frm div.confirm
{
    line-height:30px;
	font-size:16px;
    width: 93%;
	font-weight:bold;
	margin-top:-2px;
	margin-bottom:5px;
	padding-left:5px;
	
	color:green;
	background-color:#8AFF84;
}
.bootstrap-frm strong.mandatory
{
	color:red;
	padding-left:3px;
}
.bootstrap-frm select {
    background: #FFF url('Arrow-down-navmenu.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    awidth: 70%;
    height: 35px;
    line-height:15px;
}
.bootstrap-frm textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.bootstrap-frm .button {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
}
.bootstrap-frm .button:hover {
    color: #333;
    background-color: #EBEBEB;
    border-color: #ADADAD;
}


.calender {
	position:absolute;
	margin-left:11%;
	z-index:1000;
	background-color:#ddd;
    border:1px solid #DDD;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.calender table {

	width:190px;
	font-size:0.9em;
	border: 1px solid #869c87;
	background-color:#fff;
}

.calender img {
	vertical-align:middle;
}

.calender td {
	text-align:center;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	background-color:#fff;
	margin:1px;
	cursor:pointer;
	cursor:hand;
	width:17px;
	height:20px;
	padding:2px;

}

.calender .cdh{
	font-weight:bold;
	font-family: Calibri, Trebuchet MS, Tahoma, Geneva;
	padding: 0px;
	border-bottom:1px solid #ddd;

}

a.actionbutton
{
    background: #FFF;
    dborder: 1px solid #CCC;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 4px;
	font-size:14px;
}
