nicolas wrote:
@leftywhat : That is indeed in your template CSS. The messages styles are in the system template CSS.
So the system template css is why I get the green background/horders of the "no orders found", and the position of the product title is just in the main beez5.css file?
EDIT
Found where the Green System Message was with the green thick under/above line is.
Its in General.CSS. I've changed it to black now with no borders 
212	border-top: 0px solid #000000;
213	border-bottom: 0px solid #000000;
The Green Background with the exclamation mark is actually an image file found in beez5 > images > system > notice-info.png
The line/code for it is...
209	background: #fff  url(../images/system/notice-info.png) no-repeat;
I just deleted the url part, so I was left with
209     background: #fff  no-repeat;
Now the text is not centered to the left, either I'll modify the notice-info.png picture, or try to find where the text positioning is.
Argh also noticed when you check your order status, the "date" "order status" "total" button links highlight black and text turns to white, gargh lol lets hope I can find it... edit, found 
Beez5.css
598	background:#333;
599	color:#fff;