#signup h2{
	font-size: 24px;
	text-align: center;
	font-family:arial;
	margin-bottom: 50px;
}

#signup h4, #signup h4 a{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: arial;
    position: relative;
    top: -15px;
    color: #666;
}

#signup p{
	text-align: center;
	font-family: arial;
	font-size: 13px;
}
#signup input[type="text"]{
    border: 3px solid #efefef;
    padding: 10px;
    margin: 30px;
    width: 210px;
}

#signup table tr td input[type="text"], #signup table tr td input[type="password"]{
    border: 3px solid #efefef;
    padding: 10px;
    margin: 10px;
    width: 230px;
}
#signup input[type="submit"]{
    border: 2px #ddd solid;
    background-color: #fff;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    margin-top: 5px;
    width: 230px;
    font-size: 18px;
    display:block;
    font-family:arial;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-image:url(/static/img/bar_bg.png);
    background-repeat: repeat-x;
    background-position: -10px;
}

#signupStockist h2{
	font-size: 24px;
	text-align: center;
	font-family:arial;
	margin-bottom: 50px;
}

#signupStockist h4, #signup h4 a{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    font-family: arial;
    position: relative;
    top: -15px;
    color: #666;
}

#signupStockist p{
	text-align: center;
	font-family: arial;
	font-size: 13px;
}
#signupStockist input[type="text"]{
    border: 1px solid #efefef;
    padding: 10px;
    margin: 30px;
    width: 210px;
}
#signupStockist table tr td input[type="text"], #signupStockist table tr td input[type="password"]{
    border: 1px solid #ddd;
    padding: 8px;
    margin: 2px;
    width: 182px;
}
#signupStockist input[type="submit"]{
    border: 2px #ddd solid;
    background-color: #fff;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    margin-top: 5px;
    width: 230px;
    font-size: 18px;
    display:block;
    font-family:arial;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    background-image:url(/static/img/bar_bg.png);
    background-repeat: repeat-x;
    background-position: -10px;
}
#signupStockist textarea{
	width:100%;
	border: 2px #ddd solid;
}
#signupStockist .header{
	font-size:18px;
	height:40px;
	margin-top:10px;
}

.account_page  input[type="submit"], .button_cmp, #passwordChange .savePassword, #myDashboard .commentButton{
    border: 2px #ddd solid;
    background-color: #fff;
    text-transform: uppercase;
    color: #666;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    margin-top: 5px;
    width: 230px;
    font-size: 18px;
    font-family:arial;
    text-align: center;
    margin-bottom: 0px;
    background-image:url(/static/img/bar_bg.png);
    background-repeat: repeat-x;
    background-position: -10px;
}
.formerror{
	color: #be160e;
	font-weight: bold;
}


#profile_image{
	width: 80px;
	height: 80px;
	font-size: 8px;
	line-height: 80px;
	text-align: center;
	border: 2px dotted #aaa;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.account_page tr td{
	text-align: left;
	width: 25%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	font-family: arial;
}

.account_page tr .pad{
padding-left: 30px;
}
.account_page tr .paderror{
	padding-left: 30px;
	color: #be160e;
	font-weight: bold;
}

.account_page hr{
	border-bottom:1px solid #808080;
	border-top:1px solid #fff;
	height: 1px;
}

.account_page h2{
	text-align: center;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
}
.account_page tr td input[type="text"], .account_page tr td input[type="file"]{
	padding:8px;
	width: 220px;
	border: 1px solid #808080;
}

.account_page tr td select{
	padding:8px;
	width: 238px;
	margin-left:2px;
	border: 1px solid #808080;
} 

.longbutton{
	margin-top: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

#button_delete{
	margin-bottom: 10px;
	cursor:pointer;
}

.ajaxloader{
	padding:8px;
	width: 220px;
	height: 25px;
	text-align:center;
}

#account_form_failed{
	width: 99%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #f58b8b;
	background-image: url(/static/img/err_red.png);
	position: relative;
	clear:both;
	height: 30px;
	cursor:pointer;
	text-align:center;
	font-size: 12px;
	line-height: 30px;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 10px;
}
#myPurchasedItems, #passwordChange{
    min-height: 350px;
}
#myPurchasedItems h1, #myDashboard h1, #passwordChange h1, #myAccount h1{
	    width:100%;
		height: 60px;
		font-size: 28px;
		font-weight: bold;
		font-family: arial;
		text-align:center;
		 text-transform: uppercase;
}

#myDashboard .grid{
	margin-bottom: 20px;
}
#myPurchasedItems .grid .header td, #myDashboard .grid .header td{
	height: 22px;
	background-color:#efefef;
	color: #808080;
	font-size: 11px;
}


#myPurchasedItems .grid tr td , #myDashboard .grid tr td {
	border: 1px solid #efefef;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
    padding-left: 15px;
}
#myPurchasedItems h2, #myDashboard h2{
    font-weight: bold;
    text-align: left;
    height: 60px;
    line-height: 60px;
    font-weight: arial;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
}
#myPurchasedItems .head, #myDashboard .head{
    font-weight: bold;
    text-align: left;
    height: 55px;
    line-height: 25px;
	width: 100%;
    font-weight: arial;
    font-size: 28px;
	text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
#myPurchasedItems table tr td{
    text-align:left;
    height: 45px;
    line-height: 45px;
}
#passwordChange tr td{
	text-align:left;
	height: 60px;
	line-height: 60px;
}

#passwordChange .messageError{
	width: 99%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #f58b8b;
	background-image: url(/static/img/err_red.png);
	position: relative;
	clear:both;
	height: 30px;
	cursor:pointer;
	text-align:center;
	font-size: 12px;
	line-height: 30px;
	font-family: arial;
	font-weight: bold;
	display:block;
	
}

#passwordChange .messageSuccess{
	width: 99%;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #c1dd75;
	background-image: url(/static/img/err_green.png);
	position: relative;
	clear:both;
	height: 30px;
	cursor:pointer;
	text-align:center;
	font-size: 12px;
	line-height: 30px;
	font-family: arial;
	font-weight: bold;
	display:block;
}

#passwordChange tr td input[type="password"]{
	padding:8px;
	width: 220px;
	border: 1px solid #808080;
}
#myPurchasedItems p, #passwordChange p{
	text-align:center;
	height:50px;
	font-family:arial;
	font-size:14px;
}

#myPurchasedItems .align, #passwordChange .align{
	text-align:right;
	font-family:arial;
	font-size:12px;
	padding-right:10px;
}

#passwordChange .labelError{
    color: #be160e;
}
#signupStockist select{
	padding:8px;
	width: 200px;
	margin-left:2px;
	border: 1px solid #ddd;
} 


#signupStockist .addressForm tr td{
text-align:left;
height:40px;
}

#signupStockist .addressForm, #signupStockist .signupstockistForm{
margin-left:45px;
}


#signupStockist .aboutStore{
	margin-left:15px;
}

.aboutStoreUser textarea{
	width:97%;
	height:80px;
}

.addressForm h3{
	height:60px;
	line-height:60px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

.invoice_pdf_link{
	display:inline-block;
	height: 30px;
	width: 16px;
	margin: 0px;
	padding: 0px;
}
.invoice_pdf_link img{
	margin-top: 8px;
}

