/* 
Title:		CSS3 Styles
Author: 	marketing@dpi21.com
Copyright: 	© 2012. dpi21. Creative Digital Thinking
*/
.fade .tabs li a {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px; 
}

#home-news, #home-news .news-articles p a, #our-fleet, #customer-review, #top ul, #get-a-free-quote fieldset, #latest-news-item .link a, #latest-news-items p a, .brochure, #callback .input, #callback, #callback .send, #gallery, #limo-fleet  { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#callback {
	-webkit-box-shadow: inset 0px 0px 3px 3px #000;
box-shadow: inset 0px 0px 3px 3px #000; 
}

#content-container {
	-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px; 
}

#limo-fleet h3 {
-webkit-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;	
}

.warningMessage {
background:rgba(255,37,29,0.1) url(../img/icons/cross2.png) left no-repeat;
}

.thankyouMessage {
background:rgba(137,249,146,0.1) url(../img/icons/tick.png) no-repeat left;
}