


.optform {
    width: 471px;
    color:#666; 
}
.optform fieldset {
    background-color: #e5e5e5;
    border: none;
    padding: 0px;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 16px 0px;
    background: url(../images/skin/bg-form-bot.png) left bottom;
}

/*JayZee added*/
.optform fieldset .narrowRight {
	width: 260px;
	padding:0px 10px 0px 0px;
	float:right;
}
/*JayZee added*/
.optform fieldset .narrowLeft {
	width: 136px;
	padding:15px;
	float:left;
}
/*JayZee added*/
.optform fieldset .narrowLeft img{
	border:1px solid #aaa;
	margin:0px 0px 15px 0px;
}
.optform .formrow {
    clear: both;
    padding: 5px 10px 5px 10px;
    
}

.formrowBreak
{
    height: 10px;
    border-bottom: solid 1px #bdbec2;
    margin-bottom: 10px;
}

.optform .formrow label, .optform .formrowradio label {
    width: 120px;
    display: block;
    float: left;
    color: black;
    line-height: 14px;
    padding: 2px;
    font-size: 11px;
}
/*JayZee added*/
.optform .formrowradio label {
	width:230px;
	float:none;
}
.optform .formrow a
{
    text-decoration:underline;
}
/*
check
.optform .formrow .required {
}*/

.optform .formrow .inputNote
{
    margin-left: 120px;
    padding: 5px;
}


#contentcol .optform ul.breadcrumbs
{
    padding:0px;
    margin:0px;
    display:block;
    clear:both;
    height:30px;
    width:100%;
   /* font-weight:bold; */
    color:#333;
    margin:8px;
}
#contentcol .optform p
{
   margin:2px 8px 2px 8px;
   color:#666; 
}
.optform ul.breadcrumbs li
{
    display:block;
    float:left;
    margin-right:20px;
}
.optform ul.breadcrumbs li.on
{
    font-weight:bold;
}
.optform ul.breadcrumbs li a
{
    font-weight:normal;
    color:#999;
}
.optform .formrow strong
{
    color:#333;
}
.optform .formrow input, #contentcol .formrow select, .optform .formrow textarea {      
    border: solid 1px #b0b0b0;
    font-size: 11px;
	width: auto;
	height:auto;
	padding: 2px;
}

.optform .formrow input {
	width: 180px;
    height: 14px;
}
.optform .small input {
	width: 40px;
}
.optform .formrow textarea {
	width: 180px;
}
.optform .longtext textarea {
	width: 406px;
}

.optform .formrowradio input {
	width: auto;
    height: 14px;
	padding: 0px 0px 0px 10px;
	float:left;
}
/* JayZee Added*/
.optform .narrowRight .formrow input {
	width: 100px;
    height: 14px;
}

.optform .button input, .optform .checkbox input {
	width: auto;
    height: auto;
	padding: 0px;
	margin: 0px;
	border:none;
}
/* this wont work on ie6 */
.optform input[type='file'], .optform input[type='button'], .optform input[type='image'], .optform input[type='submit']
{
    border:none;
}
.optform .upload input
{
    padding: auto;
    height: auto;
}
.optform .button{
	text-align:right;
}
.optform .button input{
	margin-right:2px;
	width:150px;
	height:25px;
}
.optform fieldset .button input{
	margin-right:0px;
	width:150px;
	height:25px;
}

.optform .checkbox label{
	width:auto;
}
.optform .checkbox input{
	margin-left:4px;
	margin-right:4px;
}

.optform .notification label{
	width: auto;
}
.optform .notification img
{
    vertical-align: middle;
	margin-right: 2px;    
}



.optform .bigselect label
{
    width:auto;
}

.optform .formrow select {    
    padding: 0px;
    height: 16px;
}
.optform .note  {
    padding-left: 134px;
	width:200px;
	color:#6d6e71;
	font-size:10px;
	}


#contentcol .optform h3 {
    padding: 0px;
    margin: 0px;
    display: block;
    background: url(../images/skin/bg-form-top.png) no-repeat;
    color: white;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}
#contentcol .optform h4 {
    padding: 0px;
    margin: 0px;
    display: block;
    background: url(../images/skin/bg-form-top.png) no-repeat;
    color: white;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

/* collapsable boxes */
.optform fieldset.collapse
{
    padding-bottom:6px;
}
.optform fieldset.collapse div.inner
{
    height:0px;
    overflow:hidden;
}
#contentcol .optform fieldset.collapse h3
{
    background-image: url(../images/skin/bg-form-top-arrow.png);
}
#contentcol .optform fieldset.collapse h3.open
{
    background-image: url(../images/skin/bg-form-top-arrow2.png);
}
#contentcol .optform fieldset.collapse h3:hover
{
    cursor:pointer;
}
/*.optform button{
	background:none;
	border:none;
	font-weight: bold;
	margin:0px;
	padding:0px;
	white-space: nowrap;
	background: url(../images/skin/bg-button.png) no-repeat right top;
	height:25px;
	line-height:25px;
	color:white;
}*/
#contentcol .loginform, .loginform .formrow label
{
    color: #6c6b6d;
}
#contentcol .loginform h3 {
    padding: 0px;
    margin: 0px;
    display: block;
    background: none;
    color: #6c6b6d;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
}

/* login form */
.loginform
{

    padding-left:0px;   
}
#contentcol .optform p
{     
     margin-left:2px;
}
/*JayZee added*/
#contentcol .optform .formPrompt {
	font-weight:bold;
	color:#000;
	font-size: 12px;
}
.loginform .wrapper
{
    background: white url(../images/skin/bg-vert-shade.jpg) no-repeat 230px 0px;
}
.loginform fieldset {
    padding: 0px;
    margin: 0px 0px 6px 0px;
    padding: 0px 0px 16px 40px;
    background: none;
    width:168px;
}

.loginform fieldset input {
    padding: 0px;
    margin: 0px;
    background: none;
    width:168px;
}
.loginform fieldset.right
{
    width:188px;
    padding-left:0px;
}


#contentcol .loginform fieldset h3
{
    padding-left:26px;
    margin-left:-16px;
}
#contentcol .loginform fieldset.left h3
{
    background: url(../images/skin/arrowlarge.png) no-repeat left center !important;
}



.loginform .formrow label
{
    float:none;
    
}
.loginform .formrow input {
	width: 154px;

}
.loginform  .button
{
    text-align:left;
    width:auto;
    margin-top:8px;
}
.loginform  .button input
{
    width:auto;
}
.loginform .formrow {
    clear: both;
    padding: 2px 10px 2px 10px;
    
}

.optform .rowTblCell
{
    padding: 10px;
}
.optform .bord
{
    border-top: solid 1px #bdbec2;
}

.pets_right 
{
    margin: 0px;
    padding: 0px;
    margin-left: -10px;
    padding-left: -10px;
    width: 15px;
    height: 22px;
    background-image: url('../images/skin/pets-top-right.png');
    float: right;
}

.pets_bottom_right
{
    float: right;
    height: 100%;
    width: 10px;
    padding-top: 140px;
    margin-right: -11px;
    height: 100%;
    margin-bottom: -16px;
    /* background-color: #000; */
    background-image: url('../images/skin/bottom-right.png');
    background-repeat: no-repeat;
    background-position: bottom right;
}
