/*

Your custom css

*/

.page-template-template-danburg-landing-php #contactinfo {
	background: #FFFFFF;
	width: 280px;
	border: #00225d solid 1px;
	border-radius: 10px;
	padding: 10px;
}

.page-template-template-danburg-landing-php .right-col label {
	float: left;
	clear: left;
	margin: 11px 3px 0 0;
	text-align: right;
}

.page-template-template-danburg-landing-php .right-col input[type=submit] {
	width: 170px; 
	height: 42px; 
	float: right; 
	margin: -10px 10px 0px 0px;
	border: 1px solid #556f8c;
	border-radius: 10px;
	cursor: pointer;
	color: #ffffff;
	background-color: #ff7c00;
	font-size: 16px;
}
.page-template-template-danburg-landing-php .right-col input[type=submit]:hover {
	background-color: #fca049;
}
.page-template-template-danburg-landing-php .nospam {
	text-align: center;
	color: #000000;
	font-size: 9px;
	margin-top: -20px;
}
.page-template-template-danburg-landing-php #errors {
    border:solid 1px #E58E8E;
    padding:10px;
    margin:25px 0px;
    display:block;
    width:255px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#FFE6E6 url(../img/cancel_48.png) no-repeat 405px center;
    display:none;
}
 
.page-template-template-danburg-landing-php #errors li {
    padding:2px;
    list-style:none;   
}
 
.page-template-template-danburg-landing-php #errors li:before {
    content: ' - ';   
}
 
.page-template-template-danburg-landing-php #errors #info {
    font-weight:bold;
}
 
.page-template-template-danburg-landing-php #errors #info:before {
    content: '';   
}
 
.page-template-template-danburg-landing-php #success {
    border:solid 1px #83D186;
    padding:25px 10px;
    margin:15px 0px;
    display:block;
    width:255px;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    background:#D3EDD3 url(../img/accepted_48.png) no-repeat 405px center;
    font-weight:bold;
	text-align: center;
    display:none;
}
 
.page-template-template-danburg-landing-php #errors.visible, #success.visible {
    display:block;   
}
