.clear {
clear: both;
}

.error-msg,
.warning-msg,
.success-msg {
	width: 80%;
	margin: 8px 0px 15px 0px;
	padding: 10px;
	border-width: 1px; 
	border-style: solid;
	color: #333333;
}

.error-msg {
	background-color: #FBE6F2;
	border-color: #D893A1;
}

.warning-msg {
	background-color: #ffffcc;
	border-color: #ffcc00;	
}

.error-msg h3,
.warning-msg h3,
.success-msg h3 {
	margin-top: 0px;	
	margin-bottom: 4px;	
}

.error-msg p,
.warning-msg p,
.success-msg p {
	margin: 0;
}

.success-msg {
	background-color: #EDF5FF;
	border-color: #6699FF;	
}

.update-msg {
	padding: 5px;  
	background-color: #6699ff; 
	color: #fff;	
}

/* comments */

#commentContainer { 
clear: both;
padding-top: 20px;
}

#commentContainer form label {
	display: block;
}

#commentContainer form input#name, #commentContainer form input#email {
	margin-bottom: 10px;
}

#commentContainer form input {
	border-width: 1px;
	padding: 4px;
	margin-right: 10px;
}

#comments { 
	padding: 0;
	margin: 10px 0;
	clear: both;
}
#comments li.comment { 
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	list-style: none;
}
#comments li.comment .gravatar { 
	float: left;
	width: 100px;
	padding: 0 0 40px 0;
}
#comments li.comment .name { 
	font-size: 120%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

#comments li.comment .date { 
	font-size: 80%;
}

/* paypal */

div.postage {
margin-bottom: 10px;
}

#paypalform form
{
display: inline;
}

/* bookmarks */
#bookmarks {
	height: 60px;
}

#bookmarks a {
	display: block; width: 60px; height: 40px;
	background-position: 0px -31px !important;
	text-decoration: none;
	float: left;
}

#bookmarks a:hover {
	background-position: 0px -0px !important;
}


/* artweb branding */

.artweb {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	background: white;
}
.artweb a {
	color: #0099cc; text-decoration: none;
} 


#artweb-header * {
	font-family: Arial, Helvetica, sans-serif;
}

#artweb-header {
	height: 50px;
	z-index: 5000;
	background: url(../images/artweb/horizontal-wide.png) no-repeat;
	background-color: none;
}

#artweb-logo a {
	display: block;
	float: left;
	width: 400px;
	height: 50px;
}


#artweb-login {
	padding: 12px 20px;
	text-align: right;
	font-size: 9pt;
}

#artweb-login a { 
	color: #0099cc!important; text-decoration: none!important;
}

#artweb-footer-spacer {
height: 40px;
clear: both;
}

#artweb-footer * {
	font-family: Arial, Helvetica, sans-serif;
}


#artweb-footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12pt;
	background: url(../images/misc/40-fade.gif) 0 0 repeat-x white;
	border-top: 1px solid #999;
	padding: 40px 20px; 
}

#artweb-footer-left {
	float: left;
	width: 520px;
}

#artweb-footer-right {
	text-align: right;
	float: right;
	width: 400px;
}

#artweb-title {
	font-family: georgia, serif !important;
	font-weight: normal;
	font-style: italic;
	color: #000;
	font-size: 18pt;
}

#artweb-register {
	font-size: 12pt;
	color: #000;
}

#artweb-bullets ul { 
	margin: 10px;
}

#artweb-bullets li {
	font-size: 12pt;
	margin-left: 20px; 
	padding-bottom: 5px; 
}
#artweb-testimonial-box { 
	font-weight: normal;
	font-style: italic;
	background: url(../images/artweb/home-right-com.gif) no-repeat;
 }
 #artweb-testimonial {
	font-family: georgia, serif !important;
	 color: #669900;
	 font-size: 18pt;
	 line-height: 167%;
 }
 #artweb-testimonial-author {
	font-family: georgia, serif !important;
	 display: block;
	 font-style: italic;
}

#artweb-footer-logo img {
	border: 0;
	margin-top: 40px;
}


/* alpha */