#calculator-content {
	margin-top : 20px;
}

.subtitle {
	color : #0055aa;
	font-size : 3.17em;
	letter-spacing : -2px;
}

.information p {
	color : #555;
	font-size : 1.33em;
	font-family : Helvetica, Verdana, sans-serif;
	line-height : 1.75em;
}

.information {
	text-align : right;
	background : #fffec7 url(/images/information.jpg) top left no-repeat;
	padding-top : 80px;
}

.information .description {
	text-align : justify;
	float : right;
	clear : both;
}

.description {
	text-align : justify;
}

.information strong {
	font-weight : bold;
	color : #2ba4cf;
	font-size : 1.17em;
}

.question-item {
	margin: 0px 0px 20px 0px;
}

.question {
	padding-top : 80px;
}

.question-text {
	color : #0055aa;
	font-size : 1.17em;
	margin : 0px 0px 5px;
	font-weight : bold;
}

.question-text .error {
	color : #c00;
	font-weight : bold;
}

.question-text strong {
}

.answer-text {
	margin : 0px 0px 5px 10px;
	color : #636B75;
}

.answer-text label {
	margin-right : 10px;
}

.contacts .answer-text label {
	width : 108px;
	float : left;
	display : block;	
	text-align : right;
}

.answer-text .short-input {
	width : 80px;
	border : 1px solid #ababab;
}

.answer-text .text-input {
	width : 250px;
}

.description {
	color : #555;
	font-family : Arial;
  font-size: 1.1em;
}

.full-question {
	float : none;
	display : block;
	width : 100%;
	padding : 10px 0px 40px;
}

.no-visible {
	display : none;
}

.has-arrow {
	padding-left : 20px;
	min-height : 70px;
	background : #fff;
	margin-bottom : 60px;
}
.arrow {
	background : #fff url(/images/arrow.png) 0 0 no-repeat;
}
.has-arrow:hover {
	background : #fff url(/images/arrow.png) 0 0 no-repeat;	
}

.awesome{
	/*background: #222 url(/images/alert-overlay.png) repeat-x;*/
  background-color: #222
	display: block;
	padding: 5px 10px 6px;
	color : #fff;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;
	-moz-box-shadow: 0 1px 1px #777;
	-webkit-box-shadow: 0 1px 1px #777;
	text-decoration : none;
	font-weight : bold;
}

.awesome:hover {
	text-decoration : none;	
}

.awesome:active {
	text-decoration : none;	
	padding: 6px 10px 5px;
}

/*
.awesome{
background: #222 url(/images/alert-overlay.png) repeat-x;
display: block;
padding: 5px 10px 6px;
color: #000;
text-decoration: none !important;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 1px #CCC;
-webkit-box-shadow: 0 1px 1px #CCC;
text-shadow: 0 0px 1px #222;
border-bottom: 1px solid #888;
position: relative;
cursor: pointer;
font-size : 14px;
border : 10px solid #c00;
}

.awesome:hover, .awesome:active{
	text-decoration: none !important;	
}

.awesome:active {
	padding-top : 6px
}
*/

.green-aw, .green-aw:visited		{ background-color: #91bd09; }
.green-aw:hover						{ background-color: #749a02; }
.blue-aw, .blue-aw:visited        { background-color: #2daebf; }
.blue-aw:hover                    { background-color: #007d9a; }
.red-aw, .red-aw:visited          { background-color: #e33100; }
.red-aw:hover                     { background-color: #872300; }
.magenta-aw, .magenta-aw:visited  { background-color: #a9014b; }
.magenta-aw:hover                 { background-color: #630030; }
.orange-aw, .orange-aw:visited    { background-color: #ff5c00; }
.orange-aw:hover, a.orhover       { background-color: #d45500; }
.yellow-aw, .yellow-aw:visited    { background-color: #ffb515; }
.yellow-aw:hover                  { background-color: #fc9200; }


.orange-aw, .orange-aw:visited    { background-color: #91bd09; }
.orange-aw:hover                  { background-color: #749a02; }
.red-aw, .red-aw:visited          { background-color: #91bd09; }
.red-aw:hover, a.redhover         { background-color: #749a02; }

.comparison-table {
	border-left : 1px solid #ebf2f9;
	border-right : 1px solid #ebf2f9;
	border-bottom : 1px solid #ebf2f9;
}

.comparison-table tr td.clr-blue {
	color : #005599;
}

.lightblue_box {
  padding: 10px 10px 20px;
  border: 3px solid #dae8f9;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 auto 20px;
  width: 800px;
}
