.S001_Theme_Default .SuperForm
{
	font-family: Arial,Lucida Sans, Helvetica, Sans-Serif;
	font-size: 13px;
	margin: 20px;

    border: none;
    background: none repeat scroll 0 0 ghostwhite;
    border-bottom: 3px solid #ff0f0f;
    border-radius: 3px;
    border-top: 3px solid #ff0f0f;
    border-width: 3px;
    font-family: Arial,"Arial Unicode MS",Helvetica,sans-serif;
    font-style: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.art-postcontent ul > li:before, .art-post ul > li:before, .art-textblock ul > li:before {
font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
text-decoration: underline;
color: #000; 
content: none;
}

.art-postcontent li {
          content: none;
}

.S001_Theme_Default .SF_TotalAmount
{
	color: Red;
	font-weight: bolder;
	font-size: 14px;
	border: none;
	width: 70px;
	background: none;
	text-align: left;
}

.S001_Theme_Default .SuperForm li
{
	list-style-type: none;
}

.S001_Theme_Default .SuperForm #main
{
	width: 960px;
	margin: 0px auto;
	border: solid 1px #b2b3b5;
	-moz-border-radius: 10px;
	padding: 20px;
	background-color: #f6f6f6;
}
.S001_Theme_Default .SuperForm #header
{
	text-align: center;
	border-bottom: solid 1px #b2b3b5;
	margin: 0 0 20px 0;
}

.S001_Theme_Default .SuperForm fieldset
{
}

.S001_Theme_Default .SuperForm legend
{
	font-size: 0px;
	margin: 0px;
	color: red;
}

.S001_Theme_Default .SuperForm .SF_TextBox
{
   background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #333;
    padding: 8px;	
}
.S001_Theme_Default .SuperForm .SF_SubHead
{
        color: black;
}


.S001_Theme_Default .SuperForm .prev, 
.S001_Theme_Default .SuperForm .next
{
	background: #000000;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ccc;
        margin: 5px;
}
.S001_Theme_Default .SuperForm .prev:hover, 
.S001_Theme_Default .SuperForm .next:hover
{
	background-color: #A5A6A6;
	text-decoration: none;
}
.S001_Theme_Default .SuperForm .prev
{
	float: left;
}
.S001_Theme_Default .SuperForm .next
{
	float: right;
}
.S001_Theme_Default .SuperForm .steps
{
	list-style: none;
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.S001_Theme_Default .SuperForm .steps li
{
	font-size: 22px;
	float: left;
	padding: 5px 20px 5px 15px;
	color: #C3C3C3;
	background-color: ghostwhite;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	margin-right: 10px;
	min-width: 100px;
	line-height:20px;
}
.S001_Theme_Default * html .SuperForm .steps li
{
	width: 100px;
}
.S001_Theme_Default .SuperForm .steps li span
{
	font-size: 11px;
	display: block;
	white-space: nowrap;
}
.S001_Theme_Default .SuperForm .steps li.current
{
	color: red;
	background-color: ghostwhite;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}

.S001_Theme_Default .SF_Button,
.S001_Theme_Default .SF_PrintForm,
.S001_Theme_Default .SF_CheckOut,
.S001_Theme_Default .SF_Return
{
    border: 1px solid #999999;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1), 0 -5px 6px rgba(0, 0, 0, 0.1) inset;
    color: black !important;
    cursor: pointer;    
    padding: 3px 10px;
    text-align: center;
    font-size:14px;    
}

.S001_Theme_Default .SF_Button:hover,
.S001_Theme_Default .SF_PrintForm:hover,
.S001_Theme_Default .SF_CheckOut:hover,
.S001_Theme_Default .SF_Return:hover{	
	text-decoration: none;
        color: red !important;
}

.S001_Theme_Default .SF_SubmitButton
{
	text-align: center;
	margin:10px;
        color: black !important;
}

.S001_Theme_Default .SF_PrintFormDiv
{
	text-align: center;
	margin:10px;
}
