
        body
        {
            font-size:15px;
            color:#333333;
            margin:15px;
            padding:0px;
            background-color:#eeeeee;
        }

        #icon
        {
            width:30px; height:30px; border-radius:15px;
            background-image: url("https://widget.whatsbroadcast.com/_img/logo_icon.png");
            background-repeat: no-repeat;
            background-size:cover;
        }

        input:focus,
        select:focus,
        textarea:focus,
        button:focus {
            outline: none;
        }

        .input
        {
             padding-left:6px; padding-right:4px;
            font-size:14px; border:0px; background-color:white;
            -webkit-appearance: none; border-radius:0px;
        }
        .rahmen
        {
            background-color:white;
            border:1px solid #aaaaaa; height:32px; overflow:hidden;
            border-radius:3px;
            -moz-border-radius:3px;
            -webkit-border-radius:3px;
        }
        .button {
            width:70px;
            background-color:#23AF37;
            -moz-border-radius:3px;
            -webkit-border-radius:3px;
            border-radius:3px;
            border:1px solid #1D932E;
            display:inline-block;
            cursor:pointer;
            line-height:30px; text-align:center;
            font-family:Arial, Helvetica;
            color:#ffffff;
            font-size:13px;
            height:30px;
            text-decoration:none;
            -webkit-appearance: none;
        }
        .button:hover {
            background-color:#1D932E;
        }
        .button:active
        {
           	position:relative;
           	padding-top:1px;
	        padding-left:2px;
	        height:29px;
	        width:68px;
        }
        #datenschutzicon
        {
            top:2px; right:2px;
        }