﻿div[id$='-big-rounded']
{
	border-radius: 10px;
}

div[id$='nopadding']
{
	padding:0px;
	border-radius:5px;
} 

input[type="text"], textarea{
	padding: 4px;
	border-radius:4px;
}

input[type="checkbox"] {
	border-radius: 4px;
}

select {
	padding: 3px;
	border-radius:4px;	
}

input[type="button"] {
	padding:5px;
	border-radius:5px;
	width:100%;
	border-style:solid;
	height:30px;
	font-family:Helvetica;
	border-width:1px;
}

.text-shadow {
    text-shadow: 2px 2px #eeeeee;
}

 
.btn_green
{
	border-color:rgb(126,180,41);		
	background:linear-gradient(to bottom,rgb(126,180,41),rgb(198,217,154)); 
} 

.btn_blue
{
	border-color:rgb(0,109,137);		
	background:linear-gradient(to bottom,rgb(0,109,137),rgb(122,159,181)); 
	color:white;
} 

body
{
<!--	background:linear-gradient(to bottom,rgb(255,255,255),rgb(226,225,223)); -->
} 

