@charset "utf-8";
/* CSS Document */

/* FORM */
h1 {
	font-family:Times New Roman,Times,serif;
	font-size:26px;
	font-style:italic;
	font-weight:bold;
}

input.chbtn {
	background: #333333;
	color: #ffffff;
	border: 1px solid #000000;
	cursor: pointer;
}
img.big {
	width: 600px;
}
.right {
	float: right;
}
.bordered {
	
	padding: 20px;
	background: #CCCCCC;
}
div.startform {
	height: 355px;
}

/* ----------- ALERT BOX  ------- */

div.basket_content {
	margin-top:10px;
	padding: 25px;
}

/* ----------- ALERT BOX  ------- */

div.alertbox {
	padding: 10px;
	margin-bottom:20px;
	color: #000000;
	font-size: 12px;
	margin:auto;
}
div.alert {
	background-color: #F5DC63;
	border: 1px solid #D29C34;
	margin:auto;
}
div.success {
	background-color: #86D958;
	border: 1px solid #229322;
}
div.alertbox div.alertbox-inner {
	background-color: #ffffff;
	padding:10px 20px 10px 90px;
	min-height: 45px;
}
div.alertbox .alert{
	background: #FFFFFF url(../graphics/icon_yeild.gif) no-repeat scroll 20px 15px;
	border: 0px;
}
div.alertbox .success{
	background: #FFFFFF url(../graphics/icon_check.gif) no-repeat scroll 20px 15px;
	border: 0px;
}
div.alertbox h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding:0px;
	margin-bottom: 15px;
	text-transform:capitalize;
}

/* ----------- COMPLETE  ------- */

div.compl_img {
	background: #322C16;
	background-image:url(../graphics/brownbg.jpg);
	position: relative;
	margin-top:5px;
	padding: 20px;
	padding-bottom:5px;
	color:#CCCCCC;
	font-size:13px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
}
.compl_field{
	width: 150px;
}
.compl_code {
	
}
.compl_buyername {
	
}
.compl_recipname {
	
}
.compl_date {
	
}
.compl_right {
	float: right;
	text-align: right
}
.compl_big {
	font-size: 24px;
}
.compl_sensations {
	text-align: right;
	font-size: 18px;
	font-weight: normal;
}
.compl_footer {
	text-align: center;
	margin-bottom:0px;
	font-size: 13px;
}
.compl_print {
	color: #333333;
	margin-top: 15px;
	cursor: pointer;
	float: left;
	padding-left: 25px;
	padding-top:2px;
	background: url(../graphics/printer.png) no-repeat;
	height:18px;
}