@CHARSET "UTF-8";

#greenBoxRegBtn{
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align:center;
    width: 270px;
    margin-right:15px;
    margin-left:15px;
    text-align:center;
    color: #109b01;
    background-color:white;
    float:left;
    margin-top:10px;
}
#greenBoxRegBtn a{
	text-decoration:none;
	color: #109b01;
}
#greenBoxImg{
	float:left;
	margin-right:15px;
	padding-top:5px;
}

#greenBoxtxt{
	color: white;
	line-height: 20px;
	font-size: 15px;
	width:70%;
	float:left;
}