
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }

.btnC { float: none !important; margin: 0px auto; text-align: center; }

.btn i.btn_corners,
.btn span.btn_corners,
.btn span.btn_corners i.btn_corners,
.btn span.btn_corners span.btn_corners
{ font-style: normal; background-image: url(/images/design/petiteFrimousse/btn_default.png); background-repeat: no-repeat; display: block; position: relative; }


.btn i.btn_corners { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span.btn_corners { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span.btn_corners i.btn_corners { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span.btn_corners span.btn_corners { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }


* html .btn span.btn_corners,
* html .btn i.btn_corners { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #94BDE7; }
.btn.blue:hover { background: #336699; }
.btn.red { background: #FFA0A0; }
.btn.red:hover { background: #FF5353; }

.btn:hover { text-decoration: none !important; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/design/petiteFrimousse/btn_shade.png); background-position: bottom; }

.btn img { border: 0; vertical-align: middle; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #94BDE7; }
* html .btn:hover { border-color: #B51E9E; text-decoration: none !important; }

p.p_btn { clear: both; padding: 7px; }
p.p_btn .btn { margin-right: 1em; }
