@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFFFFF;
	color:#252525;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

h2 {
	font-family: 'Puritan', sans-serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
}

p {
	font-size:105%;
	margin:10px 0 5px 25px;
	max-width: 850px;
}
form {
	width:900px;
	margin:15px auto 10px 20px;
}
label {
	font-weight:bold;
}

strong {
	font-weight: bold;
}

.twoLine {
	display: block;
	margin-left: 25px;
}

textarea {
	width:600px;
	height:100px;
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
	margin-left: 25px;
}

.textInputItem {
	width: 400px;
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
}

.textInputExpDate {
	width: 250px;
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
}

.textInputShort {
	width: 100px;
	font-family: 'Puritan', sans-serif;
	font-size: 16px;
}

.labelLeft {
	margin-left: 10px;
}

.textInput {
	width:250px;
}

.clearIt {
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
}