﻿.button {
	display:inline-block;
	padding:6px 30px;
	font-size:21px;
	line-height:1.238em;
	letter-spacing:-1px;
	color:#2b2b2b;
	border:2px solid #fff;
	background:url(../images/button-tail.gif) 0 0 repeat-x #dbdbdb;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.button:hover {background:#dbdbdb}

.button-2 {
	display:inline-block;
	padding:7px 23px 8px;
	font-size:21px;
	line-height:1.238em;
	letter-spacing:-1px;
	color:#fff;
	background:url(../images/button2-tail.gif) 0 0 repeat-x #222;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}
.button-2:hover {background:#E74C3C}

.list-1 li {
	line-height:21px;
	padding:2px 0 2px 20px;
	background:url(../images/marker-1.png) 0 8px no-repeat;
}
	.list-1 li a {
		display:inline-block;
		color:#222;
	}
	.list-1 li a:hover {text-decoration:none}

.list-2 li {
	line-height:25px;
	padding:0px 0 12px 20px;
	background:url(../images/marker-1.png) 0 8px no-repeat;
}
.list-2 li.last-item {padding:0 0 0 20px}
	.list-2 li a {
		display:inline-block;
		color:#222;
	}
	.list-2 li a:hover {text-decoration:none}

.price-list li {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	line-height: 21px;
	padding:2px 0;
	color: #222;
}
	.price-list strong {
	  background: url(../images/pic-2.gif) repeat-x 0% 17px;
	  display: block;
	  overflow: hidden;
 }
	.price-list span {
		float: right;
		color: #222;
	}
	.price-list li a {
		float: left;
		text-decoration: none;
		color: #222;
	}
		.price-list1 li a {
		text-decoration: none;
		color: #222;
	}
	.price-list1 li a {
		text-decoration: none;
		color: #222;
	}

	.price-list li a:hover {color:#F6A20E}

.link:hover {text-decoration:underline}

.link-1 {
	display:inline-block;
	font-size:14px;
	padding-right:8px;
	background:url(../images/marker-3.gif) right 8px no-repeat;
}
.link-1:hover {color:#fff}

.text-1 {line-height:23px}
.text-2 {font-size:14px; line-height:1.285em}

dl span {float:left}
dl strong {float:right; font-weight:normal}
dl dd {overflow:hidden}
/* ------ form ---------*/
#selection{
	 padding-bottom:30px;
	 padding-top: 10px;
	 font-size: 14px;
	 margin-right: 20px;
	 
}
#selection input{
	 padding-left:30px;
	 margin-left:100px;
}
#form
{
 padding-bottom:100px;
 padding-right:45px;
}

#form label
{
 font-size: 16px;
}
#form table
{
 border-spacing:10px;
 border-collapse: separate;
}
#form input{
	 padding-bottom:10px;
}

/* ------ form ends ---------*/
#div1{
padding-left: 25px;
}
#div2{
padding-left: 25px;
}
#div3{
padding-left: 25px;
}
label {
	font-size: 22px;
	color: #595f65;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: normal;
}
input[type=text], textarea {
	outline: none;
	background: #f5f0e0;
	border: 1px dotted #595f65;
	font-size: 14px;
	padding: 3px;
}
input[type=text] {
	width: 300px;
}
input[type=email] {
	width: 300px;
}
input[type=email]{
	outline: none;
	background: #f5f0e0;
	border: 1px dotted #595f65;
	font-size: 14px;
	padding: 3px;
}

textarea {
	width: 400px;
	height: 200px;
}
input[type=text]:active, input[type=text]:focus {
	border: 1px dashed #595f65;
}
textarea:active, textarea:focus {
	border: 1px dashed #595f65;
}
