/* STYLESHEET BY MEDIADEPEDIA */

/* FORMS */

.button_padding {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.quote_form {
	margin-left: 0px;
	margin-top: 5px;
	float:left;
	min-width: 30px;
	max-width: 300px;
}

.quote_error{
	background-color: #9DC500;
	padding: 10px 10px 10px 10px;
	margin-left: 0px;
	font-size: 16px;
	width: 280px;
	max-width: 280px;
	min-width: 280px;
}

.quoteform {
	margin-left: 20px;
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}

.formheader {
	margin-top: -5px;
	margin-bottom: -10px;
	font-size: 16px;
	font-weight: bold;
	background-color: #111;
	color: #AAD500;
	padding: 10px;
}

.niceform{
background:#111;
margin:0px 0px 0px 0px;
padding:0px 0px;
}

.niceform ol {
list-style:none;
margin:0;
padding:0;
}

.niceform li {
padding-top:6px;
padding-bottom:6px;
background:#111;
margin-bottom:1px;
}

.niceform li#send {
background:none;
margin-top:6px;
}

.error_message {
color:red;
text-align: center;
font-size: 14px;
}

.niceform label {
font-size: 14px;
width:280px;
text-align:left;
margin-right:10px;
padding-left: 10px;
color:#AAD500;
line-height:23px;	 /* This will make the labels vertically centered with the inputs */
}

.niceform select {
			margin-right:10px;
			margin-left: 10px;
			padding:4px;
			border:1px solid #999999;
			width:280px;
			}

.niceform input,
		.niceform textarea {
			margin-right:10px;
			margin-left: 10px;
			padding:4px;
			border:1px solid #999999;
			width:270px;
			}

			.niceform input:focus,
			.niceform textarea:focus {
				border:1px solid #666;
				background:#e3f1f1;
				}


label {
	position: relative; text-align:left; width:100px; display: block;
}

/* AWESOME BUTTONS */

button {border:0 none; margin:0; text-align:left; }


.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: 0px; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #AAD500; }
	.blue.awesome:hover							{ background-color: #FD7802; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }