﻿
#container {
	height: 75%;
}
#content {
		width: 99%;
}
#menu li a {
		background-image: url(../images/menu-checkout.png);		
}
.form table td.title{
		width: 55px;
		text-align: right;
}
.wrapper {
		position: relative;
}
.tip {
		position: absolute;
		width: 230px;
		z-index: 200;	
}
.email2 {
		top: 27px;
		left: 225px;
}
.password1 {
		left: 15px;
		top: 25px;
}
.password2 {
		top: 25px;
		left: 260px;
}
.birth {
		top: -15px;
		left: 219px;
}
.error, .ok, .rule {
		padding: 2px 5px;
		color: #fff;	
}
.error {
		background-color: #ff3300;
}
.ok, .rule {
		background-color: #000;
}
#company-info td, #contact-info td {
		padding: 2px 0;
}
.txt1, .txt2, .txt3 {
		height: 12px;
		padding: 6px;
		border: 0;
		color: #999;
		vertical-align: middle;
}
.txt1 {
		margin-right: 2px;
		width: 170px;
		background: url(../images/txt.png) no-repeat;
}
.txt2 {
		width: 63px;
		background: url(../images/txt2.png) no-repeat;
}
.txt3 {
		width: 279px;
		background: url(../images/txt3.png) no-repeat;
}
#company-info, #contact-info {
		margin-top: 9px;
}
#receiving-info a {
		color: #333;
}
#btnsubmit {
		margin-top: 10px;
		display: block;
		border: 0;
		overflow: hidden;
		height: 25px;
		width: 51px;		
		background: url(../images/btnsubmit.png);
		cursor: pointer;
}
