@charset "UTF-8";
/* css wrapper by jfk */
.form-wide { width:100%; }
.form-box{
	margin:10px 0px;
	text-align:left;
	float:left;
    border:1px solid #bbbbbb;
	background-color:#f3f3f3;
    padding: 10px;
}  
.form-clear-left { clear: left; }
.form-button-box {
	margin:10px 0px;
	text-align:right;
}
.form-button {
    font-weight: bold;
    font-family: inherit;
    text-align: center;
    color: #333333;
    border: 1px solid;
    border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
    padding: .2em 1.5px;
    overflow: visible; /* fix button width for IE 5.5 to 7 */
    cursor: pointer;
}
.form-button-gray{
    background: #fefefe url(/img/form_button_g.gif) repeat-x;
}
.form-button-pink{
    background: #fefefe url(/img/form_button_p.gif) repeat-x;
}
.form-center { text-align: center; }
.form-right { text-align: right; }
.form-left { text-align: left; }
.form-very-long { width: 500px; }
.form-long { width: 300px; }
.form-half-long { width: 140px; }
.form-middle { width: 200px; }
.form-short { width: 100px; }
.form-very-short { width: 45px; }
.form-mini { width: 75px; }
.form-very-mini { width: 30px; }
.form span {
    text-align:right;
    float:left;
	font-weight:bold;
	margin-right:0;
    padding:0 10px 15px 0;
    width: 150px;
}
.form br { clear: left; }
.form p{
    padding:3px 0px;
    text-align:center;
}

.form-scrollbox{
	width:100%;
	height:200px;
    margin-bottom: 10px;
	line-height:130%;
	background-color:#f3f3f3;
    border: 0px;
}
.form-linebox{
    clear: left;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:20px 0;
	border-bottom:1px dotted #CCCCCC;
}
.form-msgbox{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin:30px 0;
	padding:10px 0;
}
.form-msgbox h2{
	color:#000000;
	text-align:center;
	margin:0 0 30px 0;
}
.form-msgbox p{
	text-align:center;
	line-height:150%;
}
.form-none {
    margin: 0px;
    padding: 0px;
    width: 0px;
    text-align:left;
}
.form-errorbox{
	width:100%;
	color:#bd252c;
	margin:10px 0;
	padding:5px 0;
	text-align:center;
    border:1px solid #bd252c;
    background-color:#f3d7d7;
}
.form-bar{
	padding:5px 0 5px 10px;
	font-weight:bold;
	background-color:#f3d7d7;
}
.form-cart-button {
	background-color:#FFF;
	color:#FFF;
    border: 0px;
    margin: 0px;
    cursor: pointer;
}
