/**
  * @version $Id$
  * @copyright Copyright (c) 2002 - 2011 IPG Holdings Limited (a company incorporated in Cyprus).
  * All rights reserved. Use is strictly subject to licence terms & conditions.
  * This computer software programme is protected by copyright law and international treaties.
  * Unauthorised reproduction, reverse engineering or distribution of the programme, or any part of it, may
  * result in severe civil and criminal penalties and will be prosecuted to the maximum extent permissible at law.
  * For further information, please contact the copyright owner by email copyright@ipggroup.com
**/
#main_container{
	margin: 0 auto;
	width:930px;
}

#formcontainer{
	width: 830px;
	margin: 0 auto;
}

dl {
	margin: 0;
}

dt {
	float: left;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	clear:left;
	width: 110px;
	line-height: 23px;
}

dt, dd {
	float: left;
	margin-top: 2px;
}

dd{
	width: 250px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#search_order_form{
	border:1px solid #ccc;
	width:380px;
	padding:10px;
	float: left;
	margin-left:5px;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#search_form_title,#search_trans_form_title{
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}
.search_form_required_text{
	margin-bottom: 10px;
	text-align:center;
	font-weight: bold;
}
#search{
	margin: 0 auto;
	margin-top:10px;
	display: block;
	clear: both;
	width:130px;
}
#customer_service_title {
	width: 400px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
#sendemail{
	margin: 0 auto;
	margin-top:10px;
	display: block;
	margin-bottom: 10px;
	clear: both;
	width:180px;
}
.customer_service_info {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: justify;
}
#search_trans_form{
	float:right;
	border:1px solid #ccc;
	width: 380px;
	padding:10px;
    border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#info{
	clear: both;
	margin-top:20px;
}
#searchtrans{
	display: block;
	margin: 0 auto;
	clear: both;
	margin-bottom: 10px;
	width:180px;
}

#email_order{
    font-weight: bold;
    clear: both;
}
.customer_service_header{
	margin: 0 auto;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
input{
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

legend{
	font-size: 16px;
	font-weight: bold;
}
#sflegend{
	margin-left: 5px;
}

#search_order_form .customer_service_info{
	padding-left:5px;
}
#result_set_container{
	width:100%;
	clear:both;
}
.description{
	font-size: 12px;
	font-weight: normal;
}
/* error message */
.error {
	height:15px;
	background-color:#FFFE36;
	font-size:11px;
	border:1px solid #E1E16D;
	padding:4px 10px;
	color:#000;
	display:none;

    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-topleft:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-top-left-radius:4px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
}

.error p {
	margin:0;
}


#lost_info{
	margin-top: 30px;
	margin-bottom: 20px;
}

.refresh_captcha{
	margin-left: 20px;
	line-height: 24px;
}
