/**
 * WordPress Plugin: WP-EMail
 * Copyright (c) 2012 Lester "GaMerZ" Chan
 *
 * File Written By:
 * - Lester "GaMerZ" Chan
 * - http://lesterchan.net
 *
 * File Information:
 * - E-Mail CSS Style
 * - wp-content/plugins/wp-email/email-css.css
 */

.wp-email P {
	text-align: left;
}
.wp-email label {
  font-weight: bold;
}
.wp-email-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-email-image {
	border: 0px;
}
.TextField {
}
.Button {
}
#wp-email-required {
  font-weight: bold;
}
#wp-email-button {
  text-align: center;
}
#wp-email-popup {
	padding: 1em 1em 0;
}


/* sc*/

.wp-email label{
    width: 25% !important;
    display: inline-block !important;
}

.wp-email input, .wp-email textarea{
    display: inline-block !important;
    width: 74% !important;
}

.wp-email input#imageverify{
    width: 60% !important;
    float: right;
}

.wp-email #wp-email-content p#wp-email-button {
    clear: both;
    text-align: right;
}

.wp-email input#wp-email-submit{
    width: 150px !important;
    /*width: 30% !important;*/
    height: 40px;
}

.wp-email textarea{
    height: 100px !important;
}

.wp-email body{
    background: #f5f5f5;
}


/*./sc*/