/* Form Page */
div#contentwrap-middle form h3 {
	padding-bottom:0.4em;
}

div#contentwrap-middle form div.module {
	padding-bottom:2em;
}
div.formbox {
	padding:1em;
	margin:.4em 1em 0 1em;
	border:2px dashed #ccc;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	background:#eee;
}
div.formbox input {
	font-size:14px;
	margin-right:1em;lo
	margin-top:0.4em;	
}
div.formbox fieldset {
	border:0;
	padding-bottom:1em;
}
div.formbox.optional {
	background:#fff;
}

div.formbox legend {
	color:#999;
	
}
h3 span.optionskip {
	font-weight:normal;
	font-size:12px;
	color:#555;
}
div.formtips {
	padding-top:0.4em;
	color:#666;
	width:15em;
	float:right;
}

div#formcomplete {
	padding-left:20px;
	float:left;
	width:20em;
}

div#formcomplete h3 {
	display:inline;
	padding:0;
}

div.leftbtn {
	float:left;
	margin-left:0.8em;
}

    div.leftbtn div.btnleft {
	    height:64px;
	    width:62px;    
	    background:url(images/leftbutton-left.png) no-repeat;
	    float:left;
    }
    div.leftbtn div.btncontent {
	    height:64px;
	    background:url(images/leftbutton-middle.png) repeat-x;
	    float:left;
	    color:#0063F7;
	    font-weight:bold;
	    padding-top:20px;
    }
    div.leftbtn div.btnright {
	    height:64px;
	    width:29px;
	    background:url(images/leftbutton-right.png) no-repeat;
	    float:left;
    }

div.savebtn { 
  float: right;
  margin-right: 3.3em;
  margin-bottom: -1em;
}
    div.savebtn div.btnleft {
	    height:64px;
	    width:29px;
	    background:url(images/rightbutton-left.png) no-repeat;
	    float:left;
    }
    div.savebtn div.btncontent {
	    height:44px;
	    background:url(images/leftbutton-middle.png) repeat-x;
	    float:left;
	    color:#0063F7;
	    font-weight:bold;
	    padding-top:20px;
    }
    div.savebtn div.btnright {
	    height:64px;
	    width:29px;
	    background:url(images/leftbutton-right.png) no-repeat;
	    float:left;
    }

div.rightbtn {
	float:right;
	margin-right:3.8em;
}

    div.rightbtn div.btnleft {
	    height:60px;
	    width:29px;
	    background:url(images/rightbutton-left.png) no-repeat;
	    float:left;
    }
    div.rightbtn div.btncontent {
	    height:60px;
	    background:url(images/rightbutton-middle.png) repeat-x;
	    float:left;
	    color:#0063F7;
	    font-weight:bold;
	    padding-top:20px;
    }
    div.rightbtn div.btnright {
	    height:60px;
	    width:62px;
	    background:url(images/rightbutton-right.png) no-repeat;
	    float:left;
    }

ul.error {
    padding-left: 0em;
    padding-bottom: 0em;
    padding-top: 1em;
    }
    ul.error li {
        color: #780002;
        font-style: italic;
        }
        
div#login-tagline-top {
	font-size:14px;
	margin:15px 0 10px 16px;
    }

div#login-tagline-bottom {
	font-size:14px;
	margin:5px 0 10px 16px;
    }

