body {

	margin: 0px;
	padding: 0px;

}

div#page_container {
	padding: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 898px;
	height: auto;
	border: 10px solid #939598;
}
div#orange_border {
		border: 10px solid #f8981d;
}
div#header {
	font-weight: bold;
	height: 70px;
	margin-top:15px;
	margin-left:10px;
}
div#links {
	padding-right: 40px;
	text-align: right;
	padding-top: 40px;
}

div.hline_orange {
	background-color: #f8981d;
	height: 1px;
	width: 100%;
	margin-top: 10px;
}
div.hline_grey {
	/*background-color: #333;*/
	height: 1px;
	width: 100%;
	margin-top: 5px;
	clear: both
}
div#body_left {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
	text-align:left;
	width: 360px;
	padding-bottom:10px
}

div#body_right {
	float:right;
	margin-top: 25px;
	margin-right:20px;
	text-align:justify;
	width: 450px;
	padding-bottom:10px
}


div.block {
	clear: both;
	width: 445px;
}
div.block img {
	margin-right: 10px;
}
p{
	
	line-height:22px;
	margin:0 0 15px 0;
        text-align:left;
}

h2 {
	font-family: Helvetica;
	color: #f8981d;
	font-size:16px;
	font-weight: normal;
	margin-top: 25px;
}



label > em {
	font-size:0.8em;
}
select{
	margin-top:5px;
}

div.input_group p{
	
margin-bottom:1px;	
margin-top:1px;	
}
div.input_group
{
width:500px;
float:left;
}
.clear
{
	clear:both;
}
a {
	color: #F00;
	text-decoration: none;	
}
a:hover {
	color: #f8981d;
	text-decoration: underline;	
}

a h2:hover
{
	color:#f00;
	text-decoration:underline;
}

img
{
	border: 0px none;
}
div .btn a
{
		text-decoration:none;
}
div .btn span{
	font-family: Helvetica;
	color: #f8981d;
	font-size:16px;
	font-weight: bold;
}
div .btn span:hover{
	font-family: Helvetica;
	color: #f00;
	font-size:16px;
	font-weight: bold;
}
div .btn img{
margin-bottom:10px;

}

.dotted {font-weight: normal;color: #FFFFFF;border: 0px solid #333333; border-bottom-width: 1px; margin: 0;}
.centre {text-align: center}




/* Validation Classes */

.validation_error
{
	display: block;
	margin:2px;
	margin-left:8px;
	color:#F00;	
	font-size:11px;
	border-color:#F00;
	border-width: 1px;
	border-style:dotted;
	padding:2px;
	white-space: nowrap;
	clear:both;
}
.validation_required
{
	margin-left:8px;
	color:#FF0;	
	font-size:11px;
	border-color:#FF0;
	border-width: 1px;
	border-style:dotted;
	padding:2px;
}


/* Form CSS code */








fieldset.summary {
	border:0;
}
.summary>label
{
	margin-top:2px;
	margin-bottom:2px;
}

/* classes */
/* message boxes - source: http://woork.blogspot.com/2008/03/css-message-box-collection.html */
/*MESSAGE BOX CLEAN	  		 */
.clean-gray{
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
}
.clean-yellow{
	border:solid 1px #DEDEDE; 
	background:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
}
.clean-ok{
	border:solid 1px #349534; 
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
}
.clean-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	/*font-weight:bold;*/
	/*padding:4px;*/
	text-align:center;
}

/* --------------------------------- */


.price_tag {
	/*margin-left:12px;
	width: 25px;
	display:block;*/
}

.back-button {
	font-weight:bold;
	font-size:1em
}
.back-button img, .back-button input {
	vertical-align: middle;
}
.errorInvalid{
    display:none;
    color:red;
}

