/* 
    Document   : start
    Created on : 2013-04-20, 16:19:04
    Author     : pitre
    Description:
        Purpose of the stylesheet follows.
*/

.main_search
{
    padding-top: 50px;
}


.main_add_button {
        -moz-box-shadow: 0px 0px 10px 5px rgba(255, 150, 100, 0.5);
        -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 150, 100, 0.5);
        box-shadow: 0px 0px 10px 5px rgba(255, 150, 100, 0.5);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8fca6), color-stop(1, #ccffa3) );
	background:-moz-linear-gradient( center top, #e8fca6 5%, #ccffa3 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8fca6', endColorstr='#ccffa3');
	background-color:#e8fca6;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #ffffc8;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
        cursor: pointer;
}.main_add_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccffa3), color-stop(1, #e8fca6) );
	background:-moz-linear-gradient( center top, #ccffa3 5%, #e8fca6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffa3', endColorstr='#e8fca6');
	background-color:#ccffa3;
}main_add_button:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

.main_add_new
{
    padding-top: 10px;
}