﻿@charset "utf-8";

/*
Theme Name: Gallagher Construction LLC
Description: 
Version: 1.0
*/


/****************************************
		Form
*****************************************/
article {
	text-align:left;
	margin-top: 0px;
	line-height: 1.8em;
	/*margin-left: 20px;*/
}

.cform {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.wform {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
}
label {
	display:block;
	font-weight:bold;
	margin-bottom10px;
}

input {
	font-size:90%;
	color:#383226;
	border:1px solid #e7e2d7;
	border-radius:3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	padding:6px 8px;
	background-color: #fff;
	margin-bottom:20px;
}
.radio{
      border:none;
      width:20px;}
      
textarea{
	font-size:100%;
	line-height: 1.4em;
	color:#383226;
	border:1px solid #e7e2d7;
	border-radius:3px;
	-webkit-border-radius:.3em;
	-moz-border-radius:.3em;
	padding:2px 4px;
	width:350px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}


input:focus, textarea:focus {
	border:1px solid #c9c1af;
}

#editbutton {
	font-size:1.2em;
	color:#fff;
	border:1px solid #CCCCCC;
	border-radius:6px;
	-webkit-border-radius:0.6em;
	-moz-border-radius:0.6em;
	margin-top:10px;
	cursor:pointer;
	background-color: #6F7073;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 20px;
	float: left;
	text-align: center;
	width: 80px;
}
#editbutton a {
	color:#fff;
}

#button input[type="submit"] {
	font-size:1.2em;
	color:#fff;
	border:1px solid #CCCCCC;
	border-radius:6px;
	-webkit-border-radius:0.6em;
	-moz-border-radius:0.6em;
	margin-top:10px;
	padding:3px 12px;
	cursor:pointer;
	background-color: #493d2e;
}

#button input[type="submit"]:hover {
	background-position:-350px -82px
}


span.strong{font-size:15px;
            font-weight:bold;
            color:red;}
span.strong2{
	   color:#6a5acd;}

.strong3{font-weight:bold;}


input.calendar {
  width: 74px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}

.msg{
  text-align:center;
}

.errorText{
margin: 8px 0 0 5px;
color: #ff0000;
font-weight: bold;
font-size: 10px;
height: 30px;
}

.form_required {
    color: red;
    font-size: 80%;
}

#moreinfo {
	width:90%;
	margin-top: 15px;
	border-radius: 5px;
	padding: 15px;
	clear: both;
	border: 1px solid #CCCCCC;
	background-color: #FBFBFB;
}

.confirmarea {
	margin-top:10px; padding:10px; width:90%; background-color:#F9F9F5}


#formcontents {
	margin-left:5px; margin-top:10px; line-height:2em;}