html, body { 
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	background: #fff url(../images/bg-twitter.png) repeat-x top;
}
h1, h2, h3, ul, li, form {
	padding: 0;
	margin: 0;
}
input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}
input, textarea {
	border: 1px solid #ccc;
	padding: 4px;
}
select {
	border: 1px solid #ccc;
	width: 60px;
	height: 22px;
}
select.long {
	width: 180px;
}
option {
	padding: 0 2px;
}
input.text {
	width: 400px;
}
input.shorttext {
	width: 80px;
}
input.middletext {
	width: 280px;
}
input.tinytext {
	width: 40px;
}
input.submit {
	background: #2daccc;
	color: #fff;
	border: 1px solid #333;
	cursor: pointer;
}
input.reset {
	background: #91e3e3;
	color: #fff;
	border: 1px solid #777;
	cursor: pointer;
	margin-left: 10px;
}
textarea {
	width: 400px;
	height: 140px;
	font-size: 11px;
}
textarea.small {
	width: 280px;
}
ul {
	list-style-type: none;
}
li {
	margin-bottom: 10px;
	padding-bottom: 5px;
}
li div {
	margin-bottom: 7px;
}
h1, h2 {
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
}
h1 {
	line-height: 20px;
	font-size: 20px;
}
a {
	color: #2daccc;
	text-decoration: none;
}
#headerInfo {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #2daccc;
}
.second {
	font-size: 12px;
	color: #333;
}
img {
	border: 0;
}
#header {
	width: 800px;
	margin: 0 auto;
	height: 60px;
	padding-top: 10px;
}
#header .left {
	float: left;
	width: 300px;
}
#header .right {
	float: right;
	text-align: right;
	width: 400px;
}
#menu {
	float: right;
	padding: 23px 30px 0 0;
}
#menu li {
	margin: 5px 0 0;
	padding: 8px 2px 0;
	float: left;
	background: url(../images/menu-top.gif) no-repeat top;
	width: 118px;
}
#menu li.active {
	margin-top: 0;
}
#menu li a {
	font-weight: bold;
	display: block;
	width: 100%;
	background: #fff;
	float: left;
	text-align: center;
	padding: 1px 0 4px;
	height: 15px;
}
#menu li.active a {
	padding: 6px 0 8px;
}
#footer {
	font-size: 10px;
	text-align: center;
	clear: both;
	padding: 5px 0 10px;
}
#containter {
	width: 800px;
	margin: 0 auto;
}
#containterContent {
	min-height: 540px;
	background: #fff;
	padding: 8px 30px 14px;
}
#preview {
	width: 280px;
	float: left;
}
#previewSignature {
	padding-bottom: 10px;
	text-align: center;
}
.loading {
	width: 280px;
	height: 480px;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
.loadingSig {
	width: 100%;
	height: 114px;
	background: url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
#preview div {
	margin: 0 auto;
}
#content {
	width: 420px;
	float: right;
}
#topCornerLeft, #topCornerRight, #bottomCornerLeft, #bottomCornerRight {
	height: 10px;
	width: 10px;
	background: url(../images/corner-top-left.gif) no-repeat;
	float: left;
	padding: 0;
	margin: 0;
	font-size:1px;
}
#topCornerRight {
	background: url(../images/corner-top-right.gif) no-repeat;
}
#bottomCornerLeft {
	background: url(../images/corner-bottom-left.gif) no-repeat;
}
#bottomCornerRight {
	background: url(../images/corner-bottom-right.gif) no-repeat;
}
#topCornerCenter, #bottomCornerCenter {
	width: 780px;
	height: 10px;
	background: #fff;
	float: left;
	margin: 0;
	padding: 0;
	font-size:1px;
}
.clr {
	clear: both;
}
.step {
	color: #666;
}