﻿/*	-------------------------------------------------------------------------------
	Certificate Generator
	------------------------------------------------------------------------------- */

#CertificateGenerator
{
    clear: left;
    margin-top: 10px;
}

#CertificateGenerator span
{
    display: block;
}

#CertificateGenerator textarea
{
    margin-bottom: 10px;
    height: 80px;
}

#CertificateGenerator input
{
    display: block;
}

#CertificateGenerator select
{
    margin-left: 5px;
    margin-bottom: 10px;
}
