/*
 *  Copyright 2014 Anyware Services
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
 
.page-subscribe {
	text-align: right;
}

.page-subscribe a.page-subscribe-handle,
.page-subscribe a.page-subscribe-subscribe,
.page-subscribe a.page-subscribe-unsubscribe
{
	padding-left: 20px;
	background-image: url('../img/subscribe.png');
	background-repeat: no-repeat;
}

.page-subscribe-form.ui-dialog-content .field {
    clear: left;
    margin-bottom: 3px;
}

.page-subscribe-form .label {
    width: 110px;
    float: left;
    text-align: right;
}

.page-subscribe-form .field {
    margin-top: 5px;
}

.page-subscribe-form .input {
    margin-left: 5px;
    margin-right: 5px;
    float: right;
    width: 275px;
}

.page-subscribe-form .input input.text {
    width: 250px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2px;
}

.page-subscribe-form .hint {
    font-style:italic;
    font-size: 0.9em;
}
