.form {
	width: 518px;
	position: relative;
}

.form .form-top {
	width: 518px;
	height: 63px;
	position: relative;
	background: url('../images/bg/form/others/bg.png') no-repeat;
}

.form .form-top .form-title {
	width: 518px;
	height: 52px;
	font: 30px/52px 'Calibri';
	color: #ffffff;
	text-align: center;
	padding: 11px 0 0;
	position: relative;
}

.form .form-top .form-exit {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.form .form-top .form-exit a {
	width: 36px;
	height: 36px;
	display: block;
	background: url('../images/bg/form/others/exit.png') no-repeat;
}

.form .form-top .form-exit a:hover {
	background-position: -37px 0;
}

.form .form-content {
	width: 458px;
	padding: 20px 30px 0;
	position: relative;
	background: url('../images/bg/form/others/bg.png') -519px 0 repeat-y;
}

.form .form-content .form-arrow {
	width: 31px;
	height: 16px;
	position: absolute;
	top: -2px;
	left: 50%;
	margin: 0 0 0 -15px;
	background: url('../images/bg/form/others/arrow.png') no-repeat;
}

.form .form-content .error {
	font: 20px/27px 'Calibri';
	color: #ff0000;
	position: absolute;
	top: 0px;
	right: -10px;
}

.form .form-content .form-field {
	width: 213px;
	position: relative;
	float: left;
	margin: 0 0 10px;
}

.form .form-content .form-field + .form-field {
	margin-left: 32px;
}

.form .form-content .form-field .field-name {
	width: 63px;
	font: 14px/27px 'Calibri';
	color: #2e2f30;
	position: relative;
	float: left;
}

.form .form-content .form-field .field-name span {
	color: #ff0000;
}

.form .form-content .form-field .field-input {
	width: 150px;
	height: 27px;
	position: relative;
	float: left;
}

.form .form-content .form-field .field-input input {
	width: 130px;
	height: 27px;
  font: 14px/27px 'Calibri';
	color: #2e2f30;
  padding: 0 10px;
  background: url('../images/bg/form/others/input.png') no-repeat;
  border: none;
  outline: 0;
}

.form .form-content .form-field2 {
	width: 458px;
	position: relative;
	margin: 0 0 10px;
}

.form .form-content .form-field2 .field-name {
	width: 63px;
	font: 14px 'Calibri';
	color: #2e2f30;
	padding: 5px 0 0;
	position: relative;
	float: left;
}

.form .form-content .form-field2 .field-textarea {
	width: 395px;
	height: 77px;
	position: relative;
	float: left;
}

.form .form-content .form-field2 .field-textarea textarea {
	width: 375px;
  height: 57px;
  font: 14px/1.1 'Calibri';
	color: #2e2f30;
  padding: 10px;
  background: url('../images/bg/form/others/textarea.png') no-repeat;
  border: none;
  outline: 0;
  resize: none;
}

.form .form-content .form-required {
	font: 12px/26px 'Calibri';
	color: #2e2f30;
	position: relative;
	float: left;
	margin: 0 0 0 70px;
}

.form .form-content .form-required span {
	font-size: 14px;
	color: #ff0000;
}

.form .form-content .form-button {
	width: 80px;
	height: 26px;
	position: relative;
	float: right;
}

.form .form-content .form-button input {
	width: 80px;
	height: 27px;
	font: 14px 'Calibri';
	color: #cb1b1b;
	padding: 0 0 1px;
	position: relative;
  border: none;
  background: url('../images/bg/form/others/button.png') no-repeat;
  cursor: pointer;
}

/* Mozilla Firefox */
.form .form-content .form-button input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.form .form-content .form-button input:hover {
	height: 26px;
	color: #ffffff;
	padding: 0;
	background-position: 0 -28px;
}

.form .form-bottom {
	width: 518px;
	height: 20px;
	position: relative;
	background: url('../images/bg/form/others/bg.png') 0 -64px no-repeat;
}

/* Form buy */

.form-buy {
	width: 598px;
	position: relative;
}

.form-buy .form-top {
	width: 598px;
	height: 63px;
	position: relative;
	background: url('../images/bg/form/buy/bg.png') no-repeat;
}

.form-buy .form-top .form-title {
	width: 598px;
	height: 52px;
	font: 30px/52px 'Calibri';
	color: #ffffff;
	text-align: center;
	padding: 11px 0 0;
	position: relative;
}

.form-buy .form-top .form-exit {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.form-buy .form-top .form-exit a {
	width: 36px;
	height: 36px;
	display: block;
	background: url('../images/bg/form/buy/exit.png') no-repeat;
}

.form-buy .form-top .form-exit a:hover {
	background-position: -37px 0;
}

.form-buy .form-content {
	width: 538px;
	padding: 20px 30px 0;
	position: relative;
	background: url('../images/bg/form/buy/bg.png') -599px 0 repeat-y;
}

.form-buy .form-content .form-arrow {
	width: 31px;
	height: 16px;
	position: absolute;
	top: -2px;
	left: 50%;
	margin: 0 0 0 -15px;
	background: url('../images/bg/form/buy/arrow.png') no-repeat;
}

.form-buy .form-content .error {
	font: 20px/27px 'Calibri';
	color: #ff0000;
	position: absolute;
	top: 0px;
	right: -10px;
}

.form-buy .form-content .form-left {
	width: 259px;
	position: relative;
	float: left;
}

.form-buy .form-content .form-right {
	width: 255px;
	position: relative;
	float: right;
}

.form-buy .form-content .form-field {
	position: relative;
}

.form-buy .form-content .form-left .form-field {
	width: 259px;
	margin: 0 0 10px;
}

.form-buy .form-content .form-right .form-field {
	width: 255px;
}

.form-buy .form-content .form-field .field-name {
	font: 14px/27px 'Calibri';
	color: #2e2f30;
	position: relative;
}

.form-buy .form-content .form-left .form-field .field-name {
	width: 69px;
	float: left;
}

.form-buy .form-content .form-right .form-field .field-name {
	width: 255px;
}

.form-buy .form-content .form-field .field-name span {
	color: #ff0000;
}

.form-buy .form-content .form-field .field-input {
	width: 190px;
	height: 27px;
	position: relative;
	float: left;
}

.form-buy .form-content .form-field .field-input input {
	width: 170px;
	height: 27px;
  font: 14px/27px 'Calibri';
	color: #2e2f30;
  padding: 0 10px;
  background: url('../images/bg/form/buy/input.png') no-repeat;
  border: none;
  outline: 0;
}

.form-buy .form-content .form-field .field-textarea {
	width: 255px;
	height: 107px;
	position: relative;
	margin: 3px 0 0;
}

.form-buy .form-content .form-field .field-textarea textarea {
	width: 235px;
  height: 87px;
  font: 14px/1.1 'Calibri';
	color: #2e2f30;
  padding: 10px;
  background: url('../images/bg/form/buy/textarea.png') no-repeat;
  border: none;
  outline: 0;
  resize: none;
}

.form-buy .form-content .form-required {
	font: 12px/26px 'Calibri';
	color: #2e2f30;
	position: relative;
	float: left;
	margin: 0 0 0 70px;
}

.form-buy .form-content .form-required span {
	font-size: 14px;
	color: #ff0000;
}

.form-buy .form-content .form-button {
	width: 80px;
	height: 26px;
	position: relative;
	float: right;
}

.form-buy .form-content .form-button input {
	width: 80px;
	height: 27px;
	font: 14px 'Calibri';
	color: #cb1b1b;
	padding: 0 0 1px;
	position: relative;
  border: none;
  background: url('../images/bg/form/others/button.png') no-repeat;
  cursor: pointer;
}

/* Mozilla Firefox */
.form-buy .form-content .form-button input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.form-buy .form-content .form-button input:hover {
	height: 26px;
	color: #ffffff;
	padding: 0;
	background-position: 0 -28px;
}

.form-buy .form-bottom {
	width: 598px;
	height: 20px;
	position: relative;
	background: url('../images/bg/form/buy/bg.png') 0 -64px no-repeat;
}