/* Styles for the Account page */

form div {
	clear: both;
	margin: 0 4px 4px;
}

form label {
	float: left;
	width: 100px;
}

form#change_pass label {
	float: left;
	width: 175px;
} 

input#phone {
	width: 100px;
}

input#email {
	width: 150px;
}

input#nature {
	width: 250px;
}

textarea#desc {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea#address {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input#submit, input#submit_d {
	margin: 0 0 4px 100px;
}

input#submit_p {
	margin: 0 0 4px 175px;
}
form#details, form#new_ticket, form#change_pass, p.no_tickets, .ticket_info{
	width: 400px;
	padding: 30px 0 0;
	background: #FFE0CC url(/images/common/swoosh400.gif) top left no-repeat;
	margin: 0 auto;
}
form#details div.round, form#change_pass div.round, form#new_ticket div.round {
	margin: 0;
	padding: 0 4px 4px;	
	background: #FFE0CC url(/images/common/round400.gif) bottom left no-repeat;
}
img.edit {
	vertical-align: top;
}
#supportsummary {
	padding: 4px;
}
#supportsummary ul {
	line-height: 150%;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}