
	.required {
		color:#900000;
		font-weight:bold;
	}

	form {
		display:block;
	}

	select, input, textarea, button {
		font-size:12px;
		font-family: arial,helvetica,sans-serif;
	}

	form label {
		display:block;
		float:left;
		width:200px;
		height:16px;
		padding-top:2px;
	}

	form label.doubleheight{
		height:32px;
	}

	form label.halfsize {
		width:100px;
	}

	form span.readonly {
		float:left !important;
		width:200px;
		padding-top:2px;
	}

	form label.checkradio {
		width:380px;
	}

	form .input {
		padding-left:2px;
		border:1px solid #CEDCE3;
		width:100px;
		height:18px;
	}

	form textarea {
		padding-left:2px;
		border:1px solid #CEDCE3;
		width:100px;
		overflow:auto;
	}

	form select {
		border:1px solid #CEDCE3;
		width:100px;
		height:20px;
	}

	form select option {
		padding-left:4px;
	}

	form input.checkradio {
		float:left;
		margin:2px 4px 0px 0px;
		height:16px;
		width:16px;
	}

	form .input-info,
	form .input-info-right {
		display:block;
		float:left;
		line-height:16px;
		padding-top:2px;
		margin-left:8px;
		margin-right:8px;
	}

	form .input-info-right {
		float:right;
		margin-right:16px;
	}

	form .number {
		text-align:right;
		padding-left:0px;
		padding-right:2px;
	}

	form .submit {
		width:60px;
	}

	form .submit,
	form .button,
	.button-gray,
	.button-green,
	.button-blue,
	.button-orange,
	button
	{
		color:#ffffff;
		font-weight:bold;
		line-height:18px;
		padding-top:0px;
		padding-bottom:0px;
		border:1px solid #b55c0b;
		background:#e68125 url(/files/design/btn_orange_bg.gif) repeat-x scroll left center;
	}

	.button-gray {
		border:1px solid #CEDCE3 !important;
		background:#bdbdbd url(/files/design/btn_gray_bg.gif) repeat-x scroll left center !important;
	}

	.button-green {
		border:1px solid #669933 !important;
		background:#79BB16 url(/files/design/btn_green_bg.gif) repeat-x scroll left center !important;
	}

	.button-blue {
		border:1px solid #0fa0c6 !important;
		background:#62b9d5 url(/files/design/btn_blue_bg.gif) repeat-x scroll left center !important;
	}

	.button-white,
	.button-disabled  {
		border:1px solid #F1F1F1 !important;
		background:#62b9d5 url(/files/design/btn_white_bg.gif) repeat-x scroll left center !important;
		color:#AAAAAA !important;
	}

	.button-orange {
		border:1px solid #b55c0b !important;
		background:#e68125 url(/files/design/btn_orange_bg.gif) repeat-x scroll left center !important;
	}

	a.button-gray,
	a.button-green,
	a.button-blue,
	a.button-orange {
		color:#fff !important;
		text-decoration:none !important;
		padding:0px 8px 0px 8px;
	}

	.button-big {
		height:40px;
		font-size:24px;
		line-height:24px;
	}

	form .second {
		margin-left:2px;
	}

	form div {
		clear:both;
		margin-bottom:2px;
		min-height:20px;
		overflow:auto;
	}

	form div.seperator,
	form div.seperator-wide {
		margin:8px 0px 8px 0px;
		height:1px;
		min-height:1px;
		background-color:#F1F1F1;
		overflow:hidden;
	}

	form div.seperator-wide {
		position:relative;
		left:-16px;
		margin:8px 0px 8px 0px;
	}

	form a.help {
		display:block;
		margin-top:1px;
		background-image: url(/files/14x14_questionmark_sprite_gray.gif);
		background-repeat: no-repeat;
		background-position:0px 0px;
		height:14px;
		width:14px;
		overflow:hidden;
	}

	form a.help:hover {
		background-position:0px -14px;
	}

	/***********************************/
	/** Wide form used for incontent ***/
	/***********************************/
	.form-wide {
		width:100%;
		overflow:hidden;
		background-color:#FAFAFA;
		margin-bottom:10px;
		border-top:1px solid #F1F1F1;
		border-bottom:1px solid #F1F1F1;
	}

	.form-wide-transparent {
		background-color:transparent;
		border:none;
	}

	.form-wide form {
		width:530px;
		margin:0px 0px 10px 10px;
	}

	.form-wide-fullwidth form {
		margin:0px 10px 10px 10px;
		width:auto;
	}

	.form-wide h1,
	.form-wide h2,
	.form-wide p,
	.form-wide table {
		clear:both;
	}

	.form-wide h2 {
		margin:0px 0px 0px -10px;
		padding:8px 0 0px 10px;
		height:28px;
		line-height:28px;
	}

	.form-wide h2 a {
		font-weight:normal;
	}

	.form-wide label {
		float:left;
		width:230px;
	}

	.form-wide .input{
		float:left;
		width:200px;
	}

	.form-wide select {
		float:left;
		width:204px;
	}

	.form-wide .fullwidth {
		float:left;
		width:430px;
	}

	.form-wide textarea {
		margin-bottom:2px;
		width:200px;
	}

	.form-wide .halfsize {
		float:left;
		width:97px;
	}

	.form-wide select.halfsize {
		width:100px;
	}

	.form-wide .quartersize {
		float:left;
		width:48px;
	}

	.form-wide select.quartersize {
		width:50px;
	}

	.form-wide .quartersize-triple {
		float:left;
		width:146px;
	}

	.form-wide .eightsize {
		float:left;
		width:24px;
	}

	.form-wide .thirdsize {
		width:62px;
	}

	.form-wide select.thirdsize {
		width:66px;
	}

	.form-wide .submit {
		float:right;
		margin:16px 114px 10px 0px;
	}

	.form-wide .submit-second {
		margin-right:24px;
	}

	.form-wide .submit-doublesize {
		width:120px;
	}

	.form-wide .submit-triplesize {
		width:180px;
	}

	.form-wide label.checkradio {
		float:left;
		width:480px;
	}

	/* c-box */
	.c-box-form form {
		height:auto;
	}

	.c-box-form {
		width:150px;
	}

	.c-box-form .input,
	.c-box-form textarea {
		width:146px;
	}

	/*checkboxes*/
	.c-box-form label.checkradio {
		float:left;
		width:150px;
	}

	.c-box-form .halfsize {
		float:left;
		width:70px;
	}

	.c-box-form .second {
		margin-left:2px;
	}

	.c-box-form .submit {
		margin-top:5px;
		float:right;
	}

	/* Inline validator */
	form .validator-invalid {
		border:1px solid #900000;
	}

	form .validator-loading {
		background: #fff url(/_framework/files/graphics/animation/14x14_indicator.gif) no-repeat right 2px ;
	}

	form span.controls {
		line-height:18px;
		float:right;
		margin:16px 16px 10px 0px;
	}

	form span.controls a {
		margin-right:8px;
	}

	/* c-form */
	.c-form label {
		width:200px;
		height:25px;
		line-height:22px;
	}

	.c-form label.checkradio {
		width:auto;
		margin:0;
	}

	.c-form .input {
		float:left;
		border:1px solid #CEDCE3;
		height:25px;
		line-height:22px;
		padding:0 4px;
		width:320px;
	}

	.c-form select {
		float:left;
		border:1px solid #CEDCE3;
		height:25px;
		padding:0px 0px 0px 0px;
		width:330px;
	}

	.c-form .checkradio{
		margin:2px 4px 0 0;
		height:25px;
	}

	/* special elements */
	.c-form .input-large {
		font-size:18px;
	}

	.c-form .readonly {
		clear:none;
		width:320px;
		line-height:22px;
		float:left;
		overflow:visible;
		padding-top:2px;
	}

	.c-form hr {
		clear:both;
		margin:10px 0px 10px 0px !important;
	}

	/* c-form buttons */
	.c-form button {
		border:	0px;
		cursor:	pointer;
	}

	.c-form button.btn-large-checkout {
		background:	url("/files/design/btn_green_checkout.jpg") no-repeat scroll 0 0 transparent;
		height: 40px;
		width:	150px;
	}

	.c-form button.btn-large-next {
		background:	url("/files/design/btn_green_next.jpg") no-repeat scroll 0 0 transparent;
		height: 40px;
		width:	150px;
	}

	.c-form button.btn-large-confirm {
		background:	url("/files/design/btn_green_confirm.jpg") no-repeat scroll 0 0 transparent;
		height: 40px;
		width:	150px;
	}

	.c-form button.btn-large-pay {
		background:	url("/files/design/btn_green_pay.jpg") no-repeat scroll 0 0 transparent;
		height: 40px;
		width:	150px;
	}

	.c-form button.btn-large-login {
		background:	url("/files/design/btn_green_login.jpg") no-repeat scroll 0 0 transparent;
		height: 40px;
		width:	150px;
	}

	.c-form button.btn-large-buymore {
		background:	url("/files/design/btn_blue_buymore.jpg") no-repeat scroll 0 0 transparent;
		height: 40px;
		width:	150px;
	}

	/* sizes */
	.c-form .second
	{
		margin-left:2px;
	}

	/* 540px - padding 2px - 2px border*/
	.c-form textarea.wide {
		width:536px;
	}

	.c-form .halfsize {
		width:155px;
	}

	.c-form .quartersize {
		float:left;
		width:70px;
	}

	.c-form .quartersize-triple {
		float:left;
		width:238px;
	}


