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


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

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

/* ie.css */
body {text-align:center;}
.container {text-align:left;}
* html .column, * html div.span-1, * html div.span-2, * html div.span-3, * html div.span-4, * html div.span-5, * html div.span-6, * html div.span-7, * html div.span-8, * html div.span-9, * html div.span-10, * html div.span-11, * html div.span-12, * html div.span-13, * html div.span-14, * html div.span-15, * html div.span-16, * html div.span-17, * html div.span-18, * html div.span-19, * html div.span-20, * html div.span-21, * html div.span-22, * html div.span-23, * html div.span-24 {overflow-x:hidden;}
* html legend {margin:0px -8px 16px 0;padding:0;}
ol {margin-left:2em;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
html>body p code {*white-space:normal;}
hr {margin:-8px auto 11px;}
img {-ms-interpolation-mode:bicubic;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
fieldset {padding-top:0;}


#order_container {
	width: 630px;
	position: absolute;
}
#unit {
	float: left;
	margin: 5px 30px;
}
#unit label {
	margin-left: 4px;
}
#city, #fullname, #phone, #email {
	width: 180px;
}
#cat_num, #page, #code, #quant {
	width: 80px;
}
fieldset {
	border: 1px solid #FF5FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	behavior: url(PIE.htc);
	box-shadow: 0 0 10px #FF5FFF;
	-moz-box-shadow: 0 0 10px #FF5FFF;
	-webkit-box-shadow: 0 0 10px #FF5FFF;
	behavior: url(PIE.htc);
}
hr {
	border: 1px solid #FF5FFF;
}
div#unit input[type="text"] {
	display: block;
	border: 1px solid #C0C0C0;
	margin: 5px 5px;
	padding: 6px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Helvetica Neue, Helvetica, Arial !important;
	font-size: 12px;
}
/*end order form*/

#cont {
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
	behavior: url(PIE.php);
}

#cont {
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
	border-radius:8px;
	behavior: url(PIE.php);
}