﻿.btn { display: block;text-align:center;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:medium;margin-right:50px;
position: relative; background: #FB0505; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; } 
.btn * { font-style: normal; background-image: url(images/btn211.png); background-repeat: no-repeat; display: block; position: relative; } 
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; } 
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; } 
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; } 
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; } 
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
.btn yellow { background: #2ae; } 
.btn:hover { background-color: #9A0407; }  
.btn[class] { background-image: url(images/shade.png); background-position: bottom; }
#form {
	font-family:Arial, Helvetica, sans-serif;font-size:14px;text-align:left;
} 
#form p{
	margin-bottom:10px;margin-top:10px;
} 

